List webhooks
GET https://www.digicert.com/services/v2/webhook
Use this endpoint to get information about your CertCentral webhooks.
Note
Because a CertCentral account can only have one webhook, this endpoint returns a webhooks
list with a single webhook object.
Example requests and responses
Response parameters
Name | Type | Description |
---|---|---|
webhooks | array | List of objects with information about the webhooks in your CertCentral account. |
.. id | number | Webhook ID. |
.. endpoint | string | Endpoint URL where your webhook listener is hosted. |
.. events | array of strings | List of events CertCentral sends to the endpoint for this webhook. Possible values: |
.. status | string | Webhook status ( |
Error cases
Status | Code | Description |
---|---|---|
400 | webhook_invalid_account | No webhook exists for the account. |