BSG utilizes HTTP cookies (and similar or complementary technologies) to 1) make this website safe, functional, and accessible (through the use of mandatory cookies) and 2) understand how you use our website (through the use of optional cookies) in order to improve your experience and to provide you with personalized content.

The information in the cookie text files may be related to your personal preferences or your device and is intended to make the site operate according to your expectations. The information contained in cookies does not usually identify your identity directly but is helpful in providing you with a more personalized user experience.

In accordance with the requirements of the General Data Protection Regulation (GDPR) privacy and security law that governs how the personal data of individuals in the EU may be processed and transferred, we provide you the possibility to prohibit the use of certain types of cookies when you use our website.

Read our Cookie Notice and the Privacy Policy for detailed information on how BGS collects and uses cookies. Please note that prohibiting the use of certain types of cookies may affect your interaction with the website and limit the accessibility of services we offer you. Choose the appropriate category below to learn more and to disable cookies.

Accept All cookies*
*Recommended for comfortable use of the site
Accept only necessary cookies
Accept only selected cookies
Necessary cookies
Social media
Analytics
Marketing

BSG migrated to the new DevPortal
to ship the latest One API versions faster

Use it for up-to-date endpoints, guides, and changelogs

Go to the new DevPortal
Developer Docs
Number Intelligence

SMS Sender registration by an individual

Method for submitting an application for registration of the SMS Sender’s name (Alpha-name) with a mobile operator by a subject individual.

Please note that Sender registration is not available in Demo and Test account modes.

To submit SMS Sender registration by an individual, make a request to this URL:

POST http://one-api.bsg.world/api/senders/requests/natural

Request parameters:

Parameter Required Type Default Description
country_code Yes string No The country where it is necessary to register the Sender name.
Must be specified according to the ISO 3166-1 Alpha-2 standard
type Yes string No Service for which the Sender is registered.
Available values: sms
sender Yes string No Sender name.
Up to 11 Latin letters or digits, up to 15 – only digits.
name Yes string No Last name, first name, and middle name. From 1 to 100 characters.
code_of_company Yes string No Company code. Numeric value between 1 and 30 characters.
description Yes string No Service description.
From 1 to 1 000 characters.
informing_purpose Yes string No Purpose of informing.
From 1 to 1 000 characters.
site_url No string No Website URL.
Up to 150 characters.
comment No string No Comment.
Up to 1 000 characters.

Request sample:


{
  "country_code": "UA",
  "type": "sms",
  "sender": "sender",
  "name": "FullName",
  "code_of_company": "string",
  "description": "desc",
  "informing_purpose": "inf",
  "site_url": "https://dev-app.bsg.world/",
  "comment": "comm"
}

Response parameters:

Parameter Type Description
id integer Number of the application for Sender registration
name string Last name, first name, and middle name
status string Status of the application for registration
type string Sender type: sms
country_code string Sender country – country code according to ISO 3166-1 Alpha-2 standard
sender string Sender name
code_of_company string Company code
site_url string Website URL
informing-purpose string Purpose of informing
comment string Comment
description string Service description

if the request is successful, you will receive a response:


{
  "data": {
    "id": 3152,
    "name": "name",
    "status": "new",
    "type": "sms",
    "created_at": "2021-04-27 19:44:06",
    "country_code": "UA",
    "sender": "sender",
    "code_of_company": "string",
    "site_url": "https://dev-app.bsg.world",
    "informing_purpose": "informing_purpose",
    "comment": "comment",
    "description": "description"
  }
}

Interested in a special offer?

Ready to reach further?
Let’s talk

I agree to BSG privacy policy
Submit

Useful Materials

WhatsApp Business API: Complete Guide — Setup, Pricing, Use Cases [2026]

WhatsApp Business API for 2026 — setup steps, the new per-message pricing model, and proven use cases by industry.

What Is CPaaS? The Complete Business Guide to Communications Platform as a Service

What is CPaaS? The cloud API layer that adds SMS, WhatsApp, voice & OTP to your apps — how it works and why it beats a multi-vendor stack.

One Communication API for SMS, WhatsApp, Viber & RCS — Why It Beats Five

Why one communication API for SMS, WhatsApp, Viber & RCS beats five separate integrations — cascade fallback, unified reports.