Authorizations
Api key
Body
application/x-www-form-urlencoded
token revoked successfully
id of oauth client
Example:
"2a06b398c17f46908de3dffcb71ef87df"
token to be revoked
Example:
"eyJvcmciOiI1ZTIwOTFjNGQ0YWVmY2U2MGMwNGZiOTIiLCJpZCI6IjIyODQ1NmFjNmJlMjRiMzI5MTIyOTdlODQ5NTc4NjJhIiwiaCI6Im11cm11cjY0In0="
Example:
"6492f66e6ebbc56c6a6bf022"
type of token to be revoked, if sent then the accepted values are access_token and refresh_token. String value and optional, of not provided then it will attempt to remove access and refresh tokens that matches
Example:
"access_token"