curl --request GET \
--url http://localhost/mogl/mogl-backend/api/agent/stripe/invoices \
--header 'Authorization: Bearer <token>'Returns invoices from Stripe/Cashier. Pagination is limited — limit controls the slice size (default 10) but page does not paginate through Stripe’s full list.
curl --request GET \
--url http://localhost/mogl/mogl-backend/api/agent/stripe/invoices \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.