This service is used to logout user account.
Canonical Path
/switching/rest/oauth/token/logout
Method
POST
Authorization
Bearer <user_access_token>
Query Param
-
Content-Type
application/x-www-form-urlencoded
Content
- grant_type=logout
application/json
{ "status": "SUCCESS", "code": "00" }
Field
Description
grant_type
Default logout
status
Logout Status
code
Status Code
Last updated 2 years ago