Skip to content

Stored only in your browser. Get one under Tokens.

Get JWT claims from Authorization header

GET
/auth/auth_status

Get JWT claims from Authorization header

Authorizations

ApiKeyAuth
Type
API Key (header: Authorization)

Responses

OK

application/json
JSON
{
  
"exp": "string",
  
"id": "string",
  
"nick": "string",
  
"orig_iat": "string",
  
"prn": "string",
  
"roles": "string",
  
"scopes": "string",
  
"type": "string"
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI