List Webhooks - Field Descriptions
The following page details each of the fields received in the response when using the List Webhooks endpoint.
Response Fields
A successful response for the List Webhooks endpoint will return a 200 response.
| Field | Description |
|---|---|
| webhookId | Unique webhook id generated by Thredd. |
| productId | Product ID. |
| events | List of subscribed events. |
| webhookStatus | Indicates whether the webhook is active, inactive and suspended. |
| createdTime | The date and time the webhook was created. |
| lastModifiedTime | The date and time the webhook was last modified. |
| config | Object that contains the configuration information for the webhook. |
| url | URL of the clients webhook endpoint. |
| customHeaders | Custom headers to be passed along with the request. |
Updated about 1 month ago
