---
title: "Share financial report with an agent"
method: POST
path: "/customers/{id}/files/financial-report/share-with-agent"
---

# Share financial report with an agent

`POST /customers/{id}/files/financial-report/share-with-agent`

## Path parameters

- `id` string, required

## Request body

- object
  - `file` string, required — Base64 encoded PDF file
  - `sessionId` string, required — Session ID of the agent

## Response `204`

File shared successfully

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Customer or agent not found
- `500` — Internal server error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/versions/b4d401b65c3d/schema)
