Management
Get all ledgers
API Documentation
Addresses
- Addresses
- Management
Users
- Users overview
- Registration
- Management
- Credentials
- Password
Roles
- Roles overview
- Role Management
- User Role Management
Personas
- Personas overview
- Personal Identity
- User-Persona
Customers
- Customers overview
- Management
- Team Management
- Settings
Countries
- Countries overview
- Management
- Lookup
Currencies
- Currencies overview
- Management
- Exchange Rates
FX
- FX overview
- Exchange Rates
Ledger
- Ledgers overview
- Management
- Operations
- Reports
Tariffs
- Tariffs overview
- Management
- Fee Ranges
- Calculations
Tasks
- Tasks overview
- Management
- Actions
- Assignees
Transactions
- Transactions overview
- Management
- Actions
- Recipients
Uploads
- Uploads overview
- Files
- Customer Documents
Invoices
- Invoices overview
- Management
- Processing
- Payers
- Customer
Accounts
- Accounts overview
- Management
- Customer
- Balance
Chat
- Chat overview
- Conversations
- Messages
Utilities
- Utilities overview
- Record Management
Profile
- Profile overview
- Management
- Avatar
- Security
KYB
- KYB overview
- Flow
- Answers
RBAC
- RBAC overview
- Permissions
- Management
- System
Management
Get all ledgers
Retrieve all ledgers accessible to the user
GET
/
v1
/
ledgers
{
"ledgers": [
{
"ledger": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"code": "<string>",
"description": "<string>",
"type": "asset",
"currency_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"currency_code": "<string>",
"balance_current": 123,
"balance_available": 123,
"overdraft_enabled": true,
"overdraft_limit": 123,
"last_activity_date": "2023-11-07T05:31:56Z",
"opening_date": "2023-11-07T05:31:56Z",
"closing_date": "2023-11-07T05:31:56Z",
"parent_ledger_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"child_ledger_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"created_at": "2023-11-07T05:31:56Z",
"created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"modified_at": "2023-11-07T05:31:56Z",
"modified_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"active": true,
"metadata": {}
}
}
],
"total_count": 123
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter by ledger type
Available options:
asset
, liability
, equity
, income
, expense
Filter by currency code
Required string length:
3
Filter by active status
Response
200
application/json
Successfully retrieved ledgers
Available options:
asset
, liability
, equity
, income
, expense
Amount in cents
Amount in cents
Amount in cents
Total number of ledgers
{
"ledgers": [
{
"ledger": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"code": "<string>",
"description": "<string>",
"type": "asset",
"currency_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"currency_code": "<string>",
"balance_current": 123,
"balance_available": 123,
"overdraft_enabled": true,
"overdraft_limit": 123,
"last_activity_date": "2023-11-07T05:31:56Z",
"opening_date": "2023-11-07T05:31:56Z",
"closing_date": "2023-11-07T05:31:56Z",
"parent_ledger_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"child_ledger_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"created_at": "2023-11-07T05:31:56Z",
"created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"modified_at": "2023-11-07T05:31:56Z",
"modified_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"active": true,
"metadata": {}
}
}
],
"total_count": 123
}