Endpoints summary
| Method | Endpoint | Description | Access |
|---|---|---|---|
GET | /bookings | List bookings | CRUD |
GET | /bookings/availability | Check availability | CRUD |
GET | /bookings/{id} | Get booking | CRUD |
POST | /bookings | Create booking | CRUD |
PUT | /bookings/{id} | Update booking | CRUD |
DELETE | /bookings/{id} | Delete booking | CRUD |
GET | /clients | List clients | CRUD |
GET | /clients/{id} | Get client | CRUD |
POST | /clients | Create client | CRUD |
PUT | /clients/{id} | Update client | CRUD |
DELETE | /clients/{id} | Delete client | CRUD |
GET | /time-blocks | List time blocks | CRUD |
POST | /time-blocks | Create time block | CRUD |
DELETE | /time-blocks/{id} | Delete time block | CRUD |
GET | /calendar-events | List calendar events | Read |
GET | /locations | List locations | Read |
GET | /services | List services | Read |
GET | /people | List professionals | Read |
GET | /custom-fields | List custom fields | Read |
GET | /webhooks | List webhooks | CRUD |
POST | /webhooks | Create webhook | CRUD |
PUT | /webhooks/{id} | Update webhook | CRUD |
DELETE | /webhooks/{id} | Delete webhook | CRUD |
Base URL: https://api.citapro.app/v1.