Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 755 Bytes

GetWebhook.md

File metadata and controls

24 lines (17 loc) · 755 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 transac)
createdAt [OffsetDateTime] Creation UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ)
modifiedAt [OffsetDateTime] Last modification UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ)

Enum: TypeEnum

Name Value
MARKETING "marketing"
TRANSAC "transac"