Revoke access token
Authentication
Revoke access token
Revokes an access or refresh token issued by the Endaoment auth server.
Call from your backend during logout or when rotating credentials. Requires the same client credentials used for token exchange.
POST
Revoke access token
Authorizations
OAuth client ID and secret as HTTP Basic credentials.
Body
application/x-www-form-urlencoded
Response
Token revoked (or already invalid)