Lookup Cal.com Event Type
Cal.com Integration API
Lookup Cal.com Event Type
Looks up a single event type by its Cal.com numeric ID or slug across all connected accounts for the organization.
GET
Lookup Cal.com Event Type
Authorizations
Your JWT access token. Pass it as a Bearer token in the
Authorization header. Example: Authorization: Bearer <token>.Path Parameters
The Cal.com event type numeric ID, such as
123456, or slug, such as 30min-intro.Query Parameters
The organization ID whose connected Cal.com accounts should be searched.
Response
Whether the request succeeded.
Human-readable status message.
The matching Cal.com event type.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Cal.com event type numeric ID or slug
Query Parameters
Organization ID
Response
Event type retrieved

