curl --request POST \
--url https://api.meetcampfire.com/coa/api/v1/bill/bulk-search \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"bills": [
{
"bill_number": "<string>"
}
]
}'
{}
Search for thousands of bills by exact bill number match in a single request. Optimized for performance.
curl --request POST \
--url https://api.meetcampfire.com/coa/api/v1/bill/bulk-search \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"bills": [
{
"bill_number": "<string>"
}
]
}'
{}
Token-based authentication with required prefix "Token"
Unspecified response body