Skip to main content
PATCH
/
omni-omni
/
v1
/
transfers
/
{id-in-client}
🌱 Sign a transfer
curl --request PATCH \
  --url https://backend.sandbox.ecrop.de/ecrop-command/omni-omni/v1/transfers/{id-in-client} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.ecrop.de/llms.txt

Use this file to discover all available pages before exploring further.

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

Transfer signed successfully