About Logout
If the session is inactive for more than 35 minutes, it expires and you need to login again. To explicitly end a session, use this API which is a POST request.
Example
Request
<API URL End Point>/Logout.json
Response (successful)
{
"response_status" : 0,
"response_message" : "Success",
"response_data" : {
}
}
Resources