---
title: "Get consent status for a property"
method: GET
path: "/fiscal-document/v1/fiscalization/consent"
tags: ["Fiscalization"]
---

# Get consent status for a property

`GET /fiscal-document/v1/fiscalization/consent`

Returns whether the property has consented to fiscalization

## Headers

- `X-Property-ID` integer, required

## Response `200`

Consent status retrieved successfully

- FiscalizationConsentResponse
  - `consented` boolean, required — Whether the property has provided consent
  - `consentedAt` string, date-time — When consent was provided
  - `consentedBy` string — Who provided consent

## Other responses

- `404` — No consent found

---

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