Fiskaliza
Referenca e API-sëOperacionet

Read queue health

Across every POS the key reaches. An expired certificate is not a warning — the POS has stopped selling.

GET/v1/operations/summary

Across every POS the key reaches. An expired certificate is not a warning — the POS has stopped selling.

Authorization

fiskalizaKey fiskaliza:operations:read
AuthorizationBearer <token>

An opaque Fiskaliza API key. Each operation lists the capabilities required on that key.

In: header

Scope: fiskaliza:operations:read

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/operations/summary"
{  "success": true,  "warnings": [    "string"  ],  "data": {    "summary": {      "retrying_commands": 0,      "rejected_commands": 0,      "oldest_offline_at": "2019-08-24T14:15:22Z",      "oldest_offline_age_seconds": 0,      "alert_level": "NONE",      "expiring_certificate_count": 0,      "expired_certificate_count": 0    }  }}