API Reference
Partner API References
Last Updated: June 16, 2025Partner API Documentation Comprehensive API reference for Flowmatix partners to build integrations, manage customer accounts, and access platform functionality. Partner Authentication Partners use special API keys with extended permissions: Authorization: Bearer PARTNER_API_KEY X-Partner-ID: YOUR_PARTNER_ID Content-Type: application/json Customer Management APIs Create Customer Account POST /api/v1/partners/customers { "company_name": "Acme Corporation", "contact_email": "admin@acme.com", "contact_name": "John Smith", "phone": "+1234567890",...
WhatsApp Cloud API Reference
Last Updated: June 16, 2025WhatsApp Cloud API Integration Complete API reference for integrating with WhatsApp Cloud API through Flowmatix. Send and receive WhatsApp messages programmatically. Base URL https://api.flowmatix.com/v1/whatsapp Authentication Use your Flowmatix API key in the Authorization header: Authorization: Bearer YOUR_API_KEY Content-Type: application/json Send Text Message POST /messages { "to": "+1234567890", "type": "text", "text": { "body": "Hello from Flowmatix!"...
Contacts and Chats APIs
Last Updated: June 16, 2025Contacts and Chats API Reference Comprehensive API documentation for managing contacts and chat conversations in Flowmatix. Build powerful integrations with our RESTful API endpoints. Authentication All API requests require authentication using API keys: Authorization: Bearer YOUR_API_KEY API keys can be generated in your Flowmatix account settings under API Management. Contacts API Create Contact POST /api/v1/contacts...
API Documentation
Last Updated: June 16, 2025Flowmatix API Overview The Flowmatix API provides programmatic access to all platform features, enabling developers to build custom integrations and extend platform functionality. Our RESTful API is designed for ease of use and maximum flexibility. Getting Started with the API Generate API credentials in your account settings Review the API documentation and endpoints Test API...
