Docs

API reference

Programmatically manage contacts, automations, deliveries, and billing.

Base URL

Production:  https://api.1ncall.com
Sandbox:     https://api.sandbox.1ncall.com

Authentication

Every authenticated request needs Authorization: Bearer <token>. Tokens are either short-lived JWTs (user sessions) or long-lived API keys minted from Settings → API keys.

Endpoint groups

GroupPurposeSample endpoints
ContactsAudience CRUD + taggingGET / POST / PATCH / DELETE /contacts
TemplatesChannel-specific messagesGET / POST / PATCH / DELETE /templates
AutomationsVisual graphsGET / POST / PATCH / DELETE /automations
WorkflowsLegacy step-array shapeGET / POST / PATCH /workflows
DeliveriesSend + inspectPOST /messages/test-email, GET /messages/delivery-attempts/:id
BillingPlan + checkoutGET /billing/plan, POST /billing/checkout
MembersRBAC + invitesGET / POST /memberships, POST /memberships/invitations
AuditActivity feed (Growth+)GET /audit-logs
AdminSuper-admin cross-workspaceGET /admin/*

Authentication & API keys · Webhooks · Errors & status codes