POST /auth/logout

Invalidate current session token

Invalidate current session token
KeyTypeExampleDescription
authorizationrequiredstring
"Bearer access_token"
Access token
{
  "logout": true
}
{
  "error": "ERROR_KEY"
}
PermissionDescription
Bearer tokenAccess token required via Authorization header, x-authtoken, x-token, query param, or cookie
users_meRequired scope: users_me

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