Skip to main content
POST
Issue a new access token

Body

application/json

Request token with given grant type - client_credentials, magic_code, google_id_token, or refresh_token

Request token with given grant type - client_credentials, magic_code, google_id_token, or refresh_token

grant_type
string
required
Allowed value: "client_credentials"
client_id
string<uuid>
required

The client ID of the partner or merchant

Example:

"547544c3-eeac-492e-8df9-5a52ca4e6bdf"

client_secret
string
required

The client secret of the partner or merchant

Example:

"b717adcac3f26e8034574021fa647cd7d4edd67b615046df387f6712c3601048"

Response

Success

success
boolean
required

Indicates if the request was successful

Example:

true

data
object
required