---
title: "POST /attachments/folders/{folder_uid}/share"
method: POST
path: "/attachments/folders/{folder_uid}/share"
---

# POST /attachments/folders/{folder_uid}/share

`POST /attachments/folders/{folder_uid}/share`

## Path parameters

- `folder_uid` string, required

## Request body

- object
  - `send_to` object, required
    - `to` string[] — If via is Email, to is required
    - `cc` string[]
    - `bcc` string[]
    - `via` 'EMAIL' | 'SMS', required
    - `phone_numbers` string[] — If via is SMS, phone numbers is required
  - `subject` string
  - `body` string
  - `expires_at` string, date

## Response `200`

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/versions/c7b8028a05de/schema)
