List Operational Webhook Endpoints
List operational webhook endpoints.
Query parameters
Limit the number of returned items
Limit the number of returned items
The iterator returned from a prior invocation
The iterator returned from a prior invocation
Defines the ordering in a listing of results.
The sorting order of the returned items
Response
Example response
{
"data": [
{
"eventTypes": [
"message.attempt.failing"
],
"id": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"uid": "unique-identifier",
"url": "https://example.com/webhook/"
}
],
"iterator": "iterator",
"prevIterator": "-iterator"
}Changes
Changed in 1 of the 5 revisions of this API.21
- ●
removed the optional property
data/items/filterTypesfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/rateLimitfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
data/items/eventTypesto the response with the200statusresponse-optional-property-added
This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●