Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/integrations/listnonjourneyconfigs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"values": [
{
"id": "string",
"integration_id": "INTEGRATION_TYPE_UNKNOWN",
"name": "string",
"description": "string",
"params": {
"values": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
}
},
"deleted": true,
"created_on": "1s",
"alias": {
"values": {
"property1": "string",
"property2": "string"
}
},
"conds": {
"values": [
{
"key": "string",
"op": "COMPARE_OPERATION_EQ",
"value": {
"bool_val": true
}
}
]
},
"method_id": "REQUEST_METHOD_UNKNOWN"
}
]
}