Webhooks API manages domain's webhooks. You can create, access and delete webhooks programmatically.
Listing urls of every webhooks under the domain.
A 200 response
required | object | ||||||||||||||||
|
A 401 response
A 404 response
{
}
Create a list of one or more urls provided by the url
query params. Targeted webhook name is defined through the id
param.
Replace the list of urls by the given one with the url
param. Here is the list of supported webhook: accepted, opened, clicked, unsubscribed, delivered, permanent_fail, temporary_fail and complained.