Referenca e API-sëPikat e shitjes
Read a point of sale
GET
/v1/pos/{pos_id}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
Path Parameters
pos_id*string
Match
^nj_pos_Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/pos/string"{ "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" } }}Register a point of sale POST
Requires ALL POS access. Business and fiscal identifiers are assigned by the service. An identical idempotency key and body replay the POS; a changed body returns idempotency_conflict. Concurrent onboarding under the same key returns request_in_progress while its two-minute lease is active.
List certificate problems GET
POSes with expiring or expired signing certificates. An expired certificate prevents new sales.