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/posOnly the POS the key reaches — every POS of the business for an ALL key, the allowlist for a SELECTED one.
Authorization
fiskalizaKey fiskaliza:pos:manageAuthorizationBearer <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
Range
0 <= value <= 100Default
50offset?integer
Range
0 <= valueDefault
0Response 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 }}