Webhook event logs
GET https://www.digicert.com/services/v2/webhook/event-logs
Use this endpoint to get a log of events sent to your webhook listener. Each entry in the event log has the following information:
Timestamp
Event type
Event data
HTTP response code returned by the webhook listener
Example requests and responses
Filters and URL query parameters
This endpoint supports filters, sorting, and pagination. For general information and examples of the syntax to use when applying filters and sorting results, see Services API - Filters, sorting, and pagination parameters.
Name | Req/Opt | Type | Description |
---|---|---|---|
filters[ | optional | string | Filters results by the specified property. Replace
|
offset | optional | int | Index of the first result to include in the response. Default: |
limit | optional | int | Total number of results to include in the response. Max: |
Response parameters
Name | Type | Description |
---|---|---|
events | array | List of objects with information about events sent to the endpoint for your webhook listener. |
.. event_name | string | Event name. Possible values: See CertCentral event types. |
.. event_info | object | Object with event |
.. request_status | string | Request status. Possible values: |
.. request_sent_time | string | Date and time CertCentral sent the event. UTC timezone, ISO 8601 format. |
.. response_received_time | string | Date and time CertCentral received a response from your webhook event listener. UTC timezone, ISO 8601 format. |
.. response_code | integer | HTTP status response code CertCentral received from your webhook event listener. |
object | Object with pagination details. Modified with URL query strings. |