Import profile from csv
POST {{API_BASE_URL}}/browser/browser-import
You can import profile from csv file. Example csv file: https://github.com/gologinapp/gologin/blob/master/profileexportexample.csv
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: Created
{"createdProfiles":[{"_id":"string","name":"string","proxy":"gologin://us","os":"string"}],"updatedProfiles":[],"profilesWithErrors":[]}