Skip to main content

Check Delivery Status

GET/POST https://<host>/Remote/CheckMessage/{message id}

Replace <host> with either www.txt.co.zw or usd.txt.co.zw. Requests can be sent as GET (query string parameters) or POST (application/x-www-form-urlencoded).

Parameters

FieldTypeRequired
UsernamestringOnly for IP-based auth

Response

  • ERROR: {error description}
  • On success, a NULL-character (0x00) delimited string:
SUCCESS: {message id},{sending number}
{recipient},{status},{gateway id},{gateway description}
{recipient},{status},{gateway id},{gateway description}

The first line contains the message details. Each subsequent line is a delivery summary per recipient. Lines are separated by a NULL character (not newlines).