Skip to main content
GET
/
v1
/
webhook-endpoints
List inbound integration webhook endpoints
curl --request GET \
  --url http://localhost:3001/v1/webhook-endpoints
{
  "items": [
    {
      "id": "<string>",
      "organizationId": "<string>",
      "integrationId": "<string>",
      "provider": "<string>",
      "kind": "<string>",
      "name": "<string>",
      "integrationKey": "<string>",
      "endpoint": "<string>",
      "status": "<string>",
      "eventCategories": [
        "<string>"
      ],
      "lastSyncedAt": "2023-11-07T05:31:56Z",
      "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
WebhookEndpointSnapshot ยท object[]
required
total
integer
required