Ingest Endpoint
List Ingest Endpoints
List ingest endpoints.
get/ingest/api/v1/source/{source_id}/endpoint
Path parameters
source_idstring required
The Source's ID or UID.
Example:unique-identifier
The Source's ID or UID.
Query parameters
limitinteger
Limit the number of returned items
Limit the number of returned items
iteratorstring nullable
The iterator returned from a prior invocation
Example:ep_1srOrx2ZWZBpBUvZwXKQmoEYga2
The iterator returned from a prior invocation
order'ascending' | 'descending'
Defines the ordering in a listing of results.
The sorting order of the returned items
Response
Example response
{
"data": [
{
"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.1
- ●
removed the optional property
data/items/rateLimitfrom the response with the200statusresponse-optional-property-removed
This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●