Sign in

Get invoices

documented

Return invoice information with optional filtering parameters.

GET /invoices.jsonInvoicesno implementation yet0 runs
No 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://simplero.com/api/v1/invoices.json?page={{$page}}&created_at_from={{$created_at_from}}&created_at_to={{$created_at_to}}&invoice_number_from={{$invoice_number_from}}&invoice_number_to={{$invoice_number_to}}&dir={{$dir}}" \
  -X GET \
  -u "{{SIMPLERO_API_KEY}}:" \
  -H "User-Agent: Some app (admin@example.test)" \
  -H "Accept: application/json"
Get invoices · Simplero · OpenIntegrations