# Get domain webhooks by type Get the list of url(s) for a webhook identified by its webhook_name. Endpoint: GET /v3/domains/{domain_name}/webhooks/{webhook_name} Version: 3.0.0 Security: basicAuth ## Path parameters: - `domain_name` (string, required) Domain name you want webhooks for - `webhook_name` (string, required) The webhook type you wish to retrieve. Valid types are , , , , , , , ## Response 200 fields (application/json): - `webhook` (object, required) List of webhooks - `webhook.urls` (array) List of webhooks ## Response 401 fields (application/json): - `message` (string, required) Response message ## Response 404 fields (application/json): - `message` (string, required) Response message