Request
Body Params application/json
Request Code Samples
curl --location --request POST 'http://prod-cn.your-api-server.com/route/info' \
--header 'Content-Type: application/json' \
--data-raw '{
"integration_id": 0
}'
Responses
application/json {
"error": {},
"data": {
"cases": [
{
"if": [
{
"key": "title",
"oper": "IN",
"vals": [
"string"
]
}
],
"channel_ids": [
0
],
"fallthrough": true
}
],
"default": {
"channel_ids": [
0
]
},
"status": "enabled",
"creator_id": 0,
"updated_by": 0,
"created_at": 0,
"updated_at": 0
}
}
Modified at 2025-01-22 10:14:38