Authenticate
Obtain access token
You can use this endpoint to authenticate with Nomba.
POST
Headers
The parent accountId of the business.
Example:
"890022ce-bae0-45c1-9b9d-ee7872e6ca27"
Body
application/json
The request payload required for authentication
A structure representing an authentication request.
The grant type of the authentication.
Available options:
client_credentials
, refresh_token
Example:
"client_credentials"
The client's id as obtained from your Nomba dashboard.
Required string length:
36
Example:
"2242b79d-f2cf-4ccc-ada1-e890bd1a9f0d"
The client's secret as obtained from your Nomba dashboard. It is securely generated by the Nomba system
Required string length:
44
Example:
"JFJ8yq3G4+DvjivJMsji0YkZBkkKdSdjifR+TgT9RLM="