Authentication
POST {{host}}/identity/v2/oauth2/token
Request Body
[{"name"=>"grant_type", "value"=>"client_credentials", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-api-key | string | ||
Accept | string |
RESPONSES
status: OK
{"access_token":"uA49zeEuguvDJIjit0FdsjAGLQ64","token_type":"Bearer","expires_in":1799,"scope":"accounts"}