Revoke User Token
GET /api/v1/users/revoke/:token/public
Description
Revoke a token for public use.
Headers:
- Content-Type: application/json
- ApiKey: The platform api key is required to use this endpoint -
{{platformApiKey}}
URL: /api/v1/users/revoke/:token/public
-
Path Parameters:
tokenhere represents the access token that you want to revoke.
Response: The response is "OK" with a code of 200.
/api/v1/users/revoke/:token/public
Response: 200
LANGUAGE
CURL REQUEST
curl --request GET \
--url /api/v1/users/revoke/:token/public \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!