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

Get Senders for 2Way SMS

The method allows getting senders for the 2Way SMS service.

To get Senders for 2Way SMS, make a request to this URL:

GET https://api.bsg.world/rest/sms/2waySenders

Response parameters:

Parameter Type Description
id string The unique 2Way SMS sender identifier
sender string 2Way SMS sender name
country string Recipient’s country (according to ISO 3166-1)
status string Sender’s status
date_created string Date of the sender’s registration

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


{
    "error": 0,
    "errorDescription": "No errors",
    "senders": [
        {
            "id": "21",
            "sender": "19378620XXX",
            "country": "EE",
            "status": "active",
            "date_created": "2022-04-24 20:48:23"
        },
        {
            "id": "22",
            "sender": "447520651XXX",
            "country": "GB",
            "status": "active",
            "date_created": "2022-06-20 15:15:17"
        }
    ]
}

Errors


{
    "error": 35,
    "errorDescription": "2way_sms service is not active"
}

{
    "error": 5,
    "errorDescription": "Unknown error"
}

Interested in a special offer?

Ready to reach further?
Let’s talk

I agree to BSG privacy policy
Submit

Useful Materials

Apple RCS on iPhone: What Changes for Business Messaging in EU and UK

Apple RCS is live on iPhone. Which EU and UK carriers support it and how to plan campaigns with SMS fallback.

Sender ID Registration in the EU and UK: Why Your SMS Gets Filtered

Why unregistered senders get filtered in the EU and UK, and what each country requires for sender ID registration.

RCS in Brazil: Carriers, Coverage and What Works for Brands in 2026

Vivo, Claro and TIM coverage, iPhone status, where RCS beats SMS in Brazil and how to launch with SMS fallback.