Sign in

Retrieve invoice

documented

Return a single invoice by ID.

GET /v2/invoices/{INVOICE_ID}Invoicesno 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.harvestapp.com/v2/invoices/{{$invoice_id}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Harvest-Account-Id: {{$harvest_account_id}}" \
  -H "Accept: application/json" \
  -H "User-Agent: MyApp ([email protected])"