Authentication
Revoke OAuth Token
Revoke (logout) an access token or refresh token
POST
This endpoint allows you to revoke (logout) an access token or refresh token, effectively ending the user’s session. Once a token is revoked, it can no longer be used for authentication.
Response Example
Authorizations
API key for authentication
Body
application/json
The access token or refresh token to revoke
The public key (client ID) for the OAuth application
The secret key (client secret) for the OAuth application
Response
200
application/json
Default Response
Status of the revocation request
Available options:
success