Get Webhook Details - Field Descriptions

The following page details each of the fields received in the response when using the Get Webhook Details endpoint.

Response Fields

A successful response for the Get Webhook Details endpoint will return a 200 response.

FieldDescription
webhookIdUnique webhook id generated by Thredd.
productIdProduct ID.
eventsList of subscribed events.
webhookStatusIndicates whether the webhook is active, inactive and suspended.
configObject that contains the configuration information for the webhook.
urlURL of the clients webhook endpoint.
certificateAuthorityThe webhook certificate authority used by the service. This can be either CloudEntity (CE) or Amazon Web Services (AWS). The default value is CE.
customHeadersCustom headers to be passed along with the request, such as ApiKey.
createdTimeThe date and time the webhook was created.
lastModifiedTimeThe date and time the webhook was last modified.

Did this page help you?