v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
CRM Import

Start CRM Import

Starts (or joins) a CRM import for the authenticated tenant. Accepts the list of buyer-account CRM ids to migrate; duplicate ids are ignored. If an import is already running for the tenant, its request_id is returned instead of starting a new one.

post/api/v1/accounts/crm-import

Request body

buyer_account_crm_idsstring[] required

List of buyer-account CRM ids to import.

Response

Import started (or joined). The work runs in the background.

request_idstring

ID of the asynchronous import request. Use it for the status / detail / lookup / retry services, or wait for the crmImport completion webhook (same request_id).