This API allows to list all the availabilities of specified team members by passing their emails as query parameters.
{your-workspace}
with your workspace’s subdomain. emails[]
parameter. The
playground will automatically generate the correct query string format for
you.You can generate an API key from the NeetoCal API Keys dashboard.
Email addresses of team members whose availabilities should be listed. You can add multiple email addresses to get availabilities for multiple team members. The API playground allows you to easily add multiple emails by clicking the "+" button.
[
"oliver@example.com",
"cypress@example.com",
"john@example.com"
]
Page number.
Number of availabilities to receive. The default value is 30.
OK - Request succeeded
The response is of type object
.