Skip to main content
POST
/
v1
/
ais
/
consents
/
{consentId}
/
authorize
Authorize AIS Consent
curl --request POST \
  --url https://acount-apis-staging-a8cdb2402163.herokuapp.com/v1/ais/consents/{consentId}/authorize \
  --header 'Authorization: Bearer <token>'
{
  "authorizationUrl": "https://web-app.token.io/app/consent/consent_2abc123def456"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

Token.io consent ID

Example:

"consent_2abc123def456"

Response

Authorization URL generated successfully

authorizationUrl
string
Example:

"https://web-app.token.io/app/consent/consent_2abc123def456"