Skip to main content
POST
Obtain access token

Headers

accountId
string<uuid>
required

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.

grant_type
enum<string>
required

The grant type of the authentication.

Available options:
client_credentials,
refresh_token
Example:

"client_credentials"

client_id
string
required

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

Required string length: 36
Example:

"2242b79d-f2cf-4ccc-ada1-e890bd1a9f0d"

client_secret
string
required

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="

Response

Your authentication request was successful.

code
string
required

Response Code

Example:

"00"

description
string
required

Response description

Example:

"Success"

data
object
required

A structure representing an authentication result.