Reference / Auth

Sign out the current session (revokes it). Requires an end-user access token.

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

Authorization

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

Responses

200 Signed out
401 No end-user session

Request

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

Try it

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