Endorse Ownership

Endorse ownership of the electronic trade document to another party. Ownership endorsement represents a change in legal ownership, not just possession.

File Upload Format (Base64 Data URI)

For endpoints that accept file inputs, files must be submitted as a Base64-encoded Data URI string in the document field.

Format
data:<mimeType>;name=<filename>;base64,<base64EncodedContent>

Example
json
{ "document": "data:application/octet-stream;name=BL-0xd7.tt;base64,ewogICJAY29udGV4dCI6IFsKICAgICJodHRwcz..." }

Notes

  • Ownership endorsement is a legally significant action
  • Requires explicit End User approval
  • Integrating System should gate this action carefully

This API returns a URL with sessionId.
Use GET /auth/session-response?sessionId=<sessionId> to retrieve the session result.

Body Params
string
required

Identifier of the user's wallet that will authorize and sign the endorsement transaction.

string

Optional text remarks that will be encoded and stored as part of the endorsement transaction.

file
required

Signed document file containing embedded metadata required to identify the token associated with the escrow contract.

Headers
string

Unique key to ensure idempotency for API requests.

string

Unique external ID for tracking purposes, can be used for debugging and analytics.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json