access-token-controller

Obtain a bearer token by access token

Returns the JWT token, otherwise 401 and an error code and message.

get/api/accessTokens/obtain

Headers

X-AccessTokenstring required

X-AccessToken

Response

OK

tokenstring

Token

Example response

{
  "token": "token"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.