accounts
List all accounts.
This endpoint returns a list of all the accounts owned by the authenticated user.
get/v1/accounts
Query parameters
limitinteger
Example:10
Number of items per page. The default pagination is per 50 items.
pageinteger
Example:1
Page number. The default pagination is per 50 items.
startstring date
A date formatted YYYY-MM-DD. May be omitted.
endstring date
A date formatted YYYY-MM-DD. Must be after "start". Can not be the same as "start". May be omitted.
datestring date
A date formatted YYYY-MM-DD. When added to the request, Firefly III will show the account's balance on that day.
type'all' | 'asset' | 'cash' | 'expense' | 'revenue' | 'special' | 'hidden' | 'liability' | 'liabilities' | 'Default account' | 'Cash account' | 'Asset account' | 'Expense account' | 'Revenue account' | 'Initial balance account' | 'Beneficiary account' | 'Import account' | 'Reconciliation account' | 'Loan' | 'Debt' | 'Mortgage'
Optional filter on the account type(s) returned
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Response
A list of accounts
Changes
No recorded changes to this endpoint across all 1 revision of this API.