Imports can be kicked off by uploading a CSV file to https://api.apptoto.com/v1/import

POST /v1/import kicks off an Import based on the data you pass in. You can use GET /v1/import to fetch the Import information using the id provided to find out the result of the import.

Example Result:

{
  "import": {
    "id": NUMERIC IDENTIFIER,
    "state": launching | running | invalid | finished | aborted
  }
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!