[
{
"finished_at": "2020-08-10T14:00:05.595Z",
"http": {
"request": {
"headers": [
"Accept: */*"
],
"url": "https://fallback.example.com/webhooks"
},
"response": {
"body": "All good.",
"headers": [
"Content-Type: text/html"
],
"status": 200
}
},
"started_at": "2020-08-10T14:00:05.364Z",
"status": "delivered"
},
{
"errors": [
{
"code": "75499",
"detail": "The server returned another HTTP 4XX error",
"title": "Webhook host returned HTTP 4XX"
}
],
"finished_at": "2020-08-10T14:00:05.360Z",
"http": {
"request": {
"headers": [
"Accept: */*"
],
"url": "https://typo.example.com/webhooks"
},
"response": {
"body": "Oops. Not found.",
"headers": [
"Content-Type: text/html",
"Pragma: no-cache"
],
"status": 404
}
},
"started_at": "2020-08-10T14:00:05.004Z",
"status": "failed"
},
{
"errors": [
{
"code": "75001",
"detail": "Unable to resolve the webhook URL domain name",
"title": "Could not resolve name"
}
],
"finished_at": "2020-08-10T14:00:05.000Z",
"http": {
"reponse": null,
"request": {
"headers": [
"Accept: */*"
],
"url": "https://slow.example.com/webhooks"
}
},
"started_at": "2020-08-10T14:00:00.000Z",
"status": "failed"
}
]