Revoke authorization token
Last updated
url
https://dev.pulsoid.net/oauth2/revoke
method
POST
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-cb3243520734Response Example:
200 OK
Last updated