- Mock serverhttps://docs.speedysticks.com/_mock/openapi/api/appointment
- Productionhttps://api.speedysticks.com/api/appointment
curl -i -X GET \
https://docs.speedysticks.com/_mock/openapi/api/appointment \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'List of appointments retrieved successfully.
Array [
]
Response
[ { "id": 1, "appointmentDateTime": "2024-01-15T09:00:00Z", "appointmentTimeZone": "America/New_York", "price": 150, "status": "Pending", "notes": "Patient requested morning appointment", "address": "123 Main St", "city": "Phoenix", "state": "AZ", "zip": "85003", "billingType": "Bill to Patient" } ]