---
title: "Get logo image for fiscal documents"
method: GET
path: "/fiscal-document/v1/configs/logo"
tags: ["Configs"]
---

# Get logo image for fiscal documents

`GET /fiscal-document/v1/configs/logo`

Retrieve the logo image used in fiscal document templates as a presigned URL.

## Headers

- `X-Property-ID` integer, required

## Response `200`

Logo URL retrieved successfully

- GetLogoResponse
  - `logoUrl` string, uri — Presigned URL to access the (cropped) logo file
  - `originalLogoUrl` string, uri — Presigned URL to access the original uncropped logo; only present when a crop has been applied

## Other responses

- `403` — Access denied
- `404` — Not 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/versions/2faa857793e8/schema)
