Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.07 KB

Webhook.md

File metadata and controls

17 lines (13 loc) · 1.07 KB

Webhook

Properties

Name Type Description Notes
Links *Links [optional] [default to null]
Id string The unique resource id. [optional] [default to null]
Url string The URL of the remote webhook. [optional] [default to null]
Secret string If defined, the webhooks post request will include a X-LD-Signature header whose value will contain an HMAC SHA256 hex digest of the webhook payload, using the secret as the key. [optional] [default to null]
On bool Whether this webhook is enabled or not. [optional] [default to null]
Name string The name of the webhook. [optional] [default to null]
Statements []Statement [optional] [default to null]
Tags []string Tags assigned to this webhook. [optional] [default to null]

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