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.
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, such as ApiKey . |
Updated 2 months ago