cURL
curl --request GET \ --url https://api.ravan.ai/api/v1/ghl/appointments \ --header 'X-Api-Key: <api-key>'
{ "success": true, "message": "Request completed successfully", "data": { "appointments": [ { "id": "id_123", "ghl_appointment_id": "id_123", "contact_id": "id_123", "agent_id": "id_123", "agent_name": "example", "contact_name": "example", "contact_email": "alex@example.com", "contact_phone": "+14155550100", "appointment_time": "2026-03-14T12:00:00Z", "status": "active" } ], "count": 1 } }
List GHL Appointments.
Show data
Show appointments[]
Filter by agent ID
Filter by appointment status
Number of results to return (max 200)
x <= 200
Organization ID (fallback)
Successful response
Show child attributes