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>"
}
]
}'
{}
Search for thousands of invoices by exact invoice number match in a single request. Optimized for performance.
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>"
}
]
}'
{}
Token-based authentication with required prefix "Token"
Unspecified response body