Get Report with option: today, yesterday, 7days, month, month_back
Request
Body Params application/json
{
"key": "XXX123XXX",
"timeType": "today"
}
Request Code Samples
curl --location --request POST 'https://api.omnichannelmessenger.com/api/report' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "XXX123XXX",
"timeType": "today"
}'
Responses
application/json {
"status": "string",
"message": "string",
"data": [
{
"content": "string",
"msgId": "string",
"messageType": "string",
"number": "string",
"status": "string",
"date": "string"
}
]
}
Modified at 2024-12-27 08:21:35