cURL
curl --request GET \ --url https://api.ravan.ai/api/v1/calcom/event-types/lookup/{platform_id} \ --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 } }
Lookup Cal.com Event Type.
Show data
Event type ID or slug
Successful response
Show child attributes