Replace
Learn how to find your subdomain in Identifying your subdomain.
{your-workspace}
with your workspace’s subdomain. Learn how to find your subdomain in Identifying your subdomain.
Note that if the availability is used elsewhere, that would also be updated.
Headers
X-Api-Key is used to authenticate requests using an API key. Provide your API key in this header to access protected endpoints. Refer to Authentication for more information.
Path Parameters
The unique SID of the scheduling link you want to fetch. You can get sid
in different ways. Visit the scheduling link page and then click on "Settings" > "Show SID". That will give you sid
. The other way you can get sid
is by listing scheduling links using our List all scheduling links API. Here you will see sid
for each scheduling link.
Body
application/json
Example:
[
{
"wday": "monday",
"start_time": "09:00 AM",
"end_time": "05:00 PM"
},
{
"wday": "tuesday",
"start_time": "11:00 AM",
"end_time": "04:00 PM"
}
]