Invox API Documentation
Base URL: https://api.invoxweb.com • Auth: Bearer Token • JSON only
Docs

Quick Start

1) Create an API token in the app. 2) Call /api/ping. 3) Send events to Inbox.

curl -sS https://api.invoxweb.com/api/ping \
  -H "Authorization: Bearer YOUR_TOKEN"

What is Inbox?

Inbox is the first universal intake endpoint. Any source can send events: CF7, WhatsApp Web, bots, or integrations.

Single endpointPOST /v1/inbox/events
Legacy aliasPOST /api/inbox
Raw payload storedapp_crm_inbox.payload_json

Next modules

As new endpoints are added, this portal will grow. Keep docs versioned and add entries to the changelog.

2026-02-05 – Inbox endpoints live (API subdomain)