curl --location --request PATCH 'https://app.inboundiq.ai/api/v1/webhook/we_unique-id' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"destination": "string",
"listenTo": [
"website.eligibility"
]
}'{
"status": 200,
"message": "Webhook was updated",
"data": [
{
"id": "we_unique-id",
"destination": "https://example.com/webhook",
"listenTo": [
"website.eligibility",
"prospect.created"
]
}
]
}