Sign in

Duplicate invoice

documented

Create a copy of an existing invoice (as Draft).

POST /v2/invoices/{id}/duplicateInvoicesno 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)

I located the official FreeAgent API docs. The endpoint to duplicate an invoice is POST https://api.freeagent.com/v2/invoices/:id/duplicate (base URL https://api.freeagent.com/v2/). The request uses OAuth 2 Bearer tokens in the Authorization header, and the API returns the duplicated invoice in the response; no body is required for the request. ([dev.freeagent.com](https://dev.freeagent.com/docs/invoices?utm_source=openai))
Duplicate invoice · FreeAgent · OpenIntegrations