---
title: "Get Invoice PDF URL"
method: GET
path: "/api/v1/participant_info/invoice-pdf"
---

# Get Invoice PDF URL

`GET /api/v1/participant_info/invoice-pdf`

Generate presigned URL for invoice PDF access.

## Query parameters

- `s3_key` string, required — S3 key for the invoice PDF

## Response `200`

Successful Response

- AppSchemasParticipantInfoInvoicePdfResponse — Response model for invoice PDF URL.
  - `url` string, required — Presigned URL for the invoice PDF

## Other responses

- `400` — Bad request
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/caresquare/apis/fastapi/revisions/e4798856d733?raw)
