Authorizations
Token-based authentication with required prefix "Token"
Body
Required array length:
1 - 10000
elementsResponse
200 - application/json
Unspecified response body
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"
1 - 10000
elementsShow child attributes
Unspecified response body