Generate or Refresh Token

Exchanges the authorization code for tokens or refreshes the existing access token depending on the provided grant_type. This token is used for accessing the /userinfo endpoint.
Supported grant types:

  • grant_type=authorization_code
  • code: the authorization code received on the redirect_uri
  • redirect_uri: must match the redirect_uri used in the authorize request
  • code_verifier: the original PKCE code verifier
  • grant_type=refresh_token
  • refresh_token: the valid refresh token issued by the server

In order to make test integration, please use https://test-api.tbcbank.ge

Language
URL
Click Try It! to start a request and see the response here!