Authentication

POST {{host}}/identity/v2/oauth2/token

Request Body

[{"name"=>"grant_type", "value"=>"client_credentials", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
x-api-keystring
Acceptstring

RESPONSES

status: OK

{"access_token":"uA49zeEuguvDJIjit0FdsjAGLQ64","token_type":"Bearer","expires_in":1799,"scope":"accounts"}