Skip to content

Log Out Of All Sessions

POST
/v1/users/logout/all
curl --request POST \
--url https://example.com/api/v1/users/logout/all \
--header 'Authorization: <Authorization>'

Revokes every session token for the authenticated user across all devices, including the current one. Use this to invalidate a session token that may have been leaked or stolen. API keys are stored separately and are not affected; revoke them from the API keys page.

No Content