7. Change status

Change status of profile

Request

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