---
title: "Presigned URL for cash-equivalent logo"
method: GET
path: "/reserves/{id}/cash-equivalent/logo-url"
tags: ["reserve"]
---

# Presigned URL for cash-equivalent logo

`GET /reserves/{id}/cash-equivalent/logo-url`

Returns a short-lived presigned GET URL. Railway buckets are private; clients cannot construct a stable public URL from `data.logoKey` alone.

## Path parameters

- `id` number, required

## Response `200`

Presigned download URL

- PropertyCreditLogoUrlResponseDto
  - `url` string, required — Time-limited presigned URL to download the logo (Railway buckets are private)
  - `expiresInSeconds` number, required — URL lifetime in seconds

## Other responses

- `401` — Unauthorized
- `403` — Forbidden — Admin role required
- `404` — Reserve not found, not cash equivalent, or no logo

---

[API](https://skmtc.dev/dre/apis/dre-api.md) · [All operations](https://skmtc.dev/dre/apis/dre-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dre/dre-api/revisions/5d14beb9482b/schema)
