Get meeting duration
Get a duration option for a scheduling link.
{your-subdomain} with your workspace’s subdomain. Learn how to find your subdomain in Workspace subdomain.
Headers
Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.
Path Parameters
The unique identifier (SID) of the scheduling link you want to use. You can get sid in different ways. Visit the scheduling link page and then click on "Settings" > "Show SID". That will give you sid. You can also get this from the response of the List scheduling links endpoint, where it appears as the sid property for each scheduling link in the response.
"vj5pgkh"
The unique identifier of the duration. You can get this id from the response of the List meeting durations endpoint, where it appears as the id property for each duration in the response.
"4ece6b6b-4b5f-4c15-9122-a85af189198c"
Response
OK - Request succeeded
Unique identifier for the duration.
"4ece6b6b-4b5f-4c15-9122-a85af189198c"
The duration in minutes (1-1440).
1 <= x <= 144030
Whether this duration is the default option.
true
Timestamp when the duration was created.
"2025-01-15T10:30:00Z"
Timestamp when the duration was last updated.
"2025-01-15T10:30:00Z"