Revoke authorization token

Request:

namevalue

url

https://dev.pulsoid.net/oauth2/revoke

method

POST

Body Parameters explained:

NameTypeDescription

token

string

Obtained access token

cURL Request Example:

curl --request POST \
  --url https://dev.pulsoid.net/oauth2/revoke \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data token=ac902193-f705-4db6-8132-cb3243520734

Response Example:

200 OK

Last updated