Acquire a new access token
POST
/access_token This API endpoint accepts a POST request with an auth_token parameter and returns an access_token that grants authorized access to additional resources within the API, with a different expiration time and unique signature.
Request
Request body
*application/json
objectobject · 3 fields
Responses
200OK
Success
Headers
Body
application/json
objectobject · 4 fields
Response example
{ "token": "string", "identity": { "type": "CONSUMER", "id": "string" }, "credentials": { "type": "ROOT", "id": "string" }, "status": "STANDARD"}