Check Status by Message ID for Async API.
Request
Body Params application/json
{
"msgId": "MyMSGID",
"key": "XXX123XXX"
}
Request Code Samples
curl --location --request POST 'https://api.omnichannelmessenger.com/api/statusAsync' \
--header 'Content-Type: application/json' \
--data-raw '{
"msgId": "MyMSGID",
"key": "XXX123XXX"
}'
Responses
application/json Modified at 2024-12-27 20:47:28