RUAL Documentation

GET /auth/token

Retrieve information about the current access token

Retrieve information about the current access token
Key Type Example
authorization required string
"Bearer your-jwt-token"
{ "_meta": { "guid": "example-string", "entity": "example-value", "created": "example-value", "modified": "example-value", "updated": "example-value" }, "user": { "_meta": { "guid": "example-string", "entity": "example-value", "created": "example-value", "modified": "example-value", "updated": "example-value" }, "username": "example-string", "email": "example-string", "firstname": "example-string", "lastname": "example-string", "last_activity": "example-value", "timezone": "example-string", "language": "example-string" }, "scopes": [ "example-string" ], "expire": "example-value" }
{ "success": false, "error": "ERROR_KEY" }
permission description
BearerAuth JWT access token obtained from login endpoint required

Back to Authentication Return to the Authentication category to view other endpoints All API Categories Browse all available API categories