---
title: "Show transfer preparation information"
method: GET
path: "/api/v1/transfers/{id4n}/sendInfo"
tags: ["Transfer"]
---

# Show transfer preparation information

`GET /api/v1/transfers/{id4n}/sendInfo`

## Path parameters

- `id4n` string, required

## Response `200`

OK

- TransferSendInfo
  - `holderOrganizationId` string — The current holder of the object
  - `keepOwnership` boolean, required — Keep the public ownership while transferring the object
  - `openForClaims` boolean, required — Allow anyone who knows (or can scan) the ID4N to claim ownership of this object
  - `ownerOrganizationId` string — The current publicly visible owner of the object
  - `recipientOrganizationIds` string[], required — Allow only these organizations to obtain this object

## Other responses

- `202` — Accepted
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method not allowed
- `406` — Not Acceptable
- `415` — Unsupported Media Type
- `500` — Internal Server Error

---

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