Skip to main content
GET
cURL

What this endpoint is for

Use this endpoint to retrieve one specific event type when you already know its ID.

Returned details

  • Scheduling configuration and booking limits
  • Visibility and booking behavior settings
  • Active booking form fields associated with the event type

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer<int64>
required

ID of event type

Response

200 - application/json

Event type response

success
boolean
required

Indicates whether the request was successful

Example:

true

data
object
required

The response data. Can be an object, array, or null