Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.candescent.com/digitalbanking/disclosures/v1/users/{userId}/acceptances \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "disclosureId": "<string>", "acceptedAt": "2023-11-07T05:31:56Z" } ]
Returns all disclosure acceptances recorded for a member.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the member
List of acceptance records