Revoke Token
POST https://sandbox.swift.com/oauth2/v1/revoke
Used for revoking JWT token based on clientid and secretkey.
Request Body
[{"name"=>"token", "value"=>"{{access_token}}", "datatype"=>"string"}, {"name"=>"token_type_hint", "value"=>"access_token", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |