---
title: "Retrieve Book copy settings (recipient address Book)"
method: GET
path: "/v1/settings/book-copy"
tags: ["Encore"]
---

# Retrieve Book copy settings (recipient address Book)

`GET /v1/settings/book-copy`

This API retrieves a list of allowed recipient and sender organizations for <<glossary:Book>> copying.

> 📘 Note
> This API is intended for small and medium business (SMB) funders.

## Response `200`

Success

- object
  - `recipients` object[] — List of recipient organizations.
    - `org_uuid` string — The unique identifier (UUID) of the recipient organization.
    - `org_name` string — The name of the recipient organization.
  - `senders` object[] — List of sender organizations.
    - `org_uuid` string — The UUID of the sender organization.
    - `org_name` string — The name of the sender organization.

## Other responses

- `400` — Invalid Auth
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/ocrolus/apis/user-management.md) · [All operations](https://skmtc.net/ocrolus/apis/user-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ocrolus/user-management/versions/3571ef602d13/schema)
