Authorization: ********************
{
"request_id": "string",
"integration_id": "INTEGRATION_TYPE_UNKNOWN",
"method_id": "REQUEST_METHOD_UNKNOWN",
"config_name": "string",
"config_id": "string",
"params": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
},
"conds": [
{
"key": "string",
"op": "COMPARE_OPERATION_EQ",
"value": {
"bool_val": true
}
}
],
"call_sid": 0,
"call_type": "INBOUND",
"request_origin": "REQUEST_ORIGIN_UNKNOWN"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/integrations/process' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "string",
"integration_id": "INTEGRATION_TYPE_UNKNOWN",
"method_id": "REQUEST_METHOD_UNKNOWN",
"config_name": "string",
"config_id": "string",
"params": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
},
"conds": [
{
"key": "string",
"op": "COMPARE_OPERATION_EQ",
"value": {
"bool_val": true
}
}
],
"call_sid": 0,
"call_type": "INBOUND",
"request_origin": "REQUEST_ORIGIN_UNKNOWN"
}'
{
"result": true,
"data": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
},
"integration": "string",
"method": "string",
"transaction_id": "string"
}