Recurring invoice -> generated invoices
documentedList invoices generated from a recurring invoice.
GET /api/rinv/{hash_key}/invoicesRecurring Invoicesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{HIVEAGE_SUBDOMAIN}}.hiveage.com/api/rinv/{{$hash_key}}/invoices?per_page={{$per_page}}&page={{$page}}" \
-X GET \
-u "{{HIVEAGE_API_KEY}}:" \
-H "Accept: application/json"