Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 4.34 KB

Webhook.md

File metadata and controls

15 lines (12 loc) · 4.34 KB

Webhook

Fields

Field Type Required Description Example
Event string ✔️ Type of event that triggers the webhook. track_updated
Url string ✔️ URL webhook events are sent to. https://example.com/shippo-webhook
Active bool Determines whether the webhook is active or not. true
IsTest bool Determines whether the webhook is a test webhook or not. false
ObjectCreated DateTime Timestamp of the creation of the webhook.
ObjectId string Unique identifier of the webhook. This can be used to retrieve or delete the webhook.
ObjectUpdated DateTime Timestamp of the last update of the webhook.
ObjectOwner string Username of the user who created the webhook.