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
string
required
Your JWT access token. Pass it as a Bearer token in the
Authorization header. Example: Authorization: Bearer <token>.Path Parameters
string
required
The Cal.com event type numeric ID, such as
123456, or slug, such as 30min-intro.Query Parameters
string
required
The organization ID whose connected Cal.com accounts should be searched.
Response
boolean
Whether the request succeeded.
string
Human-readable status message.
object
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

