latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
Connectivity v2.Authorization
BETA
Start authorization for a consent
post/connectivity/v2/consents/{consentId}/authorizations
Path parameters
consentIdstring required
The id of the consent that the authorization is connected to.
Headers
Idempotency-Keystring required
An idempotency key is any unique key generated by the client which the resource server uses to recognize subsequent retries of the same request. The Idempotency-Key HTTP request header field carries this key.
Request body
Example request
{
"appUri": "https://my-customer-app.com/authentication",
"callbackUri": "http://my-customer-app.com/callback"
}Response
Authorization successfully started.