curl --request GET \
--url https://api.meetcampfire.com/coa/api/transaction-matches/{id} \
--header 'Authorization: <api-key>'{
"id": 123,
"matched_object": "<string>",
"app_label": "<string>",
"model": "<string>",
"drafts": "<string>",
"object_id": 1073741823,
"created_at": "2023-11-07T05:31:56Z",
"customer": 123,
"transaction": 123,
"content_type": 123,
"reviewed_at": "2023-11-07T05:31:56Z",
"status": "pending",
"reviewed_by": 123
}curl --request GET \
--url https://api.meetcampfire.com/coa/api/transaction-matches/{id} \
--header 'Authorization: <api-key>'{
"id": 123,
"matched_object": "<string>",
"app_label": "<string>",
"model": "<string>",
"drafts": "<string>",
"object_id": 1073741823,
"created_at": "2023-11-07T05:31:56Z",
"customer": 123,
"transaction": 123,
"content_type": 123,
"reviewed_at": "2023-11-07T05:31:56Z",
"status": "pending",
"reviewed_by": 123
}Token-based authentication with required prefix "Token"
0 <= x <= 2147483647pending - Pendingdraft - Draftaccepted - Acceptedrejected - Rejectedpending, draft, accepted, rejected