Skip to content
getgeolens.com

Logout

POST
/auth/logout/
curl --request POST \
--url https://example.com/api/auth/logout/ \
--header 'Authorization: Bearer <token>'

Revoke all refresh tokens for the current user.

Successful Response