v1

latestOpenAPI 3.0.02026-08-068926279.2 KB
Recurring Invoices

List recurring invoices

Returns a list of recurring invoice templates

get/invoices/recurring

Query parameters

clientsinteger[]

Filter by client IDs

projectsinteger[]

Filter by project IDs

frequenciesstring[]

Filter by frequencies

Response

Successful response

metaobject

Example response

{
  "data": [
    {
      "id": 1,
      "client_id": 1,
      "project_id": 1,
      "document_id": "REC-001",
      "payment_due": 30,
      "frequency": "Monthly",
      "delivery": "send",
      "subtotal": 1500,
      "total": 1500,
      "online_payment": true
    }
  ]
}