curl "https://api.ravan.ai/api/v1/calcom/event-types/lookup/intro-call" \ -H "X-Api-Key: YOUR_API_KEY"
{ "success": true, "message": "Event type 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 } }
Look up a specific Cal.com event type by its platform ID or URL slug.
evt_123456
intro-call
Show data
Event type ID or slug
Successful response
Show child attributes