List webhook subscriptions
Returns a paginated list of webhook subscriptions scoped to the caller account.
Query parameters
Free-text search with case-insensitive partial match on name and url.
Response
Paginated list of webhook subscriptions.
Example response
{
"meta": {
"total": 42,
"pages": 3,
"current_page": 1,
"next_page": 2,
"limit": 20
}
}Changes
Changed in 2 of the 9 revisions of this API.14
- ○
added the new optional
queryrequest parametereventTypenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterpagenew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortBynew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortOrdernew-optional-request-parameter
- ○
added the new optional
queryrequest parameterstatusnew-optional-request-parameter
- ○
added the required property
data/items/created_atto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/disabled_atto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/event_typesto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/nameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/updated_atto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/urlto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○