Skip to main content
POST
/
oauth
/
revoke
Revoke an access or refresh token
curl --request POST \
  --url https://app.dosfinds.co.uk/oauth/revoke \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'token=<string>' \
  --data token_type_hint=access_token

Body

application/x-www-form-urlencoded
token
string
required
token_type_hint
enum<string>
Available options:
access_token,
refresh_token

Response

200

Token revoked successfully