Complete developer documentation for the Mewayz multi-tenant SaaS ERP platform. REST APIs, webhooks, SDKs, and 131 extensible packages.
curl -X POST https://app.mewayz.com/api/v1/auth/token \
-H "Content-Type: application/json" \
-d '{
"email": "[email protected]",
"password": "your-password"
}'
# Response
{
"token": "eyJhbGciOiJIUzI1NiIs...",
"expires_in": 3600,
"workspace_id": 42
}
Comprehensive tools and documentation to integrate with the Mewayz platform
Full CRUD operations for all 131 packages. JSON responses, pagination, filtering, and batch operations.
Explore API →Real-time event notifications for invoices, payments, subscriptions, and CRM activities via HMAC-signed payloads.
Setup Webhooks →131 modular packages covering HRM, Sales, Accounting, Tasks, and more. Each with its own routes, models, and UI.
Browse Packages →HMAC-SHA256 JWT-based single sign-on for embedding standalone apps. 60-second token expiry with auto-refresh.
SSO Guide →20 dashboard widgets, self-hosted analytics via Plausible CE. GA4 event tracking for checkout funnels.
Analytics Docs →Self-hosted Ollama with DeepSeek V3 671B. Chatwoot bot integration. All AI runs locally - no external API calls.
AI Docs →RESTful endpoints for the complete Mewayz platform. All endpoints require Bearer token authentication.
/api/v1/invoicesList all invoices with pagination
/api/v1/invoicesCreate a new invoice
/api/v1/employeesList employees with filters
/api/v1/leadsCreate a new sales lead
/api/v1/projectsList projects with tasks count
/api/v1/deals/{id}Update deal stage and value
/api/v1/customersList customers with billing info
/api/v1/tasks/{id}Delete a task (soft delete)
Subscribe to real-time events. All payloads are signed with HMAC-SHA256.
invoice.createdpayment.receivedsubscription.updatedemployee.onboardeddeal.stage_changedtask.completedMewayz runs on 131 modular packages organized in a dual-tier model.