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.
clientId
string
requiredThe client's id as obtained from your Nomba dashboard.
Required string length:
36
access_token
string
requiredThe JWT (Json Web Token) token to be revoked
Required string length:
300 - 600
Response
200 - application/json
A structure representing a response from an attempt to revoke a token
code
string
Tells if the access_token has been revoked
description
string
Describes the result of the action performed