Message status
Example of a request to get the status of a message. Message statuses contain information about the current status of the message, are updated regularly and can be requested by the user at any time.
URI: /api/xml.php
All requests to API are sent in XML format using the POST method.
Request parameters
Request example
<?xml version="1.0" encoding="utf-8" ?>
<package key="bb56a4369eb19***cfec6d1776bd25">
<status>
<msg id="1234"></msg>
<msg sms_id="1234569"></msg>
</status>
</package>
Response parameters
packagetag Tag to transmit the credentials required for authorization
|
Response examples
- Successful
HTTP Status Code: 200
Content Type: JSON application/json
<?xml version="1.0" encoding="utf-8" ?>
<package>
<status>
<msg id="1234" sms_id="1234568" sms_count="1" date_completed="2024-11-11T12:00:00">102</msg>
<msg id="4321" sms_id="1234569" sms_count="1">1</msg>
</status>
</package>