7. Get list folder
Returns a list of your folders
Example Request
Params
Key
Value
Description
is_local
true/false
false: Show cloud profiles, true: Show local profiles
page
1
limit
10
Response
[
{
"id": 598,
"uuid": "9a7dc6b9-b088-49c4-9030-e28298f9bfa1",
"name": "Facebook",
"total_browser": 10,
"created_at": "2023-10-30T07:12:36.000000Z",
"created_at_diff": "18 hours ago"
},
{
"id": 602,
"uuid": "9a7f52ac-e791-4915-9912-d1c93c8c2556",
"name": "Youtube",
"total_browser": 10,
"created_at": "2023-10-31T01:39:45.000000Z",
"created_at_diff": "1 minute ago"
}
]
Last updated