Skip to main content
GET
/
v1
/
organizations
/
billing
/
invoices
List Invoices
curl --request GET \
  --url https://api.mixpeek.com/v1/organizations/billing/invoices
{
  "total": 123,
  "has_more": true,
  "invoices": [
    {
      "invoice_id": "<string>",
      "amount_due": 123,
      "amount_paid": 123,
      "status": "<string>",
      "billing_month": "<string>",
      "total_credits": 123,
      "created": "2023-11-07T05:31:56Z",
      "invoice_url": "https://invoice.stripe.com/i/inv_1ABC2DEF3GHI",
      "invoice_pdf": "https://invoice.stripe.com/i/inv_1ABC2DEF3GHI/pdf",
      "paid_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string

REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.

Examples:

"Bearer YOUR_API_KEY"

"Bearer YOUR_STRIPE_API_KEY"

Query Parameters

limit
integer
default:10

Number of invoices to return

Required range: 1 <= x <= 100

Response

Successful Response

Response with list of invoices.

total
integer
required

Total number of invoices

has_more
boolean
required

Whether there are more invoices

invoices
InvoiceInfo · object[]

List of invoices