Check History Chat by Number.
Request
Body Params application/json
{
"number": "+6287884494001",
"key": "XXX123XXX"
}
Request Code Samples
curl --location --request POST 'https://api.omnichannelmessenger.com/api/chatHistory' \
--header 'Content-Type: application/json' \
--data-raw '{
"number": "+6287884494001",
"key": "XXX123XXX"
}'
Responses
application/json {
"status": "string",
"content": [
{
"$time,$date": "string"
}
]
}
Modified at 2024-12-24 14:13:26