cURL
curl --request POST \ --url https://{base_url}/api/v1/oauth/revoke \ --header 'Authorization: Bearer <token>'
{}
Revokes an access token.
Access token obtained from /oauth/token. Pass as Authorization: Bearer {token}
Token revoked successfully
The response is of type object.
object
Was this page helpful?
Suggestions
Contact support