Update Incognito Status
Please use this (https://blkem.com/mobile_api/update_incognito_status) API for updating Incognito Status
Post parameters
Field | Value | Remarks |
---|---|---|
session_id | ​Access token ID | E.g. de25cc16eb00960f076... |
incognito_status | online | E.g online:invisible |
Success response
{
"code": 200,
"message": "Incognito Status Updated",
"data": []
}
Error responses
{
"code": 401,
"data": [],
"message": "Unauthorized Access"
}