List Endpoints
List the application's endpoints.
Path parameters
The Application's ID or UID.
The Application'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
Defines the ordering in a listing of results.
The sorting order of the returned items
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 1 of the 5 revisions of this API.121
- ▲
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
- ▲