Imports API
3 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.
| Method | Path | Description |
|---|---|---|
GET |
/api/imports/templates/{data_type} |
Get Import Template |
POST |
/api/imports/upload |
Upload Csv Accepts a JSON body. Query: target_table. |
GET |
/api/imports/{job_id}/status |
Get Import Status |
Try it
The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.