post
https://api.blockpeer.finance/api/blockpeer-trade/trade/registry/createCustomEBL
Initializes minting for a Custom Bill of Lading (Custom EBL) from a base64 payload, signs it as a verifiable credential, uploads it to storage, and returns a signing redirect URL
Notes
- shipperDomain is used as signing domain (dns) for DID context.
- Minting maps:
beneficiaryAddress→ beneficiaryholderAddress→ holder
- This endpoint initializes minting only; user must complete signing via returned URL.
This API returns a redirect URL with
sessionIdto sign the transaction.
Use the GET endpoint/auth/session-response?sessionId=<sessionId>to retrieve the session result.
The response will include an object under the keywrappedDocument, which contains the content of the.ttfile.If using MCP, enter
shipperDomain,holderAddress, andbeneficiaryAddressexplicitly.
401Token is absent or invalid
