List Organisation Invoices
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
org_id*Org Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/organisations/497f6eca-6276-4993-bfeb-53cbbbba6f08/invoices"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "stripe_invoice_id": "string", "amount_cents": 0, "currency": "string", "status": "string", "period_start": "2019-08-24T14:15:22Z", "period_end": "2019-08-24T14:15:22Z", "paid_at": "2019-08-24T14:15:22Z", "hosted_invoice_url": "string" }]{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}