Skip to content

Stored only in your browser. Get one under Tokens.

Get account JWT token payload

GET
/dash/auth_status

Get account JWT token claims payload

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