---
title: "Send financial data by email"
method: POST
path: "/aggregate/financial-data-email"
---

# Send financial data by email

`POST /aggregate/financial-data-email`

## Request body

- object
  - `detailsToShare` string[], required
  - `email` string, required

## Response `200`

Response

- object
  - `data` string — The data represented in base64

## Other responses

- `400` — Missing detailsToShare or email in request body
- `401` — Unauthorized access - Invalid access token
- `403` — Forbidden - Access token missing the required permissions to preform this action
- `404` — Not found - The route or resource were 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)
