id string
applicationId string
consumerId string
unifiedApi string
deliveryUrl string
description boolean
events strings
The unique identifier of the webhook.
applicationId string
consumerId string
unifiedApi string
The unified API category where the connection belongs to.
deliveryUrl string
The delivery url of the webhook endpoint.
description boolean
A description of the object.
events strings
The list of subscribed events for this webhook. ENUM: hris.employee.created, hris.employee.updated, hris.employee.terminated, hris.employee.deleted
Example of the model
{
"id": "65c0c8f16ffc3c4419774976",
"applicationId": "655242641d7783d6998d4c9f",
"unifiedApi": "hris",
"status": "enabled",
"description": "aaa",
"deliveryUrl": "https://webhook.site/09df4b31-0a1b-4b9a-a10e-9675f1796704",
"events": [
"hris.employee.created",
"hris.employee.updated",
"hris.employee.deleted"
],
"createdAt": "2024-02-05T11:39:29.400Z"
}