---
title: "Get fiscal operator rules for a country"
method: GET
path: "/fiscal-document/v1/fiscalization/operators/rules"
tags: ["Fiscalization"]
---

# Get fiscal operator rules for a country

`GET /fiscal-document/v1/fiscalization/operators/rules`

Returns country-specific rules for the fiscal operator mapping (e.g. tax-ID format,
checksum, label). Countries that don't require operator-level fiscalization respond
with `operatorRequired: false`.

## Query parameters

- `country` string, required

## Headers

- `X-Property-ID` integer, required

## Response `200`

OK

- FiscalizationOperatorRulesResponse
  - `country` CountryInfo, required
    - `code` string, required — ISO 3166-1 alpha-2 country code
    - `name` string, required — Country name
  - `operatorRequired` boolean, required — Whether this country requires per-invoice operator legal-ID mapping
  - `legalIdLabel` string — Country-specific label for the operator legal ID (e.g., "OIB" for HR)
  - `legalIdPattern` string — Regex pattern the legal ID must match (e.g., "^\\d{11}$" for HR OIB)
  - `legalIdHelpText` string — Helper text shown beside the legal ID input to guide the admin
  - `legalNameMaxLength` integer — Maximum length allowed for the legal name (enforced both client and server)
  - `legalNameHelpText` string — Helper text shown beside the legal name input

## Other responses

- `400` — Invalid country code

---

[API](https://skmtc.net/cloudbeds/apis/cloudbeds-api.md) · [All operations](https://skmtc.net/cloudbeds/apis/cloudbeds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudbeds/cloudbeds-api/revisions/2faa857793e8/schema)
