Token
Creates an oauth2 access token to authorize with the bank
Request parameters
{
"Code": "authorization_code_from_bank",
"RedirectUri": "https://yourapp.com/callback",
"RefreshToken": null
}
Responses
{
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"tokenType": "Bearer",
"expiresIn": 3600,
"refreshToken": "8xLOxBtZp8",
"refreshTokenExpiresIn": 86400,
"userId": "User12345"
}
{
"Type": "example",
"Title": "example",
"Status": 96,
"Instance": "example",
"TraceId": "example",
"Detail": "example",
"Errors": [
{
"Name": "example",
"Reason": "example",
"Code": "example",
"Severity": "example"
}
]
}
{
"type": "example",
"title": "example",
"status": 96,
"detail": "example",
"instance": "example"
}
Last modified: 17 June 2026