Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.14 KB

GetWebhook.md

File metadata and controls

19 lines (15 loc) · 1.14 KB

GetWebhook

Properties

Name Type Description Notes
Url string URL of the webhook [default to null]
Id int64 ID of the webhook [default to null]
Description string Description of the webhook [default to null]
Events []string [default to null]
Type_ string Type of webhook (marketing or transactional) [default to null]
CreatedAt string Creation UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ) [default to null]
ModifiedAt string Last modification UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ) [default to null]
Batched bool To send batched webhooks [optional] [default to null]
Auth *GetWebhookAuth [optional] [default to null]
Headers []GetWebhookHeaders Custom headers to be send with webhooks [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]