mail_listWebhooksV1
List webhooks for a mail order, with optional filters by mailbox and status.
Instructions
Retrieve a paginated list of webhooks belonging to the given mail order. Supports filtering by mailbox and status. The webhook secret is never included; it is returned only when a webhook is created or its secret is regenerated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| status | No | Filter webhooks by status | |
| orderId | Yes | Order resource ID | |
| per_page | No | Number of items per page | |
| mailbox_id | No | Filter by the mailbox resource ID the webhooks are attached to |