47 endpoints across 9 groups. Curated index today; auto-generated per-endpoint pages from our OpenAPI spec are Q3 2026. For now, multi-language samples for the most-used endpoints live on /for-developers.
GET/api/auth/meCurrent user + workspacesPOST/api/auth/loginEmail + password authenticationPOST/api/auth/signupCreate user + first workspaceGET/api/tokensList API tokens for the active workspacePOST/api/tokensMint a new API token (plaintext returned once)POST/api/tokens/{id}/revokeRevoke an API tokenPOST/api/tokens/{id}/rotateRotate to a new token under the same nameGET/api/workspacesList workspaces this user is a member ofPOST/api/workspacesCreate a new workspace (user becomes owner)GET/api/workspaces/{id}/membersList members + their rolesPOST/api/workspaces/{id}/membersInvite a member by emailDELETE/api/workspaces/{id}/members/{user_id}Remove a memberGET/api/domainsList sending domainsPOST/api/domainsAdd a domain (returns DNS records to publish)POST/api/domains/{id}/verifyRe-run multi-resolver DNS verificationPOST/api/domains/{id}/rotate-dkimGenerate a fresh DKIM keypairPOST/api/domains/{id}/dmarc/advanceBump DMARC progression to the next stepGET/api/checkPublic deliverability check (no auth)POST/api/campaigns/sendSend a single emailPOST/api/campaignsCreate a multi-recipient campaignGET/api/campaigns/{id}Campaign metadata + send progressGET/api/campaigns/sends/{send_id}Per-send delivery status + trace_idGET/api/mailboxesList connected mailboxesPOST/api/mailboxes/gmail/callbackComplete Gmail OAuth flowPOST/api/mailboxes/outlook/callbackComplete Microsoft Graph OAuth flowPOST/api/mailboxes/imapConnect an IMAP mailbox by credentialsDELETE/api/mailboxes/{id}Disconnect a mailboxGET/api/repliesList recent replies with filtersPOST/api/replies/ingestManually ingest a reply (for testing)POST/api/inbound/{workspace_id}/emailWebhook for external inbound parsersGET/api/contactsList contactsPOST/api/contactsCreate or upsert a contactGET/api/whatsapp/connectionCurrent WhatsApp connection statePOST/api/whatsapp/connectConnect with phone_number_id + access tokenPOST/api/whatsapp/send/textSend a free-form text (24h conversation window)POST/api/whatsapp/send/templateSend a pre-approved templateGET/api/webhooksList webhook subscriptionsPOST/api/webhooksCreate a subscription (signing secret returned once)PATCH/api/webhooks/{id}Update URL / events / statusPOST/api/webhooks/{id}/rotate-secretGenerate a new signing secretPOST/api/webhooks/{id}/testFire a test.ping event at this endpointGET/api/webhooks/{id}/deliveriesRecent delivery attempts + statusPOST/api/webhooks/deliveries/{id}/replayRe-queue a failed deliveryGET/api/automationsList automationsPOST/api/automationsCreate automation with trigger + actionsPATCH/api/automations/{id}Update automationDELETE/api/automations/{id}Delete automationAuth header, JSON body, JSON response. No SDK to wait on, no client to install. Multi-language samples on /for-developers.