Headers
HMAC signature for webhook verification. See the webhook documentation for details on how to verify this signature.
Body
application/json
Response
200
Webhook received successfully
{
"id": "<string>",
"type": "data-changed",
"data": {
"integration_id": "<string>",
"integration_tool": "<string>",
"integration_category": "HRIS",
"changed_models": [
{
"name": "hris_legal_entities"
}
]
}
}{
"id": "<string>",
"type": "data-changed",
"data": {
"integration_id": "<string>",
"integration_tool": "<string>",
"integration_category": "HRIS",
"changed_models": [
{
"name": "hris_legal_entities"
}
]
}
}HMAC signature for webhook verification. See the webhook documentation for details on how to verify this signature.
Webhook received successfully
Was this page helpful?