Skip to main content
POST
/
v1.0
/
oauth2
/
tokens
json
{
  "AccountKey": "DID-1234567ab-1a2b-3cd4-...-...........",
  "AccountSecret": "abcdeABCdef..."
}
{
  "token": "abcdeghijklmnopqrstuvwxyz...................",
  "successful": true,
  "tokenExpiry": "05/02/2025 06:36:13 PM"
}

Body

application/json
AccountKey
string
required

Your account key (e.g., DID-DID-1234567ab-1a2b-3cd4-...-...........)

Example:

"DID-1234567ab-1a2b-3cd4-...-..........."

AccountSecret
string
required

Your account secret key

Example:

"abcdeABCdef..."

Response

200 - application/json

Token

The response is of type object.