Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get current consumer booking for this appointment
cURL
curl --request GET \ --url https://consumer.fanfare.io/api/appointments/{appointmentId}/me
{ "booking": { "appointmentId": "<string>", "bookingId": "<string>", "consumerId": "<string>", "endTime": "<string>", "slotId": "<string>", "startTime": "<string>", "status": "<string>", "locationId": "<string>", "locationName": "<string>" } }
Current booking (if any)
Show child attributes