Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 753 Bytes

GetWebhook.md

File metadata and controls

24 lines (17 loc) · 753 Bytes

GetWebhook

Properties

Name Type Description Notes
url String URL of the webhook
id Long ID of the webhook
description String Description of the webhook
events List<String>
type TypeEnum Type of webhook (marketing or transactional)
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

Name Value
MARKETING "marketing"
TRANSACTIONAL "transactional"