Authenticate
Obtain access token
You can use this endpoint to authenticate with Nomba.
POST
/
v1
/
auth
/
token
/
issue
Headers
The parent accountId of the business.
Body
application/json
A structure representing an authentication request.
The grant type of the authentication.
Available options:
client_credentials
, refresh_token
The client's id as obtained from your Nomba dashboard.
Required string length:
36
The client's secret as obtained from your Nomba dashboard. It is securely generated by the Nomba system
Required string length:
44