Revoke an access_token
You can use this endpoint to revoke an access_token
.
Body
A structure representing a request to revoke a token.
The client's id as obtained from your Nomba dashboard.
36
"2242b79d-f2cf-4ccc-ada1-e890bd1a9f0d"
The JWT (Json Web Token) token to be revoked
300 - 600
"eyJhbGciOiJIUzI1NiJ9.eyJHOjhmYWM4M2FjLTc2YjAtNDM1Zi1hYTM1LThkOTU3ZGQ5MjdkZCI6Ikc6OGZhYzgzYWMtNzZiMC00MzVmLWFhMzUtOGQ5NTdkZDkyN2RkIiwiUjpURUFNU19PV05FUiI6IlI6VEVBTVNfT1dORVIiLCJFbWFpbDp2aWN0b3JzaG9hZ2FAZ21haWwuY29tIjoiRW1haWw6dmljdG9yc2hvYWdhQGdtYWlsLmNvbSIsImlhdCI6MTY4MTkxODU3OSwic3ViIjoiNWUyNmNmYjAtNTI5Zi00MTdiLWI4ZDItYWJjNDcxZjRjOWRiIiwiZXhwIjoxNjgxOTIyMTc5fQ.lQOsyhR1gajKdzE9IHQEtxhQyUrArctEDZiP9pWVTFY"
Response
A structure representing a response from an attempt to revoke a token
Tells if the access_token has been revoked
"00"
Describes the result of the action performed
"Token revoked successfully"