WebhookSubscriptions
Use this endpoint to subscribe your app to one or more webhook topics. Configure a callback URL to receive notifications when subscribed topics trigger events.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | False |
Primary key |
| CallbackURL | String | False |
Callback URL endpoint |
| ClientID | String | False |
OAuth client identifier associated with the subscription |
| Created | Datetime | False |
Timestamp when the subscription was established |
| Creator | String | False |
User ID of the person who created the webhook subscription |
| CreatorFullName | String | False |
Full name of the subscription creator |
| Description | String | False |
Informational text describing the OAuth Client configuration |
| Division | Int | False |
Numeric division code for organizational segmentation |
| IsInstant | Bool | False |
Boolean flag enabling faster webhook delivery; only supported for topic GoodsDeliveries |
| Topic | String | False |
Subscription category such as Accounts, Items, or StockPositions |
| UserID | String | False |
ID of the user who initiated the webhook subscription |