1. List profile
Returns a list of profiles
Request
Method
URL
POST
api_url/profileList?page=1&limit=1
Params
Value
Description
browser_uuid[]
string
UUID of profile
name[]
string
the name of the profile
tag_id[]
number
ID of tag, use api "list tag" to get tag_id
status_id
number
ID of status, use api "list status" to get status_id
page
number
page number of pagination
limit
number
number of profiles displayed
Example Request
Params
Key
Value
browser_uuid[]
992bd6f1-0a4c-40b2-88c0-d6ae54db7347
name[]
tag_id[]
status_id
limit
page
Example Response
Last updated