Revoke a Bearer Token
POST {{baseUrl}}/oauth2/v1/revoke
Use this endpoint to revoke a Bearer Token.
Request Body
[{"name"=>"token", "value"=>"", "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Api-Key | string | (Required) Added as a part of security scheme: apiKey | |
Content-Type | string | The media type being sent in the request. | |
Accept | string |
RESPONSES
status: OK
""