Authorizations
Bearer authorization header: Bearer <token>
, where <token>
is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Headers
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Query Parameters
statuses to filter on. if provided multiple times, they will be parsed as an array Initial status for invoices.
"to_review"
"to_review"
Due date filters for invoices. If provided multiple times, they will be parsed as an array
past_and_today
, future
, missing_date
"due"
attachment ID filters for invoices. If provided multiple times, they will be parsed as an array
"4d5418bb-bd0d-4df4-865c-c07afab8bb48"
attachment ID array filters for invoices.
"4d5418bb-bd0d-4df4-865c-c07afab8bb48"
RFC3339 format (e.g 2022-01-21T12:01:02Z)
"2025-07-23T13:35:36Z"
RFC3339 format (e.g 2022-01-21T12:01:02Z)
"2026-07-23T13:35:36Z"
RFC3339 format (e.g 2022-01-21T12:01:02Z)
"2025-07-23T13:35:36Z"
RFC3339 format (e.g 2022-01-21T12:01:02Z)
"2026-07-23T13:35:36Z"
Filter payment dates by "friendly" values.
today
, yesterday
, this_week
, past_week
, this_month
, past_month
"yesterday"
Filter issue dates by "friendly" values.
today
, yesterday
, this_week
, past_week
, this_month
, past_month
"yesterday"
Filter supplier invoices with missing data
false
Filter invoices with matched transactions
false
Filter invoices by document type. If provided multiple times, they will be parsed as an array
duplicates
, non_financial_documents
"duplicates"
Document type array filters for invoices.
duplicates
, non_financial_documents
"duplicates"
Approval workflow approver ID array filters for invoices.
Filter invoices by issue date from
"2022-01-21"
Exclude credit notes from the result
false
Filter invoices by payable amount with operators lte/gte and currency with format payable_amount[lte]=lte:100.00:EUR
"filter[payable_amount]=lte:100.00:EUR"
Full-text search query. To be associated with the query_fields
param.
"Qonto"
Fields to search in. To be associated with the query
param.
"supplier_name,amount,file_name,invoice_number"
1
25
"name:desc"