POST /auth/logout
Invalidate current session token
/auth/logout
POST
Invalidate current session token
| Key | Type | Example | Description |
|---|---|---|---|
| authorization required | string |
"Bearer access_token"
|
Access token
|
{
"logout": true
}
{
"error": "ERROR_KEY"
}
| Permission | Description |
|---|---|
Bearer token |
Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
users_me |
Required scope: users_me |
Back to Authentication Return to the Authentication category to view other endpoints All API Categories Browse all available API categories