What functions does the SMOC REST API provide?
Category: Data Integrations
GET /api/company/mongocontact remains the Zapier/compat contacts endpoint. REST v2 adds POST /api/v2/{toolName} for the same company-scoped tools as MCP. Customer keys are read-only by default; writes including inbox send are opt-in.
GET /api/company/mongocontact returns:
- A page of contact records (name, email, phone, status, visits, UTMs, survey answers, and related fields when collected).
- Aggregate leadsCount and customerCount for the whole company.
Customer keys are read-only by default. Write-enabled keys can create/update contacts, tags, lists, company profile, add CPCS URLs, triage inbox, and send text replies. They cannot delete, publish, toggle live, or start LinkedIn outreach campaigns. GET /api/company/mongocontact stays for Zapier.
See the REST API eGuide, the REST v2 API reference for every call, and the Public Contacts API reference for mongocontact fields.