Added

Imports API — Load data at scale via the Public API

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

EndpointDescription
POST /api/v1/importsCreate an import
GET /api/v1/imports/:idCheck import status
GET /api/v1/imports/:id/entriesGet per-row results

API References section