How do I retrieve contacts and interaction data with the SMOC REST API?
Category: Data Integrations
The REST API uses the same integration-token pattern as MCP and Zapier:
- Generate a key under Settings → Integrations → API in SMOC Console.
- Send the key in the token header on GET /api/company/mongocontact to list contacts and lead/customer counts.
- All responses are scoped to your company; you never see another tenant's data.
- Build periodic sync jobs, push outcomes into internal pipelines, or connect through an integration partner for a managed handoff.
- For one-off exports, use manual CSV download from the contacts section in Console.
Step-by-step setup and typical retrieval workflows are in the REST API eGuide.