Request to get the list of numbers from the STOP list

Request to get the list of numbers from the STOP list

POST http://lk.mysmpp.ru/xml/list_stop.php

Headers

NameTypeDescription

Content-type*

String

text/xml; charset=utf-8;

Request Body

NameTypeDescription

login.value*

String

Your login in the system

token.value*

String

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

password.value*

String

Your password in the system

<?xml version="1.0" encoding="utf-8" ?>
<response>
     <phone>79612242243</phone>
     <phone>79612242244</phone>

</response>

Deciphering parameters in query responses

ParameterData typeDescription

phone

Int

Phone number from the STOP list

error

String

The error text can take the following values:

  • Incorrect XML document format

  • Incorrect login or password

  • POST data is missing

Example XML request

<?xml  version="1.0" encoding="utf-8" ?>
<request>
     <security>
          <login value="login" />
          <password value="password" />
     </security>
</request>

Last updated