v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
Transfer

Transfer a GUID or collection, obtaining it (i.e. becoming the holder) and if allowed also taking ownership

Taking ownership can be forbidden by a previous owner. See methods prepare and getInfo

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

Path parameters

id4nstring required

This ID4N identifies the object to take hold of

Request body

organizationIdstring required

Organization to take the ownership of the ID. If the sender chose to keep the ownership, this organization becomes the holder. Otherwise, it becomes the new owner.

Example request

{
  "organizationId": "de.id4i"
}

Response

OK