Authenticate
Obtain access token
You can use this endpoint to authenticate with Nomba.
POST
Headers
The parent accountId of the business.
Body
application/json
A structure representing an authentication request.
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
The grant type of the authentication.
Available options:
client_credentials
, refresh_token