Occurs once a new webhook has been created.
This request contains the X-Hook-Key header, which is required to activate your webhook.
Name | Description | Type | Additional information |
---|---|---|---|
ActivationRequired |
Indicates the webhook should be activated |
boolean | |
WebhookId |
The id of the webhook which triggered this request |
integer | |
EventName |
The EventName which triggered this request |
string | |
Links |
HATEOAS related to this object. It wil contain relevant url's such as previous and next page for paged results, create/update/delete action. These url's can be used in your application for the next steps in your application logic. |
Hateoas |
{ "ActivationRequired": true, "WebhookId": 2, "EventName": "sample string 3" }