POST
/
v1
/
auth
/
token
/
issue

Headers

accountId
string
required

The parent accountId of the business.

Body

application/json
grant_type
enum<string>
required

The grant type of the authentication.

Available options:
client_credentials,
refresh_token
client_id
string
required

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

client_secret
string
required

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

Response

200 - application/json
code
string
required

Response Code

description
string
required

Response description

data
object
required

A structure representing an authentication result.