Webcom Mobi API Docs
RU
  • Introduction
  • СПОСОБЫ ВЗАИМОДЕЙСТВИЯ С A2P ПЛАТФОРМОЙ
    • JSON specification
      • Sending SMS, Viber, Flash SMS, WAP-Push
      • SMS status request
        • POST request
        • Webhook
      • Balance check request
    • HTTP GET specification
      • Sending SMS
      • Sending Viber
      • Sending Cascade
      • Request message status
      • Registration
    • XML specification
      • Sending SMS, Viber, Flash SMS, WAP-Push
      • SMS status request
        • POST request
        • Webhook
      • Balance check request
      • Request to receive a list of senders
      • Request to add senders
      • Request for incoming SMS
      • Request for information by phone number
      • Request for obtaining the list of bases
      • Request to change parameters, add/remove bases
      • Request for receiving the list of subscribers of the base
      • Request to add/edit/delete subscribers of the base
      • Request to get the list of numbers from the STOP list
      • Request to add/remove subscribers to the STOP list
      • Request to receive the list of scheduled SMS
      • Request to delete a scheduled SMS
      • Request to get the time of change of something
      • Request for time verification
      • File upload request
      • Request to refill users' balance
    • ВЗАИМОДЕЙСТВИЕ С ПЛАТФОРМОЙ MSG (НЕОФ КАНАЛЫ)
    • Specification JSON
      • Чекинг базы номеров
Powered by GitBook
On this page
  • Registration
  • Example of a browser request
  1. СПОСОБЫ ВЗАИМОДЕЙСТВИЯ С A2P ПЛАТФОРМОЙ
  2. HTTP GET specification

Registration

Registration

GET http://lk.mysmpp.ru/ru/reg/registration.html

The set of parameters for registration of a natural person, a legal entity and an individual entrepreneur are different

Request Body

Name
Type
Description

registration*

Int

Registration parameter, always "1"

address_facto*

String

Factual address (FL)

At least 10 characters

ogrnip*

Int

OGRNIP of the client (Individual entrepreneur)

Must contain 13-15 digits

company_name*

String

Company name (legal entity)

At least 5 characters

juridical_address*

String

Legal address (legal entity, sole proprietorship)

At least 10 characters

inn*

Int

TIN of the client (legal entity, individual entrepreneur)

At least 10 digits

e_mail*

String

Client E-mail


E-mail of appropriate format

phone*

Int

Customer's phone number

city*

String

Client's Country/City

At least 3 characters

name*

String

Client's full name

At least 3 characters, must consist of Russian or Latin characters

password*

String

Your password in the system

login*

String

Your login in the system

businessman*

String

Type of registrant:

- "le" - Legal Entity.

- "ip" - Individual entrepreneur

- "le" - Physical person

Example of a browser request

http://lk.mysmpp.ru/ru/reg/registration.html?registration=1&businessman=le&login=login&password=password&name=Ivan&city=City&phone=79537775522&e_mail=registration@gmail.com&inn=5551112223&juridical_address=juridical_address&company_name=nameCompany

Last updated 1 year ago