What functions does the SMOC REST API provide?

What functions does the SMOC REST API provide?

Category: Data Integrations

The public REST API currently provides one function: list company contacts.

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.

The API cannot create, update, or delete contacts, and it does not expose inbox, conversations, flowcharts, or analytics. Use MCP for those read tools in AI clients.

See the REST API eGuide and the Public Contacts API reference for field-level detail.