POST
/
v1
/
auth
/
token
/
revoke

Body

application/json

A structure representing a request to revoke a token.

clientId
string
required

The client's id as obtained from your Nomba dashboard.

Required string length: 36
access_token
string
required

The 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