cURL
curl --request POST \ --url https://api.gologin.com/browser/browser-import \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "dataProfiles": "<string>" }'
Imports profiles from CSV file.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Folder name to import profiles to.
CSV file content as a string.
The body is of type object.
object
Was this page helpful?