Authenticate
Revoke an access_token
You can use this endpoint to revoke an access_token
.
POST
/
v1
/
auth
/
token
/
revoke
Body
application/json
A structure representing a request to revoke a token.
The client's id as obtained from your Nomba dashboard.
Required string length:
36
The JWT (Json Web Token) token to be revoked
Required string length:
300 - 600