Sign in

List invoice note templates

documented

Retrieve invoice note templates. ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/invoicing/invoices/note-templates.html?utm_source=openai))

GET /invoice-note-templatesInvoicingno 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://activecollab.com/api/v1/invoice-note-templates" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
List invoice note templates · activecollab · OpenIntegrations