List Attempted Destinations
List endpoints attempted by a given message.
Additionally includes metadata about the latest message attempt. By default, endpoints are listed in ascending order by ID.
Path parameters
The Application's ID or UID.
The Application's ID or UID.
The Message's ID or UID.
The Message's ID or UID.
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
Response
Example response
{
"data": [
{
"channels": [
"project_123",
"group_2"
],
"eventTypes": [
"user.signup",
"user.deleted"
],
"id": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"uid": "unique-identifier",
"url": "https://example.com/webhook/"
}
],
"iterator": "iterator",
"prevIterator": "-iterator"
}Changes
Changed in 2 of the 5 revisions of this API.122
- ▲
removed the required property
data/items/versionfrom the response with the200statusresponse-required-property-removed
- ●
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
- ▲
- ○
added the required property
data/items/versionto the response with the200statusresponse-required-property-added
This revision also has 157 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○