cURL
curl --request GET \ --url https://api.ravan.ai/api/v1/calcom/appointments/{id} \ --header 'X-Api-Key: <api-key>'
{ "success": true, "message": "<string>", "data": { "id": "<string>", "organization_id": "<string>", "agent_id": "<string>", "calcom_booking_uid": "<string>", "attendee_name": "<string>", "attendee_email": "<string>", "attendee_phone": "<string>", "attendee_timezone": "<string>", "start_time": "<string>", "end_time": "<string>", "duration_minutes": 123, "meeting_url": "<string>", "status": "<string>" } }
Get Appointment.
Documentation IndexFetch the complete documentation index at: https://docs.ravan.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ravan.ai/llms.txt
Use this file to discover all available pages before exploring further.
Show data
Appointment ID
Successful response
Show child attributes