Skip to main content
POST
Accept bank disclosures using an invitation token. Requires an application (APP) token.

Authorizations

Authorization
string
header
required

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

Body

Request model for accepting bank disclosures with an invitation token.

invitationToken
string
required

The invitation token for accepting disclosures.

userId
string<uuid>
required

The user ID accepting the disclosures.

Response

Disclosures accepted successfully.

Response model for disclosure acceptance.

acceptedAt
string<date-time>
required

The timestamp when the disclosures were accepted.

userId
string<uuid>
required

The user ID that accepted the disclosures.