Overview
The Zenda API is a RESTful API that allows you to manage reservations, professional settings, user profiles, and payments for your appointment booking system.Base URL
All API endpoints are prefixed with/api:
API Structure
The Zenda API is organized around the following main resources:- Reservations - Create, retrieve, and manage appointment reservations
- Professional Settings - Configure professional preferences and availability
- Profiles - Manage user profiles
- Payments - Handle payment processing and preferences
Response Format
All API responses follow a consistent structure:Error Handling
The API uses standard HTTP status codes:200- Success201- Created400- Bad Request401- Unauthorized403- Forbidden404- Not Found
Next Steps
Authentication
Learn how to authenticate your API requests
Reservations
Start managing reservations