Skip to main content

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.
curl "http://eapi.recotap.com/api/v1/crm/accounts/missing-external-ids?limit=100" \
  -H "X-Api-Key: your-api-key-here"
Query parameters
ParameterTypeDescription
limitintegerNumber 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.
Response data
[
  { "name": "Acme Corp", "domain": "acme.com" },
  { "name": "Globex Inc", "domain": "globex.com" }
]
Fields
FieldDescription
nameCompany name e.g. "Acme Corp"
domainPrimary domain e.g. "acme.com" — pass this to Map External IDs to write the CRM ID back