Impersonate login for an identity
POST
/impersonate_identity_login Get a token representing the given identity. This token can then be used to authorise certain secure
operations on behalf of the identity.
Request
Request body
*application/json
ImpersonateIdentityLoginRequestImpersonateIdentityLoginRequest · object · 2 fields
Responses
200OK
Success
Headers
Body
application/json
objectobject · 3 fields
Response example
{ "token": { "token": "string" }, "identity": { "type": "CONSUMER", "id": "string" }, "credentials": { "type": "ROOT", "id": "string" }}