List destinations
Returns all destinations configured for an endpoint.string
required
The endpoint ID.
array
required
List of destination objects.
Add a destination
Adds a new forwarding URL to an endpoint. From this point on, all incoming events will be forwarded to the new destination (as well as any existing ones). Events are forwarded automatically with exponential backoff retries on failure.string
required
The endpoint ID.
string
required
The URL to forward events to. Must be a valid HTTPS URL.
string
An optional signing secret. When set, Hookdrop includes an HMAC-SHA256 signature on each forwarded request so your server can verify the payload.
Remove a destination
Removes a destination. Future events will no longer be forwarded to that URL. This does not affect events that have already been delivered or are currently in-flight.string
required
The endpoint ID.
string
required
The destination ID.
