Sign in

List invoices

documented

Retrieve a list of invoice transactions.

GET /InvoicesInvoicesno 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://api.saasu.com/Invoices?FileId={{$file_id}}&Page={{$page}}&PageSize={{$page_size}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
\n# References: Saasu API documentation for GET Invoices (base URL and parameters) \
# Saasu API docs: https://api.saasu.com/Help/Api/GET-invoices
List invoices · Saasu · OpenIntegrations