HelloVello API
Production backend for WhatsApp Cloud API messaging, campaigns, conversations, contacts, templates, media, CRM, automation, webhooks, analytics, and account operations.
- Base URL
- http://api.msgdaddy.com
- Environment
- development
- Health check
- /api/health
- Server time
- 2026-07-10T20:41:03.303Z
Core Endpoints
/api/authLogin, registration, Google OAuth, and session token operations.
/api/conversationsInbox, thread state, assignment, and conversation lifecycle APIs.
/api/messagesSend and retrieve WhatsApp messages through connected business numbers.
/api/contactsCustomer profiles, labels, import, filtering, and contact metadata.
/api/templatesWhatsApp template sync, creation, status, and template messaging support.
/api/broadcastsBroadcast campaign creation, scheduling, delivery, and reporting.
/api/mediaMedia upload, retrieval, and WhatsApp media handling.
/api/analyticsOperational metrics for messaging, delivery, and account activity.
/api/crmLead boards, pipeline workflows, notes, and customer management.
/api/flows /api/ai-flowBot flows, AI flow execution, auto replies, and quick replies.
/api/whatsapp-accountBusiness account, WABA, phone number, and profile operations.
/api/webhookMeta webhook verification and inbound event ingestion.
Integration Details
- Protected endpoints expect a bearer token.
- Use Authorization: Bearer <token>.
- API-key routes are available under /api/api-keys.
- JSON payloads are accepted with Content-Type: application/json.
- Maximum standard JSON body size is 10 MB.
- Webhook JSON uses raw body verification for signature validation.
- General API limit: 500 requests per 15 minutes in production.
- Login and registration limit: 20 requests per 15 minutes in production.
- Limits are higher in development mode.
curl -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ http://api.msgdaddy.com/api/messages