Getting started
Core resources
Other

Revoke OAuth token

To revoke an OAuth access token, use the following command:

curl -X POST $SEEK_PASS_URL/api/partner/v1/oauth/token/revoke.json \
-H 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode token=$ACCESS_TOKEN \
--data-urlencode client_id=$CLIENT_ID \
--data-urlencode client_secret=$CLIENT_SECRET

Response Codes

  • 200 OK: Successful revocation