cURL
Bills
Export bills (csv/xlsx/pdf) with optional status and date
Export bills (csv/xlsx/pdf) with optional status and date filters
GET
cURL
Authorizations
Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.
Developer API key (fl_dev_...). Required on every API call with a machine access token.
First-party client audience. Must match the fluide_client_id claim on the JWT. Use fluide-developer for Connect.
Headers
Query Parameters
Free-text search (endpoint-specific)
Maximum string length:
200Page number (1-indexed)
Required range:
x >= 1Max rows to export
Required range:
1 <= x <= 10000Available options:
csv, xlsx, pdf Available options:
ALL, DRAFT, POSTED, APPROVED, SCHEDULED, PARTIALLY_PAID, PAID, OVERDUE, VOID Filter issueDate on/after (ISO date)
Filter issueDate on/before (ISO date)