Skip to main content
POST
Obtain an operator access token

Body

application/json
client_id
string
required
client_secret
string
required
grant_type
enum<string>
required
Available options:
client_credentials

Response

Token issued.

access_token
string
required
token_type
enum<string>
required
Available options:
Bearer
expires_in
integer
required

Token validity period (seconds). Always 86400.