Experia API
Welcome to the Experia API documentation. Experia is a unified enterprise communication platform that brings together WhatsApp, email, webchat, and more into a single system, powered by AI automation, analytics, and workflow management.
Use these APIs to integrate messaging, campaign management, dashboard analytics, and automation flows directly into your applications.
Base URL
https://api.experiaapp.com
Authentication
All endpoints require an API key passed via the X-API-Key header.
curl -H "X-API-Key: YOUR_API_KEY" https://api.experiaapp.com/v2/...
Available Endpoints
| Endpoint | Description |
|---|---|
| /v2/send | Send messages via WhatsApp, email, and more |
| /v2/dashboard | Retrieve dashboard analytics and card detail data |
| /v2/campaign/* | Create, manage, and run messaging campaigns |
| /v2/survey/* | Create and manage surveys |
| /v2/flow/* | Manage automation flows |
| /v2/whatsapp/templates | Manage WhatsApp message templates |
Async Updates
Message delivery statuses and other events are sent asynchronously to your webhook endpoint. See Webhook Documentation for payload details.