For the complete documentation index, see llms.txt. This page is also available as Markdown.

Billing

Billing and invoices operations

Get Stripe invoices for the authenticated client

get

Resolves the authenticated token to the client's email and returns matching Stripe invoices.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

List of invoices

application/json
invoiceidstringOptionalExample: in_1ABCDEFgHIJKLMN
invoice_urlstring · nullableOptionalExample: https://pay.stripe.com/invoice/acct_12345/live_abc/pdf?s=ap
receipt_urlstring · nullableOptionalExample: https://pay.stripe.com/receipts/invoices/abc
datestring · date-timeOptionalExample: 2026-03-03T10:20:30.000Z
get/billing/invoices

Last updated