Skip to main content
GET
/
v1
/
outbound-webhook-endpoints
List outbound webhook endpoints
curl --request GET \
  --url http://localhost:3001/v1/outbound-webhook-endpoints
{
  "items": [
    {
      "id": "<string>",
      "organizationId": "<string>",
      "name": "<string>",
      "url": "<string>",
      "subscribedEvents": [
        "<string>"
      ],
      "hasSigningSecret": true,
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123
}

Headers

authorization
string
Minimum string length: 1
x-organization-id
string
Minimum string length: 1

Response

Default Response

items
OutboundWebhookEndpointSnapshot ยท object[]
required
total
integer
required