Complete Session

When the user completes their session with us, they will be redirected to the partnerRedirectUrl you originally provided to us along with a sessionTerminationToken appended to the query string, like so:

https://<your-host>/some/path?sessionTerminationToken=XXXX

You can now call this endpoint with the sessionTerminationToken as the Authorization header. The token can be provided in either of these formats:

  • Authorization: Bearer <sessionTerminationToken>
  • Authorization: <sessionTerminationToken>

You will receive the same Session Response as in the POST call. This will classify the Session as COMPLETED and a user will not be able to generate further open banking products.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Responses

401

API key or Session Termination Token authentication unsuccessful.

404

Session does not exist or has expired.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json