curl --location 'https://api.hashpay.me/v1/admin/operations/status' \
--header 'Authorization: Bearer <token>'{
"checkedAt": "2019-08-24T14:15:22.123Z",
"infrastructure": {
"status": "ok",
"checks": {
"property1": "ok",
"property2": "ok"
}
},
"providers": [
{
"provider": "string",
"network": "string",
"status": "ok",
"message": "string"
}
],
"queues": [
{
"queue": "string",
"waiting": 0,
"active": 0,
"delayed": 0,
"failed": 0
}
],
"webhooks": {
"failed": 0,
"deadLetter": 0,
"pending": 0,
"inProgress": 0
}
}