Skip to main content

Sign out

POST 

/auth/logout

Refresh token. Not your access token — the refresh token, from the HttpOnly cookie in a browser or from the login response body on native.

Ends this session: the refresh token is revoked server-side and the cookie is cleared.

Only this device. The person stays signed in wherever else they are — use POST /auth/global-signout when they want every session gone. The access token already in hand keeps working until it expires, which is a matter of minutes.

Request

Responses

OK