Logout User
Authentication
Logout User
Invalidate access token and end user session
POST
Logout User
Overview
Invalidate the current access token and end the user’s session. After logout:- Access token becomes invalid immediately
- All subsequent requests with this token will fail with 401 Unauthorized
- User must login again to get a new access token
For OAuth clients: Use
DELETE /v1/auth/oauth/revoke to revoke OAuth authorization instead.Request
Headers
Your public API client key
Bearer token to invalidateFormat:
Bearer ACCESS_TOKEN