POST
/
v1
/
auth
/
token
/
revoke

Body

application/json
clientId
string
required

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

access_token
string
required

The JWT (Json Web Token) token to be revoked

Response

200 - application/json
code
string

Tells if the access_token has been revoked

description
string

Describes the result of the action performed