Skip to main content
GET
List Invoices
Returns a list of invoices for the organization from Stripe, including payment status and download links.

Auth

Requires a valid Bearer token. User must be a member of the organization.

Path Parameters

string
required
Organization identifier.

Query Parameters

number
default:10
Number of invoices to return. Between 1 and 100.

Response

boolean
Always true on success.
array
Array of invoice objects.

Example