Integrate BookitTechnologies with your existing systems
All API requests require authentication using API keys.
Authorization: Bearer YOUR_API_KEY
POST /api/appointments
{ "businessId": "123", "customerName": "John Doe", "customerPhone": "+1234567890", "service": "Oil Change", "datetime": "2024-01-15T10:00:00Z", "smsConsent": true }
GET /api/businesses/:id
{ "id": "123", "name": "Demo Auto Repair", "phone": "+1234567890", "address": "123 Main St", "timezone": "America/New_York" }
Configure webhooks to receive real-time notifications.
POST /voice/incoming/:businessId
POST /sms/incoming/:businessId
Our SMS system is fully A2P 10DLC compliant with proper consent handling.
Need help getting started?
Contact Support