cURL
curl --request GET \ --url https://api.ravan.ai/api/v1/calcom/event-types \ --header 'X-Api-Key: <api-key>'
{ "success": true, "message": "Request completed successfully", "data": [ { "id": "id_123", "slug": "intro-call", "title": "example", "description": "example", "duration_minutes": 1, "price": 99.5, "currency": "USD", "is_active": true } ] }
List Cal.com Event Types.
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[]
Successful response
Show child attributes