๐The new Browserless is Live! Experience the future of web scraping now!๐
x-api-key: ********************
curl --location --request GET 'http://localhost:8848/api/v2/profiles/groups' \
--header 'x-api-key;'
{
"code": 0,
"data": [
{
"createdAt": "string",
"groupId": "string",
"isDefault": true,
"name": "string",
"teamId": "string",
"userId": "string"
}
],
"err": true,
"msg": "string"
}