v1

latestOpenAPI 3.1.02026-07-26607.8 KB

Revoke all tokens for a specific client

Use your org-level API key to revoke every token associated with a particular client_id.

post/revoke_client_tokens

Request body

client_idstring required

The client ID whose tokens you want to invalidate

Response

All tokens revoked successfully

statusstring
messagestring

Example response

{
  "status": "success",
  "message": "All tokens for client successfully revoked"
}