Dvaarik AI for Developers - API and Integration Docs
Explore API-ready capabilities for appointment workflows, customer data, payments, analytics, and event webhooks.
API Overview
REST-style endpoints support appointment management, customer profile sync, payment events, and operational analytics extraction.
Authentication
Use API keys for server-to-server calls. OAuth support is on roadmap for multi-account integration flows.
Endpoints
- Appointments
- Customers
- Payments
- Analytics
Webhooks
Subscribe to key events such as appointment created, payment received, and call completed.
Code Examples
curl -X POST https://api.dvaarik.com/v1/appointments
-H "Authorization: Bearer YOUR_API_KEY"
-H "Content-Type: application/json"
-d '{"customer_id":"cus_123","service":"consultation","slot":"2026-03-02T10:00:00+05:30"}'POST /v1/webhooks/subscriptions
{
"event": "payment.received",
"url": "https://example.com/hooks/payment"
}Rate Limits and Pricing
Developer access is provisioned by plan tier and integration scope. SDKs are coming soon.