POST
/
v1
/
imports
Request Data Import
curl --request POST \
  --url https://analytix.userpilot.io/v1/imports \
  --header 'Authorization: <authorization>'
{
  "end_time": "<string>",
  "file_size": "<string>",
  "filename": "<string>",
  "job_id": "<string>",
  "links": "<string>",
  "start_time": "<string>",
  "status": "<string>",
  "total_rows": "<string>"
}

Headers

Content-Type
string
Accept
string
Authorization
string
required

API authentication token in the format: Token {{API_KEY}} Obtain your API key from the Userpilot Environment Settings.

Response

200
application/json

CSV - OK - Import job successfully created

The response is of type object.