Fiskaliza
Referenca e API-sëPikat e shitjes

List points of sale

Only the POS the key reaches — every POS of the business for an ALL key, the allowlist for a SELECTED one.

GET/v1/pos

Only the POS the key reaches — every POS of the business for an ALL key, the allowlist for a SELECTED one.

Authorization

fiskalizaKey fiskaliza:pos:manage
AuthorizationBearer <token>

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

In: header

Scope: fiskaliza:pos:manage

Query Parameters

query?string

Free-text match on the legal name.

status?string

Exact status match.

limit?integer
Range0 <= value <= 100
Default50
offset?integer
Range0 <= value
Default0

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/pos"
{  "success": true,  "warnings": [    "string"  ],  "data": {    "pos": [      {        "id": "string",        "legal_name": "string",        "vat_number": "string",        "operating_profile": "GENERAL_RETAIL",        "address": {          "line_1": "string",          "line_2": "string",          "city": "string",          "region": "string",          "postal_code": "string",          "country": "st",          "phone": "string"        },        "timezone": "Europe/Belgrade",        "default_operator": {          "name": "string"        },        "free_text": "string",        "certificate_not_before": "2019-08-24T14:15:22Z",        "certificate_not_after": "2019-08-24T14:15:22Z",        "certificate_fingerprint": "string",        "status": "string"      }    ],    "total": 0,    "limit": 0,    "offset": 0  }}