Skip to main content
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>'
"<unknown>"

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
integer
required

Webhook subscription ID.

Response

Subscription is enabled (or was already enabled). The response body is empty.

Empty body