This page describes the webhook payloads associated with the lifecycle events.
Counter-Party
Lifecycle
flowchart TD
A[<a href="#counter_party_A">Created</a>]
Payload
Counter-party created
{
"event": {
"orgId": 22959,
"entity": "ThirdParties",
"eventType": "CREATE",
"numRetries": 0,
"createdAt": "2025-11-11T09:53:14.400Z",
"updatedAt": "2025-11-11T09:53:14.400Z"
},
"data": {
"orgUserId": "lestrade.1762854638",
"counterPartyId": "dr.watson.1762854913",
"name": "Dr Watson",
"email": "[email protected]",
"type": "THIRD_PARTY",
"status": "ACTIVE",
"createdAt": "2025-11-11T09:53:14.212Z",
"updatedAt": "2025-11-11T09:53:14.212Z"
}
}