How to
How to import over the API
The same staging path is available programmatically, for scheduled or bulk loads.
- Authenticate to the API with a bearer token (sign in as a user).
- POST rows to the staging endpoint for the entity, with the same field mapping used in the UI.
- Validate the batch, then promote the valid rows, exactly as the UI does.
- Because the API is the product's contract, the programmatic path and the UI path stay identical.
See the API reference at /docs for the exact request shapes.
In-app documentation, version 5. Generated from the product documentation source, so this matches the app exactly.