Create Ledger
Name
Value
Name
Type
Description
{
"name": "Production Ledger",
"description": "Primary accounting ledger",
"metadata": {
"environment": "production",
"region": "eu-west-1"
}
}Last updated
{
"statusCode": 201,
"statusMessage": "Ledger created successfully",
"payload": {
"id": "led_01J9T3M2X5AB7C8D9EFGH12345",
"name": "Production Ledger",
"description": "Primary accounting ledger",
"status": "ACTIVE",
"created_at": "2026-08-05T14:12:18.462Z"
}
}