cURL
curl --request GET \ --url https://api.sandbox.nxos.io/v1/ledger/{ledger_key} \ --header 'Authorization: <authorization>'
{ "ledger_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "ledger_ref": "<string>", "metadata": {} }
The Basic Authentication header. Format: "Basic {base64(orgID:apiKey)}"
The key of the ledger. Examples:
The request has succeeded.
The unique identifier of the ledger
The externally defined reference of the ledger
Additional, optional, metadata for the ledger
Show child attributes