Documentation
Checks a JWT token used for authentication and authorization
Example: check API access
input header
headers={
{
"name"="Authorization",
"description"="Includes the authorization token",
"required" = true
}
}
This header is send with every request to the API.
Get a token by accessing POST /api/token-authentication with <username>, <password>.
The value for the Authorization key is in the format 'Bearer <token>'.