Skip to main content
GET
/
digitalbanking
/
disclosures
/
v1
/
users
/
{userId}
/
acceptances
Get Member Acceptances
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"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

Unique identifier of the member

Response

List of acceptance records

id
string
disclosureId
string
acceptedAt
string<date-time>