curl --request POST \
--url https://api.reply.io/v3/webhooks/{id}/enable \
--header 'X-API-Key: <api-key>'
"<unknown>"
Webhooks
Enable a webhook subscription
Resumes a paused subscription. Idempotent — calling on an already-enabled
subscription still returns 204. Use this dedicated endpoint rather than
PUT to toggle the paused state (PUT does not accept the enabled flag).
POST
/
v3
/
webhooks
/
{id}
/
enable
Enable a webhook subscription
curl --request POST \
--url https://api.reply.io/v3/webhooks/{id}/enable \
--header 'X-API-Key: <api-key>'