Skip to main content
GET
/
api
/
v1
/
invoices
List Invoices
curl --request GET \
  --url https://app.flowglad.com/api/v1/invoices \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "createdAt": 0,
      "updatedAt": 0,
      "livemode": true,
      "purchaseId": "<string>",
      "invoiceNumber": "<string>",
      "invoiceDate": 0,
      "billingPeriodId": null,
      "dueDate": 0,
      "customerId": "<string>",
      "organizationId": "<string>",
      "status": "draft",
      "subscriptionId": null,
      "billingRunId": "<string>",
      "billingPeriodStartDate": null,
      "billingPeriodEndDate": null,
      "ownerMembershipId": "<string>",
      "pdfURL": "<string>",
      "receiptPdfURL": "<string>",
      "memo": "<string>",
      "bankPaymentOnly": true,
      "type": "<string>",
      "currency": "USD",
      "taxAmount": -1,
      "subtotal": -1,
      "taxType": "amusement_tax",
      "taxCountry": "AD",
      "taxState": "<string>",
      "taxRatePercentage": "<string>",
      "applicationFee": -1
    }
  ],
  "currentCursor": "<string>",
  "nextCursor": "<string>",
  "hasMore": true,
  "total": 123
}

Authorizations

Authorization
string
header
required

Query Parameters

cursor
string
limit
string

Response

Successful response

data
object[]
required
  • Option 1
  • Option 2
  • Option 3
hasMore
boolean
required
total
number
required
currentCursor
string
nextCursor
string
I