Skip to main content
Weavr Multi Product BackOffice API
Access Token

Acquire a new access token

POST/access_token

Acquire a Bearer token granting you access to securely perform delegated access operations on behalf of the given identity.

The token representing the identity should be included in the Authorization header of all requests to endpoints representing Delegated Access operations.

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"  }}