Authentication
Obtaining access token
Generate the access_token needed to access the API Resources
Obtain access token
Access this resource in the playground
POST /auth/issue/token
Request body
grant_type
string
requiredThe grant type of the authentication
client_id
string
requiredThe client’s id as obtained from your Nomba dashboard
client_secret
string
requiredThe client’s secret as obtained from your Nomba dashboard. It is securely generated by the Nomba system
Response body
businessId
string
requiredThe accountId of the merchant/business that is connecting to the Nomba system via API
access_token
string
requiredA JWT (Json Web Token) token used to grant access to resources on the Nomba API
refresh_token
string
requiredA Base64 Encoded String used to refresh an expired access_token
expiresAt
string
requiredThe date and time this entity was created. This value uses Coordinated Universal Time (UTC) and ISO 8601 format – YYYY-MM-DDThh:mm:ssZ