cURL
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>" }
Initiates a data import job.
API authentication token in the format: Token {{API_KEY}} Obtain your API key from the Userpilot Environment Settings.
Token {{API_KEY}}
CSV - OK - Import job successfully created
The response is of type object.
object
Was this page helpful?