POST
/
coa
/
api
/
v1
/
invoice
/
bulk-search
Bulk Search Invoices by Number
curl --request POST \
  --url https://api.meetcampfire.com/coa/api/v1/invoice/bulk-search \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "invoices": [
    {
      "invoice_number": "<string>"
    }
  ]
}'
{}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Body

Response

200 - application/json

Unspecified response body