POST
/
v1
/
ledger
curl --request POST \
  --url https://api.sandbox.nxos.io/v1/ledger \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "ledger_ref": "<string>",
  "metadata": {}
}'
{
  "ledger_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "ledger_ref": "<string>",
  "metadata": {}
}

Headers

Authorization
string
required

The Basic Authentication header. Format: "Basic {base64(orgID:apiKey)}"

Body

application/json

Response

200 - application/json

The request has succeeded.

The response is of type object.