webhook

Webhook Create

Create a new Webhook for the Tenant

post/webhook/decoda/create

Headers

TENANTstring required

The tenant you are making this request on behalf of

API-KEYstring required

Your api key

Request body

subscriptionsAlertType[] required

List of event types the webhook subscribes to.

urlstring required

The URL where the webhook will send notifications.

notificationEmailstring nullable

Email address for sending notifications about delivery failures.

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.