Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 707 Bytes

GetWebhook.md

File metadata and controls

25 lines (15 loc) · 707 Bytes

SibApiV3Sdk.GetWebhook

Properties

Name Type Description Notes
url String URL of the webhook
id Number ID of the webhook
description String Description of the webhook
events [String]
type String Type of webhook (marketing or transac)
createdAt String Creation UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ)
modifiedAt String Last modification UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ)

Enum: TypeEnum

  • marketing (value: "marketing")

  • transac (value: "transac")