v1

latestOpenAPI 3.0.02026-07-2482421001.1 KB
Encore

Retrieve Book copy settings (recipient address Book)

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.

get/v1/settings/book-copy

Response

Success

Example response

{
  "recipients": [
    {
      "org_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "org_name": "Fake_1"
    }
  ],
  "senders": [
    {
      "org_uuid": "8c4e3d2b-9f5a-6b7c-0d1e-2f3a4b5c6d7e",
      "org_name": "Fake_Sender_1"
    }
  ]
}