v2

latestOpenAPI 3.1.02026-07-312303692.4 MB
Webhook Endpoint

List Operational Webhook Endpoints

List operational webhook endpoints.

get/api/v1/operational-webhook/endpoint

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

iteratorstring nullable required
prevIteratorstring nullable
doneboolean required

Example response

{
  "data": [
    {
      "id": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2",
      "url": "https://example.com/webhook/",
      "uid": "unique-identifier",
      "filterTypes": [
        "message.attempt.failing"
      ]
    }
  ],
  "iterator": "iterator",
  "prevIterator": "-iterator"
}