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": "integration-state-changed",
"data": {
"integration_tool": "<string>",
"integration_id": "<string>",
"integration_category": "HRIS",
"end_user": {
"organization_name": "<string>",
"creator_email": "jsmith@example.com",
"origin_id": "<string>"
},
"qa_status": "PENDING",
"state": "ACTIVE",
"updated_at": "2023-11-07T05:31:56Z"
}
}{
"id": "<string>",
"type": "integration-state-changed",
"data": {
"integration_tool": "<string>",
"integration_id": "<string>",
"integration_category": "HRIS",
"end_user": {
"organization_name": "<string>",
"creator_email": "jsmith@example.com",
"origin_id": "<string>"
},
"qa_status": "PENDING",
"state": "ACTIVE",
"updated_at": "2023-11-07T05:31:56Z"
}
}HMAC signature for webhook verification. See the webhook documentation for details on how to verify this signature.
Webhook received successfully
Was this page helpful?