Activate webhook

PUT https://www.digicert.com/services/v2/webhook/{{webhook_id}}/activate
Use this endpoint to activate a webhook.

Example requests and responses

cURL

curl --request PUT 'https://www.digicert.com/services/v2/webhook/{{webhook_id}}/activate' \
--header 'X-DC-DEVKEY: {{api_key}}' \
--header 'Content-Type: application/json'

204 No Content

// No content

Path parameters

NameOpt/ReqTypeDescription
webhook_idrequirednumberID of the webhook to activate.

Error cases

StatusCodeDescription
404not_foundwebhook
400webhook_invalid_actionThe webhook cannot be activated/deactivated. Make sure you have completed the verification challenge and try again.