cURL
curl --request GET \ --url https://prod.featherhq.com/api/v1/calendar-bookings/{bookingId} \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "organizationId": "<string>", "calendarId": "<string>", "eventTypeId": "<string>", "title": "<string>", "description": "<string>", "startTime": "<string>", "endTime": "<string>", "timezone": "<string>", "status": "CONFIRMED", "attendeeName": "<string>", "attendeeEmail": "<string>", "attendeePhone": "<string>", "location": "<string>", "meetLink": "<string>", "agentCallId": "<string>", "leadId": "<string>", "cancelledAt": "<string>", "cancellationReason": "<string>", "rescheduledFromId": "<string>", "rescheduledToId": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "metadata": null }
Documentation IndexFetch the complete documentation index at: https://docs.featherhq.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.featherhq.com/llms.txt
Use this file to discover all available pages before exploring further.
Booking details
CONFIRMED
CANCELLED
RESCHEDULED
NO_SHOW