API reference
Versioned endpoints, authentication, errors, pagination, and idempotent mutations.
Open API docs โConnect CRM systems, enrich companies and contacts, trigger workflows, and build channel-aware apps without managing provider credentials yourself.
Versioned endpoints, authentication, errors, pagination, and idempotent mutations.
Open API docs โRetries, rate limits, webhooks, app invocations, and canonical data resources.
Read the SDK guide โDeclare capabilities, receive signed invocations, and connect apps to organizations.
Build an app โimport { Sunhub } from "@sunhub/sdk";
const sunhub = new Sunhub({ apiKey: process.env.SUNHUB_API_KEY });
const companies = await sunhub.companies.list({ limit: 100 });