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

appUristring

The end user will be redirected to this URI after the authorization code has been delivered. This field is used for flows where we have third party redirects to financial institutions. There is a default value which is tink://open. It can be any type of URI (mobile deeplink, http address etc.)

callbackUristring

This URI will be used by the ASPSP to pass the authorization code. It corresponds to the redirect/callback URI in OAuth2/OpenId. This parameter is only applicable if you are a TPP.

Example request

{
  "appUri": "https://my-customer-app.com/authentication",
  "callbackUri": "http://my-customer-app.com/callback"
}

Response

Authorization successfully started.

authorizationConnectivity20v2Authorization — unresolved $ref