Download
Apify
Download Apify for desktop. It runs fast, tests requests with no setup needed, and keeps all your workspace data private on your own computer.
The Apify App
Standalone Client for Windows 10 & 11
By downloading and using Apify, you agree to the local sandbox terms of service and MIT License.
APIFY PRESETS APP
Collections
GET
Get Users List
POST
Add User Account
PUT
Update Session
GET
${baseUrl}/users/profile
200 OK
18 ms
1.2 KB
JSON Output
1
2
3
4
5
{
"success": true,
"data": {
"connection": "established"
}
}