Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/x-www-form-urlencoded
Response
Token revocation succeeded
access_token
and refresh_token
Either token may be provided to “log out” of the API session. Both tokens we be invalidated.
token
with your access_token
or refresh_token
Authorization
header as Bearer access_token
to authenticate the request.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Token revocation succeeded