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.
createdTimeThe date and time the webhook was created.
lastModifiedTimeThe date and time the webhook was last modified.
configObject that contains the configuration information for the webhook.
urlURL of the clients webhook endpoint.
customHeadersCustom headers to be passed along with the request, such as ApiKey.