---
title: "Bulk Search Invoices by Number"
method: POST
path: "/coa/api/v1/invoice/bulk-search"
tags: ["Accounts Receivable"]
---

# Bulk Search Invoices by Number

`POST /coa/api/v1/invoice/bulk-search`

Search for thousands of invoices by exact invoice number match in a single request. Optimized for performance.

## Request body

- BulkInvoiceSearch
  - `invoices` BulkInvoice[], required
    - `invoice_number` string, required

## Response `200`

- object — Unspecified response body

---

[API](https://skmtc.net/campfire/apis/campfire-developer-apis.md) · [All operations](https://skmtc.net/campfire/apis/campfire-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/campfire/campfire-developer-apis/versions/6945ebc3180e/schema)
