Import Visitors Data Csv

Imports visitors data into the project from a CSV file

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

ID of the account that owns the retrieved/saved data

integer
required

ID of the project to be retrieved

Body Params

Import Visitors Data Csv

file
required

The CSV file to import. The file must be in the following format:

Required columns: Either visitor_id must be present and non-empty.

Column validation:

  • visitor_id: Must be an string when provided
  • Other columns: Should match placeholder names defined for the project

Example format:

visitor_id,name,email,age,location
12345,John Doe,[email protected],30,New York
67890,Jane Smith,[email protected],25,Los Angeles
54321,Bob Johnson,[email protected],35,Chicago
Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json