v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
Transfer

Prepare an object for transfer

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

Path parameters

id4nstring required

The ID4N to prepare for transfer

Request body

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 request

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

Response

OK

object required