# Get domain webhooks Returns all webhooks for the domain. Endpoint: GET /v3/domains/{domain}/webhooks Version: 3.0.0 Security: basicAuth ## Path parameters: - `domain` (string, required) Domain name you want webhooks for ## Response 200 fields (application/json): - `webhooks` (object, required) List of webhooks - `webhooks.accepted` (any) Accepted webhook URLs - `webhooks.delivered` (any) Delivered webhook URLs - `webhooks.opened` (any) Opened webhook URLs - `webhooks.clicked` (any) Clicked webhook URLs - `webhooks.unsubscribed` (any) Unsubscribed webhook URLs - `webhooks.complained` (any) Complained webhook URLs - `webhooks.temporary_fail` (any) Temporary fail webhook URLs - `webhooks.permanent_fail` (any) Permanent fail webhook URLs ## Response 401 fields (application/json): - `message` (string, required) Response message ## Response 404 fields (application/json): - `message` (string, required) Response message