Financial API
GET/api/v1/financial
Product availabilityAlgaPSA

Financial API namespace root

Namespace root with no resource of its own — it returns 404. Use the financial sub-resources instead: /api/v1/financial/invoices, /api/v1/financial/transactions, /api/v1/financial/credits, /api/v1/financial/bulk/{invoices,transactions,credits}, and /api/v1/billing-analytics/overview.

Response body

Success response 401 · schema FinancialInvoiceApiError

errorobjectRequired
codestringRequired
messagestringRequired
detailsany

Response codes

401
API key missing/invalid.
404
Always — this root has no resource; call a sub-resource path.