Authentication
Revoke a token
Revoke an access_token and refresh_token
Either token may be provided to "log out" of the API session. Both tokens we be invalidated.
- Only include param: token with your access_token or refresh_token
- Requires an Authorization header as Bearer access_token to authenticate the request.
Response
- A successful response will have an empty body
- An error response will include a JSON body with error details.
post/v1/oauth/revoke
Response
Token revocation succeeded