Skip to main content
GET
/
appointments
/
{appointmentId}
/
me
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>"
  }
}

Path Parameters

appointmentId
string
required

Response

Current booking (if any)

booking
object | null