Revoke a specific refresh token, making it no longer valid and forcing the user to re-authenticate if they need a new one.
- Sandbox environmenthttps://api.sbx.transmitsecurity.io/cis/oidc/token/revocation
- US production environmenthttps://api.transmitsecurity.io/cis/oidc/token/revocation
- EU production environmenthttps://api.eu.transmitsecurity.io/cis/oidc/token/revocation
- CA production environmenthttps://api.ca.transmitsecurity.io/cis/oidc/token/revocation
- AU production environmenthttps://api.au.transmitsecurity.io/cis/oidc/token/revocation
- JP production environmenthttps://api.gasne1-ts01.transmitsecurity.io/cis/oidc/token/revocation
curl -i -X POST \
https://api.sbx.transmitsecurity.io/cis/oidc/token/revocation \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d client_id=string \
-d client_secret=string \
-d token=string \
-d token_type_hint=access_token