API referenceWebhooks
GET /webhooks/endpoints/channel/{channelId}
curl -X GET "https://example.com/webhooks/endpoints/channel/string"{ "$schema": "https://example.com/schemas/ListEndpointsOutputBody.json", "data": [ { "active": true, "channelId": "string", "createdAt": "string", "description": "string", "endpointId": "string", "eventTypes": [ "string" ], "hasSecret": true, "orgId": "string", "updatedAt": "string", "url": "string" } ]}