subscription
Update a webhook
put/subscriptions/{subscriptionId}
Path parameters
subscriptionIdstring required
The Zenlist ID for the subscription
Request body
Example request
{
"hook_url": "https://myserver.com/send/callback/here"
}Response
OK
The Zenlist ID for the subscription
{
"hook_url": "https://myserver.com/send/callback/here"
}OK