Returns a list of event types available to the specified user or organization.
curl --request GET \
--url https://api.calendly.com/event_types \
--header 'Authorization: Bearer <token>'{
"collection": [
{
"uri": "<string>",
"name": "<string>",
"active": true,
"slug": "<string>",
"scheduling_url": "<string>",
"duration": 123,
"kind": "solo",
"pooling_type": "<string>",
"type": "StandardEventType",
"color": "#0069ff",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"internal_note": "<string>",
"description_plain": "<string>",
"description_html": "<string>",
"profile": {
"type": "<string>",
"name": "<string>",
"owner": "<string>"
},
"secret": true,
"booking_method": "instant",
"custom_questions": [
{
"name": "<string>",
"type": "<string>",
"position": 123,
"enabled": true,
"required": true,
"answer_choices": [
"<string>"
],
"include_other": true
}
],
"deleted_at": "2023-11-07T05:31:56Z",
"admin_managed": true,
"locale": "en"
}
],
"pagination": {
"count": 123,
"next_page": "<string>",
"previous_page": "<string>",
"next_page_token": "<string>",
"previous_page_token": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://calendly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
URI of the organization.
URI of the user.
Number of results to return per page (1-100).
1 <= x <= 100Opaque cursor for retrieving the next page of results.
Field and direction to sort results by.
curl --request GET \
--url https://api.calendly.com/event_types \
--header 'Authorization: Bearer <token>'{
"collection": [
{
"uri": "<string>",
"name": "<string>",
"active": true,
"slug": "<string>",
"scheduling_url": "<string>",
"duration": 123,
"kind": "solo",
"pooling_type": "<string>",
"type": "StandardEventType",
"color": "#0069ff",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"internal_note": "<string>",
"description_plain": "<string>",
"description_html": "<string>",
"profile": {
"type": "<string>",
"name": "<string>",
"owner": "<string>"
},
"secret": true,
"booking_method": "instant",
"custom_questions": [
{
"name": "<string>",
"type": "<string>",
"position": 123,
"enabled": true,
"required": true,
"answer_choices": [
"<string>"
],
"include_other": true
}
],
"deleted_at": "2023-11-07T05:31:56Z",
"admin_managed": true,
"locale": "en"
}
],
"pagination": {
"count": 123,
"next_page": "<string>",
"previous_page": "<string>",
"next_page_token": "<string>",
"previous_page_token": "<string>"
}
}