---
title: "Get fiscalization section values for a property"
method: GET
path: "/fiscal-document/v1/fiscalization/sections/{sectionKey}"
tags: ["Fiscalization"]
---

# Get fiscalization section values for a property

`GET /fiscal-document/v1/fiscalization/sections/{sectionKey}`

Returns the current values for a declared section of the country's fiscalization rules (e.g. `customization.invoicing`). Values are projected from the stored GOBL Party extensions by filtering to keys tagged with the requested section in the country rules.

## Path parameters

- `sectionKey` string, required

## Headers

- `X-Property-ID` integer, required

## Response `200`

OK

- FiscalizationSectionResponse
  - `values` object, required — Current persisted values for the section.

## Other responses

- `404` — Fiscalization config not found for property

---

[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)
