ListEnvelope_WebhookSink
| Field | Type | Required | Description |
|---|---|---|---|
| data | WebhookSink[] | ||
| has_more | boolean | ||
| next_cursor | string | null |
Example
Generated from the schema — a shape, not a sample.
{
"data": [
{
"created_at": "2026-10-01T09:00:00Z",
"fail_count": 0,
"id": "string",
"mode": "string",
"name": "string",
"received_count": 0,
"respond_status": 0,
"updated_at": "2026-10-01T09:00:00Z",
"url": "string"
}
],
"has_more": false,
"next_cursor": "string"
}