Authentication
1. User Authentication
2. Ledger API Key Authentication
x-api-key: YOUR_LEDGER_API_KEYCommon Response Format
{
"data": {
"id": "ledger_123",
"name": "Main Ledger"
}
}Last updated