curl --location --request POST 'https://api.flashcat.cloud/route/info?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"integration_id": 0
}'
{
"error": {},
"data": {
"cases": [
{
"if": [
{
"key": "title",
"oper": "IN",
"vals": [
"string"
]
}
],
"channel_ids": [
0
],
"fallthrough": true
}
],
"default": {
"channel_ids": [
0
]
},
"status": "enabled",
"version": 0,
"creator_id": 0,
"updated_by": 0,
"created_at": 0,
"updated_at": 0
}
}