cURL
curl --request GET \ --url https://api.zippendo.com/orgs/{orgId}/billing/invoices \ --header 'Authorization: Bearer <token>'
{ "invoices": [ { "id": "<string>", "number": "<string>", "date": "<string>", "amount": 123, "currency": "<string>", "status": "<string>", "pdfUrl": "<string>", "hostedUrl": "<string>" } ] }
List invoices for the organization
Documentation IndexFetch the complete documentation index at: https://docs.zippendo.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.zippendo.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT access token or API token (prefixed with zipp_)
Organization ID
Default Response
Show child attributes