Revoke a token
Revoke an existing token immediately.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
x-monite-version
Request
This endpoint expects an object.
client_id
Your partner client ID obtained from the “API Credentials” section of Monite Partner Portal. Note that the sandbox and production environment use different client IDs.
client_secret
Your partner client secret obtained from the “API Credentials” section of Monite Partner Portal. Note that the sandbox and production environment use different client secrets.
token
The token to revoke.
Response
Successful Response
message
Errors
401
Post Auth Revoke Request Unauthorized Error
422
Post Auth Revoke Request Unprocessable Entity Error
429
Post Auth Revoke Request Too Many Requests Error