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

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: Created

{"createdProfiles":[{"_id":"string","name":"string","proxy":"gologin://us","os":"string"}],"updatedProfiles":[],"profilesWithErrors":[]}