List webhook subscriptions
The Calendly V2 List Webhook Subscriptions tool allows organizations and users to effortlessly retrieve and manage webhook subscriptions via a simple API interface. It facilitates efficient integration and automation by providing detailed lists of webhook subscriptions filtered by organization or user UUIDs.
Features
- Retrieve webhook subscriptions filtered by organization or user scope.
- Supports filtering results using organization or user URIs for precise data retrieval.
- Allows specifying the number of results returned with pagination support.
- Enables sorting of results by creation date in ascending or descending order.
- Simple and secure API integration following Calendly's latest API standards.
Benefits
- Streamlines managing webhook subscriptions for enhanced scheduling automation.
- Improves data retrieval accuracy by filtering subscriptions via specific organization or user identifiers.
- Supports pagination and sorting to navigate large data sets efficiently.
- Facilitates seamless integration with Calendly's API, reducing development time.
- Helps businesses better monitor and control webhook subscription events for improved workflow management.
Description
Get a list of Webhook Subscriptions for an Organization or User with a UUID.
Parameters
6 parameters
| Name | Type | Description |
|---|---|---|
| scoperequired | enum | Filter the list by organization or user. |
| organization_urirequired | string | Indicates if the results should be filtered by organization, by entering an organization 's URI, such as |
| user_uri | string | Indicates if the results should be filtered by user, by entering a user's URI, such as |
| count | string | The number of rows to return. |
| page_token | string | The token to pass to get the next portion of the collection. |
| sort | enum | Order results by the specified field and direction. Accepts comma-separated list of {field}:{direction} values. Supported fields are: created_at. Sort direction is specified as: asc, desc. |