webhook

Webhook List

Get a list of all webhooks connected to the tenant

get/webhook/decoda/list

Query parameters

include_archivedboolean

Include archived webhooks in the list

Include archived webhooks in the list

Headers

TENANTstring required

The tenant you are making this request on behalf of

API-KEYstring required

Your api key

Response

Successful Response

idstring required

Unique identifier for the webhook.

subscriptionsAlertType[] required

List of event types the webhook is subscribed to.

urlstring required

The URL where the webhook sends notifications.

createdDatestring date-time required

The date and time when the webhook was created.

updatedDatestring date-time nullable

The date and time when the webhook was last updated.

secretstring required

The secret key used for signing the webhook payloads.

notificationEmailstring nullable

Email address for sending notifications about delivery failures.

isArchivedboolean

Whether the webhook has been archived.

Changes

No recorded changes to this endpoint across all 1 revision of this API.