POST
/
browser
/
browser-import
curl --request POST \
  --url https://api.gologin.com/browser/browser-import \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "dataProfiles": "<string>"
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

currentWorkspace
string
folderName
string

Folder name to import profiles to.

Body

application/json
CSV file content as a string.

The body is of type object.