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": "sync-finished",
"data": {
"sync_id": "<string>",
"sync_state": "<string>",
"sync_started_at": "2023-11-07T05:31:56Z",
"sync_ended_at": "2023-11-07T05:31:56Z",
"sync_duration_seconds": 1,
"integration_id": "<string>",
"integration_tool": "<string>",
"integration_category": "HRIS",
"end_user": {
"organization_name": "<string>",
"creator_email": "jsmith@example.com",
"origin_id": "<string>"
},
"log_url": "<string>"
}
}{
"id": "<string>",
"type": "sync-finished",
"data": {
"sync_id": "<string>",
"sync_state": "<string>",
"sync_started_at": "2023-11-07T05:31:56Z",
"sync_ended_at": "2023-11-07T05:31:56Z",
"sync_duration_seconds": 1,
"integration_id": "<string>",
"integration_tool": "<string>",
"integration_category": "HRIS",
"end_user": {
"organization_name": "<string>",
"creator_email": "jsmith@example.com",
"origin_id": "<string>"
},
"log_url": "<string>"
}
}HMAC signature for webhook verification. See the webhook documentation for details on how to verify this signature.
Webhook received successfully
Was this page helpful?