Refresh access token

Access this resource in the playground

POST /auth/issue/refresh

Request body

grant_type
string
required

The grant type of the authentication

refresh_token
string
required

A Base64 Encoded String used to refresh an expired access_token

Response body

businessId
string
required

The accountId of the merchant/business that is connecting to the Nomba system via API

access_token
string
required

A JWT (Json Web Token) token used to grant access to resources on the Nomba API

refresh_token
string
required

A Base64 Encoded String used to refresh an expired access_token

expiresAt
string
required

The date and time this entity was created. This value uses Coordinated Universal Time (UTC) and ISO 8601 format – YYYY-MM-DDThh:mm:ssZ