How to

How to import over the API

The same staging path is available programmatically, for scheduled or bulk loads.

  1. Authenticate to the API with a bearer token (sign in as a user).
  2. POST rows to the staging endpoint for the entity, with the same field mapping used in the UI.
  3. Validate the batch, then promote the valid rows, exactly as the UI does.
  4. 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.