GET http://127.0.0.1:12368/profiles
curl http://127.0.0.1:12368/profiles
const hidemyacc = new Hidemyacc();
const user = await hidemyacc.profiles();
HTTP/1.1 200 OK
{
"code": 1,
"data":
[
{
"id": "615d0c642a151505fe6a3a1a",
"name": "Eleanore Paysinger",
"notes": "",
"browserType": "chrome",
"os": "mac",
"platform": "MacIntel",
"proxy":
{
"autoProxyPassword": "",
"autoProxyRegion": "us",
"autoProxyServer": "",
"autoProxyUsername": "",
"host": "",
"mode": "none",
"password": "",
"port": null,
"proxyEnabled": false,
"torProxyRegion": "us",
"username": ""
},
"role": "owner",
"createdAt": "2021-10-06T02:39:32.840Z",
"updatedAt": "2021-10-06T03:10:10.060Z"
},
{
"id": "615d066a2a151505fe6a24ad",
"name": "Antonetta Blan",
"notes": "",
"browserType": "chrome",
"os": "mac",
"platform": "MacIntel",
"proxy":
{
"autoProxyPassword": "",
"autoProxyRegion": "us",
"autoProxyServer": "",
"autoProxyUsername": "",
"host": "",
"mode": "none",
"password": "",
"port": null,
"proxyEnabled": false,
"torProxyRegion": "us",
"username": ""
},
"role": "owner",
"createdAt": "2021-10-06T02:14:02.691Z",
"updatedAt": "2021-10-06T02:14:02.691Z"
}
]
}
HTTP/1.1 401 Not Authenticated
{
"code": 0,
"message": "Unauthorized",
"data": {}
}