v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
CRM Import

Lookup CRM Import Id

Resolves a single CRM id within an import: whether it is a buyer account or a contact (or not part of the import), its state, and the failure reason if any. For a contact match, the buyer-account CRM id it belongs to is also returned.

get/api/v1/accounts/crm-import/lookup

Query parameters

crm_idstring required

The CRM id to resolve (account or contact).

request_idstring

ID of the import request. If omitted, the tenant's most-recent import is used.

Response

Lookup result for the given CRM id.

request_idstring

ID of the import request.

crm_idstring

The looked-up CRM id.

type'ACCOUNT' | 'CONTACT' | 'NOT_FOUND'

What the id resolved to.

account_crm_idstring nullable

For a contact match, the buyer-account CRM id it belongs to. Present only when type = CONTACT.

state'SUCCEEDED' | 'FAILED' | 'SKIPPED' | 'PENDING' | 'null' nullable

Empty when type = NOT_FOUND.

reasonstring nullable

Failure reason, if any.