Skip to main content

Revoke Token

Invalidate authorization and refresh token. Pass refresh token or call this method with valid access token

HTTP Request

POST /revoke

Auth: false

QUERY PARAMETERS

ParameterTypeDescription
refresh_tokenstring

Example Response


{
"status": true
}