7. Change status
Change status of profile
Request
Method
URL
PUT
http://127.0.0.1:5555/change-status
Body
{
"id": 59,
"browser_uuid": "9931e0ff-c610-4345-a956-bf2fb42e4119"
}
id: id of status, use api list status to get id. Also, the ID of the default status: '0'- No Status, '-1'-Ban, '-2' - Ready, '-3'- New.
browser_uuid: UUID of profile
Response
{
"type": "success",
"title": "Update successfully.",
"content": []
}
Last updated