Connect with Calendly API and get list of events, list of event invitees data as JSON with simple HTTP REST API. With NoCodeAPI you can secure your API keys and bypass the rate limit with NoCode.
Make GET request on this endpoint to list of events with required parameters(if any required).
https://v1.nocodeapi.com//calendly/
Object | Description |
---|---|
status |
[Optional] [active, canceled] Filter events by their status |
min_start_time |
[Optional] Earliest time for event starting time, inclusive |
max_start_time |
[Optional] Latest time for event starting time, exclusive |
order |
[Optional] [asc, desc] Order by event start time ascending or descending |
page |
[Optional] Pagination page number. Must be greater than or equal to 1 |
perPage |
[Optional] Items per pagination page. Between 1 and 50 per request |
Make GET request on this endpoint to list of event invitees with required parameters(if any required).
https://v1.nocodeapi.com//calendly//invitees
Object | Description |
---|---|
uuid |
[Required] UUID of Event. |
status |
[Optional] [active, canceled] Filter events by their status |
page |
[Optional] Pagination page number. Must be greater than or equal to 1 |
perPage |
[Optional] Items per pagination page. Between 1 and 50 per request |