--- title: "Activate webhook" source_url: https://dev.digicert.com/certcentral-apis/services-api/webhooks/activate-webhook.html api_method: PUT api_endpoint: "/services/v2/webhook/{{webhook_id}}/activate" api_url: "https://www.digicert.com/services/v2/webhook/{{webhook_id}}/activate" --- **PUT** `https://www.digicert.com/services/v2/webhook/{{webhook_id}}/activate` Use this endpoint to activate a webhook. ## Example requests and responses ## cURL ```bash 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 ```console // No content ``` ## Path parameters
Name Opt/Req Type Description
webhook_id required number ID of the webhook to activate.
## Error cases
Status Code Description
404 not_found|webhook A webhook with the given ID does not exist.
400 webhook_invalid_action The webhook cannot be activated/deactivated. Make sure you have completed the verification challenge and try again.