Skip to main content
POST
Issue an access token

Body

application/json
client_id
string
required

Your client UUID from the dashboard.

Example:

"550e8400-e29b-41d4-a716-446655440000"

client_secret
string
required

Your API secret from the dashboard.

Example:

"x9Kx81dnviHqTsCel9GN0LPiItNtFh95HsBI"

Response

Token issued successfully

success
boolean
Example:

true

message
string
Example:

"API token issued successfully"

data
object