RUAL Documentation

POST /auth/logout

Invalidate current session token

Invalidate current session token
Key Type Example
authorization required string
"Bearer your-jwt-token"
{ "logout": true }
{ "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