WebhookDeliveriesResponse
deliveries object[]obrigatório
Identificador estável da entrega ou do evento. O reprocessamento preserva esse identificador.
99999999-9999-9999-9999-999999999999Valores possíveis: [OPT_IN_CREATED, OPT_IN_RECURRENCE_UPDATED, SCHEDULE_ACCESS_REQUEST, COLLECTION_CONTRACT_CREATION, COLLECTION_CONTRACT, COLLATERALIZED_CREDIT_CONTRACT, COLLATERALIZED_CREDIT_ESCROW_ACCOUNT]
COLLECTION_CONTRACTValores possíveis: [PENDING, IN_PROGRESS, DELIVERED, FAILED, CANCELLED]
FAILEDStatus de negócio associado ao evento de origem, quando disponível.
FAILEDValores possíveis: >= 0
3Valores possíveis: >= 1
5500Trecho do último erro ocultado e truncado.
upstream returned 5002026-06-17T12:00:00Z2026-06-17T12:15:00Z2026-06-17T12:06:00Z2026-06-17T12:00:10Z2026-06-17T12:05:00ZTrecho do payload ocultado e truncado para exibição na interface.
{"eventId":"99999999-9999-9999-9999-999999999999","payload":{"token":"[REDACTED]"}}Trecho da resposta final ocultado e truncado.
{"message":"temporary failure"}attemptHistory object[]
Valores possíveis: >= 1
2https://example.com/destrava/webhooksTrecho do corpo da solicitação ocultado e truncado. Chaves sensíveis são substituídas por [REDACTED].
{"eventId":"99999999-9999-9999-9999-999999999999","secret":"[REDACTED]"}500Trecho da resposta do provedor ocultado e truncado.
{"message":"temporary failure"}Trecho do erro ocultado e truncado.
timeout waiting for responseValores possíveis: >= 0
842false2026-06-17T12:05:00Z30Valores possíveis: >= 0
42pagination objectobrigatório
2026-06-17T12:00:00Z#DELIVERY#99999999-9999-9999-9999-9999999999992026-06-17T11:50:00Z#DELIVERY#88888888-8888-8888-8888-888888888888{
"deliveries": [
{
"eventId": "99999999-9999-9999-9999-999999999999",
"eventType": "COLLECTION_CONTRACT",
"status": "FAILED",
"eventStatus": "FAILED",
"attempts": 3,
"maxAttempts": 5,
"lastHttpStatus": 500,
"lastError": "upstream returned 500",
"eventOccurredAt": "2026-06-17T12:00:00Z",
"nextRetryAt": "2026-06-17T12:15:00Z",
"deliveredAt": "2026-06-17T12:06:00Z",
"createdAt": "2026-06-17T12:00:10Z",
"updatedAt": "2026-06-17T12:05:00Z",
"payload": "{\"eventId\":\"99999999-9999-9999-9999-999999999999\",\"payload\":{\"token\":\"[REDACTED]\"}}",
"response": "{\"message\":\"temporary failure\"}",
"attemptHistory": [
{
"attemptNumber": 2,
"webhookUrl": "https://example.com/destrava/webhooks",
"payload": "{\"eventId\":\"99999999-9999-9999-9999-999999999999\",\"secret\":\"[REDACTED]\"}",
"responseStatus": 500,
"responseBody": "{\"message\":\"temporary failure\"}",
"errorMessage": "timeout waiting for response",
"durationMs": 842,
"successful": false,
"attemptedAt": "2026-06-17T12:05:00Z"
}
]
}
],
"currentItem": "string",
"nextItem": "string",
"limit": 30,
"totalItems": 42,
"pagination": {
"currentItem": "2026-06-17T12:00:00Z#DELIVERY#99999999-9999-9999-9999-999999999999",
"nextItem": "2026-06-17T11:50:00Z#DELIVERY#88888888-8888-8888-8888-888888888888"
}
}