Added
Imports API — Load data at scale via the Public API
16 days ago by Camille Salin
Released: April 6, 2026
What's new
You can now trigger imports directly through the Trustpair Public API — covering supplier base, vendor checks, payment checks, and payment history.
This is the recommended approach when pushing 50 or more records at once. For smaller, real-time updates, the existing POST /api/v1/company_account_audits and POST /api/v1/company_account_checks endpoints remain the right choice.
Why use the Imports API?
- No file required — send rows directly as a JSON list, or reference a previously uploaded file
- Asynchronous processing — submit your data and poll for results when ready
- Full visibility — track import status and retrieve per-row results, including errors
New endpoints
| Endpoint | Description |
|---|---|
POST /api/v1/imports | Create an import |
GET /api/v1/imports/:id | Check import status |
GET /api/v1/imports/:id/entries | Get per-row results |
