Request message status

Request message status

GET http://lk.mysmpp.ru/sendsms.php

Request Body

NameTypeDescription

user*

String

Your login in the system

token*

String

You can use a secret key instead of login and password. To obtain it, please contact your manager

pwd*

String

Your password in the system

smsid*

Int

SMS message number. Used to check the SMS status.

The response will be the state of the state according to the passed id_sms, the response options in the table below.

Deciphering parameters in query responses

ParameterData typeDescription

state

String

Last message status:

  • "send" - message status not received. In this case, an empty time (time="") is transmitted

  • "not_deliver" - the message was not delivered. Final status (does not change with time)

  • "expired" - the subscriber was not in the network at the moments when the delivery attempt was made. Final status (does not change with time)

  • "deliver" - the message has been delivered.

  • "read" - the message has been read. Final status (does not change over time)

  • "partly_deliver" - the message was sent, but the status was not received.

Example of a browser request

http://lk.mysmpp.ru/sendsms.php?user=login&pwd=password&smsid=ID_SMS

Last updated