Generate or Refresh Token

This method creates or refreshes the token depending on the body of the request.
For creating new token required parameters are: grant_type, auth_req_id, and client_id

For refreshing existing token required parameters are: grant_type, refresh_token, client_id

Log in to see full request history
Form Data

user info to be filled

string
required

The client identifier issued to the client during the registration process

string

It is the unique identifier to identify the authentication request (transaction) made by the Client

required

When creating new token grant_type must be 'urn:openid:params:grant-type:ciba' or 'authorization_code', depending from where process was started.

  • If authorization initiated from authorize endpoint then the grant_type must be 'authorization_code'.
  • If authorization initiated from bc authorization endpoint, then the grant_type must be 'urn:openid:params:grant-type:ciba'

For refresh token grant_type must be 'refresh_token'

string

The code verifier for the PKCE request, that the app originally generated before the authorization request.

string

The client will send the authorization code it obtained in the redirect

string

refresh_token parameter used when refreshing the token

string

The redirect URL that was used in the initial authorization request

Responses

Language
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json