What is the SMOC REST API and how do I connect it?

What is the SMOC REST API and how do I connect it?

Category: Data Integrations

The SMOC REST API is a company-scoped, read-only HTTP API on https://v2.api.smoc.ai. Generate a key in Console under Settings → Integrations → API.

Setup summary:

  • Copy the key immediately — it is shown only once.
  • Call GET https://v2.api.smoc.ai/api/company/mongocontact with the token header (not Authorization: Bearer).
  • Optional query parameters: limit (1–500, default 100) and sortByField (createdAt, updatedAt, or lastConversationDate).

Step-by-step setup is in the REST API eGuide.