Field | Type | Required | Description | Example |
---|---|---|---|---|
ID |
*string | ➖ | N/A | 1234 |
Description |
*string | ➖ | A description of the object. | A description |
UnifiedAPI |
components.UnifiedAPIID | ✔️ | Name of Apideck Unified API | crm |
Status |
components.Status | ✔️ | The status of the webhook. | enabled |
DisabledReason |
*components.DisabledReason | ➖ | Indicates if the webhook has has been disabled as it reached its retry limit or if account is over the usage allocated by it's plan. | retry_limit |
DeliveryURL |
string | ✔️ | The delivery url of the webhook endpoint. | https://example.com/my/webhook/endpoint |
ExecuteBaseURL |
string | ✔️ | The Unify Base URL events from connectors will be sent to after service id is appended. | https://unify.apideck.com/webhook/webhooks/1234/execute |
Events |
[]components.WebhookEventType | ✔️ | The list of subscribed events for this webhook. [* ] indicates that all events are enabled. |
[ "vault.connection.created", "vault.connection.updated" ] |
UpdatedAt |
*time.Time | ➖ | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z |
CreatedAt |
*time.Time | ➖ | The date and time when the object was created. | 2020-09-30T07:43:32.000Z |