v1

latestOpenAPI 3.0.12026-07-2691137122.3 KB
CalComService

Lookup Cal.com Event Type

Look up an event type by ID or slug.

get/api/v1/calcom/event-types/lookup/{platform_id}

Path parameters

platform_idstring required

Cal.com event type numeric ID or slug

Query parameters

org_idstring required

Organization ID

Response

Event type retrieved

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Event type retrieved",
  "data": {
    "id": "<string>",
    "slug": "<string>",
    "title": "<string>",
    "description": "<string>",
    "duration_minutes": 0,
    "price": 0,
    "currency": "<string>",
    "is_active": true,
    "calcom_account_id": "<string>",
    "account_name": "<string>"
  }
}