{
"id": "string",
"webhookEndpointId": "string",
"url": "string",
"envelopeId": "string",
"event": "SIGNATORY_SIGNED",
"status": "PENDING",
"payload": {
"property1": "string",
"property2": "string"
},
"deliveredAt": "2019-08-24T14:15:22.123Z",
"failedAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"attempts": [
{
"attempt": 0,
"maxAttempts": 0,
"statusCode": 0,
"errorType": "string",
"errorCode": "string",
"latencyMs": 0,
"responseSnippet": "string",
"succeeded": true,
"createdAt": "2019-08-24T14:15:22.123Z"
}
]
}