PATCH
/
omni-omni
/
v1
/
transfers
/
{id-in-client}
curl --request PATCH \
  --url https://backend.sandbox.ecrop.de/ecrop-command/omni-omni/v1/transfers/{id-in-client} \
  --header 'Authorization: Bearer <token>'
Refer to the PoA section to get more information on how to properly sign transaction requests.
Both sender (seller) and receiver (buyer) of a security need to sign the request. Hence this endpoint has to be called twice.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Signature-DateTime
string
X-Signature
string
X-Signature-DeviceId
string
X-Party-Email
string

Path Parameters

id-in-client
string
required

Response

200
_mintlify/placeholder

Transfer signed successfully