v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
Transfer

Show transfer preparation information

get/api/v1/transfers/{id4n}/sendInfo

Path parameters

id4nstring required

The ID4N to retrieve information about

Response

OK

holderOrganizationIdstring

The current holder of the object

keepOwnershipboolean required

Keep the public ownership while transferring the object

openForClaimsboolean required

Allow anyone who knows (or can scan) the ID4N to claim ownership of this object

ownerOrganizationIdstring

The current publicly visible owner of the object

recipientOrganizationIdsstring[] required

Allow only these organizations to obtain this object

Example response

{
  "holderOrganizationId": "de.id4i",
  "keepOwnership": true,
  "ownerOrganizationId": "de.bluerain",
  "recipientOrganizationIds": [
    "de.acme",
    "com.porsche",
    "de.bluerain"
  ]
}