How to mark a single message by its ID

This example demonstrates how you can mark a single message by its ID in Ozeki NG SMS Gateway. In practice it means that the software marks the message that has already been listed. In this way you can ensure that the same message will not be listed again.

Type this address into your browser:

            http://127.0.0.1:9501/api?action=markmessagebyid&username=admin&password=abc123&msgID=93e36b10-1fce-4648-a059-dbf67ddb66a6
            

Provide the follows:

"action": "markmessagebyid"
"username": your username used to log into Ozeki NG SMS Gateway
"password": your password in Ozeki NG SMS Gateway
"msgID": is the GUID of the message

The response:

Message ID "93e36b10-1fce-4648-a059-dbf67ddb66a6" marked!

More information