Authenticate
Obtain access token
You can use this endpoint to authenticate with Nomba.
POST
/
v1
/
auth
/
token
/
issue
Headers
accountId
string
requiredThe parent accountId of the business.
Body
application/json
A structure representing an authentication request.
grant_type
enum<string>
requiredThe grant type of the authentication.
Available options:
client_credentials
, refresh_token
client_id
string
requiredThe client's id as obtained from your Nomba dashboard.
Required string length:
36
client_secret
string
requiredThe client's secret as obtained from your Nomba dashboard. It is securely generated by the Nomba system
Required string length:
44
Response
200 - application/json
code
string
requiredResponse Code
description
string
requiredResponse description
data
object
requiredA structure representing an authentication result.