Authorization: ********************
{
"inbound_sms_group_ids_arr": [
"string"
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/smsapi/listinboundsmstasksbygroupids' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"inbound_sms_group_ids_arr": [
"string"
]
}'
{
"inbound_sms_tasks": [
{
"sms_received_replies_id": 0,
"src_number": "string",
"dst_number": "string",
"msg_id": "string",
"received_reply": "string",
"received_time": "1s",
"inbound_sms_group_id": "string",
"cost": 0,
"status": "IB_SMS_TASK_UNKNOWN",
"analysis_report": "string",
"units": 0
}
]
}