Typescript (SDK)
Authorization
Revoke
Revokes every outstanding token (access and refresh) for a customer. Authenticated with your secret key. New tokens can be issued afterwards with keys.mint.
POST
Typescript (SDK)
Revokes every outstanding token — access and refresh — for a customer. Authenticated with your secret key. Issue new tokens afterwards with
keys.mint.Body Parameters
Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
application/json
The customer whose tokens (every outstanding access + refresh token) should be revoked.
Response
200 - application/json
OK