Documentation Index
Fetch the complete documentation index at: https://docs.recotap.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /accounts/missing-external-ids
Returns accounts that do not yet have a CRM externalId assigned. Use this as the first step in the initial ID backfill. Fetch the list, match records to your CRM by name or domain, then use Map External IDs to write the IDs back in bulk.
| Parameter | Type | Description |
|---|---|---|
limit | integer | Number of records to return. Default 100. |
This endpoint does not support
lastSync or cursor-based pagination. Only limit is accepted. The response is a plain array with no pagination wrapper.data
| Field | Description |
|---|---|
name | Company name e.g. "Acme Corp" |
domain | Primary domain e.g. "acme.com" — pass this to Map External IDs to write the CRM ID back |