Profiles API
GET /api/profiles
Return a list of all your profiles.
POST /api/profiles
Create a new profile.
Set it to "auto" to allow us to detect the timezone automatically based on IP address of the proxy.
DELETE /api/profiles
Delete a profile.
GET /api/cleanProfileData
Remove all profile data of the specific profile, including cookies, localStorage and other.
Available parameters
Profile ID, can be found on Dashboard / Profiles.
Pass 1 if you would like to unlink the profile from the browser. This will lead to picking up a new browser on the next run of the profile.
GET /profileData
Get all profile data of the specific profile, including cookies, localStorage and other.
Available parameters
Profile ID, can be found on Dashboard / Profiles.