curl https://api.ravan.ai/api/v1/calcom/event-types \ -H "X-Api-Key: YOUR_API_KEY"
{ "success": true, "message": "Event types fetched successfully", "data": [ { "id": "evt_123456", "slug": "intro-call", "title": "Introductory Call", "description": "A 30-minute introductory call to discuss your needs", "duration_minutes": 30, "price": 0, "currency": "USD", "is_active": true }, { "id": "evt_789012", "slug": "consultation", "title": "Paid Consultation", "description": "60-minute in-depth consultation session", "duration_minutes": 60, "price": 99.50, "currency": "USD", "is_active": true } ] }
Retrieve all event types configured in your connected Cal.com account. Event types define the scheduling options available for booking (e.g. consultation calls, demos).
Show data[]
intro-call
30-min-demo
USD
EUR
Successful response
Show child attributes