Authorization: ********************
{
"plugin_instance_id": "string",
"int_id": "INTEGRATION_TYPE_UNKNOWN",
"method_id": "REQUEST_METHOD_UNKNOWN",
"match_fields": {
"property1": "string",
"property2": "string"
},
"limit": 0,
"search_before": "1s"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/integrations/searchpasttransactions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"plugin_instance_id": "string",
"int_id": "INTEGRATION_TYPE_UNKNOWN",
"method_id": "REQUEST_METHOD_UNKNOWN",
"match_fields": {
"property1": "string",
"property2": "string"
},
"limit": 0,
"search_before": "1s"
}'
{
"values": [
{
"req": {
"property1": "string",
"property2": "string"
},
"res": {
"property1": "string",
"property2": "string"
},
"created_on": "1s"
}
]
}