Retrieve instrument details at origination

View instrument details at origination using the issuance identifier.

SecurityJWT
Request
path Parameters
ledgerIdentifier
required
string <uuid>

Ledger identifier, can be found using /api/ledger endpoint

Example: 4b7375e9-79b0-4b8b-a89e-a21607f0239f
Request Body schema: application/json
required

Populated IssuanceRetrieveByIdentifierRequest

onBehalfOfSrcAcctId
string

If permitted, allows the caller to retrieve issuances on behalf of another account holder, identifying that account holder by their system-assigned srcAcctId.

issuanceIdentifiers
Array of strings unique

Collection of issuance identifiers for the issuances to retrieve.

Responses
200

success

404

Not Found

post/api/ledger/{ledgerIdentifier}/issuance/byIdentifier
Request samples
application/json
{
  • "onBehalfOfSrcAcctId": "string",
  • "issuanceIdentifiers": [
    ]
}
Response samples
application/json
{
  • "issuances": [
    ]
}