Reference / Auth

Sign out **everywhere**: revoke every one of the current user's active sessions, including this one. Self-service (requires an end-user session); no permission needed.

POST /v1/auth/sign-out-all
End-user session operationId: sign_out_all

Authorization

Called from the browser with the publishable application id (x-application-id); the access token lives in memory.

Responses

200 All sessions revoked
401 No end-user session

Request

curl -X POST "http://localhost:8080/v1/auth/sign-out-all" \

Try it

live request
POST http://localhost:8080/v1/auth/sign-out-all