API referenceConsumerBilling
List_my_invoices
curl -X GET "https://example.com/consumer/v1/billing/invoices"[ { "amount_minor": 0, "created_at": "2019-08-24T14:15:22Z", "currency": "string", "due_at": "2019-08-24T14:15:22Z", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "paid_at": "2019-08-24T14:15:22Z", "period_end": "2019-08-24T14:15:22Z", "period_start": "2019-08-24T14:15:22Z", "status": "draft", "vendor_type": "stripe" }]