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