POST
/
v1
/
auth
/
token
/
issue

Headers

accountId
string
required

The parent accountId of the business.

Body

application/json

A structure representing an authentication request.

client_id
string
required

The client's id as obtained from your Nomba dashboard.

Required string length: 36
client_secret
string
required

The client's secret as obtained from your Nomba dashboard. It is securely generated by the Nomba system

Required string length: 44
grant_type
enum<string>
required

The grant type of the authentication.

Available options:
client_credentials,
refresh_token

Response

200 - application/json
code
string
required

Response Code

data
object
required

A structure representing an authentication result.

description
string
required

Response description