v1
latestOpenAPI 3.1.02026-07-261450274.9 KBGet Invoices
Retrieve a list of invoices.
Query parameters
Page number
Legal entity ID
List of Invoice IDs
List of Invoice document numbers
Invoice payment method
List of Invoice status IDs
List of Client (Person / Organization) IDs
List of Payer IDs
List of Manager IDs
Filter by creation date. Accepts an array with one or two ISO 8601 date-time values. If one value is provided, it represents the start (left) boundary. If two values are provided, they define a date range (start and end). Examples: ["2025-05-01T00:00:00Z"] — filter from May 1, 2025 onward. ["2025-05-01T00:00:00Z", "2025-05-02T00:00:00Z"] — filter between May 1 and May 2, 2025.
Filter by modification date. Accepts an array with one or two ISO 8601 date-time values. If one value is provided, it represents the start (left) boundary. If two values are provided, they define a date range (start and end). Examples: ["2025-05-01T00:00:00Z"] — filter from May 1, 2025 onward. ["2025-05-01T00:00:00Z", "2025-05-02T00:00:00Z"] — filter between May 1 and May 2, 2025.
Filter by date of issue. Accepts an array with one or two ISO 8601 date-time values. If one value is provided, it represents the start (left) boundary. If two values are provided, they define a date range (start and end). Examples: ["2025-05-01T00:00:00Z"] — filter from May 1, 2025 onward. ["2025-05-01T00:00:00Z", "2025-05-02T00:00:00Z"] — filter between May 1 and May 2, 2025.
Filter by due date. Accepts an array with one or two ISO 8601 date-time values. If one value is provided, it represents the start (left) boundary. If two values are provided, they define a date range (start and end). Examples: ["2025-05-01T00:00:00Z"] — filter from May 1, 2025 onward. ["2025-05-01T00:00:00Z", "2025-05-02T00:00:00Z"] — filter between May 1 and May 2, 2025.
Defines the sorting order of returned results. Use a field name to sort ascending or prefix it with a minus sign (-) to sort descending.
Response
200
Example response
{
"data": [
{
"id": 309859,
"id_label": "023",
"client": {
"id": 31152179,
"name": "Chris Jules",
"first_name": "Chris",
"last_name": "Jules",
"email": "chrissy_jules14@gmail.com",
"phone": [
"4487645389"
],
"modified_at": 1734549792000,
"created_at": 1714652929000,
"order_discount_services": 5,
"sale_discount_services": 5,
"custom_fields": {
"f7757287": 968112000000
},
"ad_campaign": {
"id": 349683,
"name": "Friend"
}
},
"payer": {
"id": 31152179,
"name": "Chris Jules",
"first_name": "Chris",
"last_name": "Jules",
"email": "chrissy_jules14@gmail.com",
"phone": [
"4487645389"
],
"modified_at": 1734549792000,
"created_at": 1714652929000,
"order_discount_services": 5,
"sale_discount_services": 5,
"custom_fields": {
"f7757287": 968112000000
},
"ad_campaign": {
"id": 349683,
"name": "Friend"
}
},
"status_full": {
"id": 3319497,
"name": "Paid",
"color": "#5CB85C",
"group": 10
},
"created_at": 1740480923000,
"issue_date": 1740480920000,
"due_date": 1743072920000,
"products": [
{
"amount": 1,
"id": 2847134,
"order_id": 52100568,
"price": 47.5,
"title": "Delivery",
"uom_id": 1,
"type": 2,
"service": true
}
],
"manager_id": 206037
}
],
"page": 1,
"count": 23,
"success": true
}