Skip to main content

Revoke All Refresh Tokens

POST 

https://$CUSTOM-DOMAIN/auth/v1/users/me/tokens/refresh/_revoke_all

Revokes all refresh tokens of the authenticated user.

Request​

Body

required

    object

Responses​

A successful response.

Schema

    object

curl -L 'https://$CUSTOM-DOMAIN/auth/v1/users/me/tokens/refresh/_revoke_all' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{}'
Request Collapse all
Base URL
https://$CUSTOM-DOMAIN/auth/v1
Auth
Body required
{}
ResponseClear

Click the Send API Request button above and see the response here!