curl --request POST \
--url https://api.meetcampfire.com/coa/api/v2/reconciliation/{id}/bulk-match-transactions \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"pairs": [
{
"transaction_id": 123,
"statement_transaction_id": 123
}
]
}
'Match multiple GL transactions to statement transactions in a single request. Pairs are validated atomically — all succeed or none are created.
curl --request POST \
--url https://api.meetcampfire.com/coa/api/v2/reconciliation/{id}/bulk-match-transactions \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"pairs": [
{
"transaction_id": 123,
"statement_transaction_id": 123
}
]
}
'Documentation Index
Fetch the complete documentation index at: https://docs.campfire.ai/llms.txt
Use this file to discover all available pages before exploring further.
Token-based authentication with required prefix "Token"
Ordered list of GL-to-statement transaction pairs to match
1Show child attributes
All pairs matched successfully