post
https://api.apptoto.com/v1/import
Imports can be kicked off by uploading a CSV file to https://api.apptoto.com/v1/import
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
}
}OAuth scope
Calls authenticated with an OAuth 2.0 bearer token must include the imports:write scope. A token without it receives a 403 insufficient_scope response. HTTP Basic auth is not scope-gated.
