aid_auths_oauth_revoke_post
authenticate
Revoke Token
Use this endpoint to invalidate a Refresh Token if it has been compromised.
scopes:
- admin:accounts
- write:accounts
- create:accounts:auth:refresh_token
POST
aid_auths_oauth_revoke_post
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
Path Parameters
An id that uniquely identifies the account or owner (partner)
Body
application/json
Example:
"YOUR_REFRESH_TOKEN"
Response
Success
The response is of type object.
Last modified on May 29, 2026