BulkGate Helpdesk
  • Languages iconEnglish
    • Čeština

›Check phone numbers

Transactional messages

  • Specification

Transactional bulk messages

  • Specification

Promotional messages

  • Specification

Check phone numbers

  • Specification

Specification

API URL

URL used to send HTTP requests:

https://portal.bulkgate.com/api/1.0/integration/check-phone-numbers
POST /api/1.0/integration/check-phone-numbers HTTP/1.1
Host: portal.bulkgate.com
Content-Type: application/json
Cache-Control: no-cache

Table with parameters

PARAMETER NAMEVALUEMANDATORYDEFAULT VALUE
application_idApplication IDYes-
application_tokenApplication authentication tokenYes-
numbersList of phone number structures to be checked, see NumbersNo-

Numbers

PARAMETER NAMEVALUEMANDATORYDEFAULT VALUE
phone_numberPhone numberYes-
countryPhone number's country codeNo-

Example of a complete request:

POST /api/1.0/integration/check-phone-numbers HTTP/1.1
Host: portal.bulkgate.com
Content-Type: application/json
Cache-Control: no-cache

{
  "application_id": "####",
  "application_token": "######################################",
  "numbers": [
        {
            "phone_number": "420777777777",
            "country": "cz"
        },
        {
            "phone_number": "7777",
            "country": "cz"
        }
    ]
}

The response to this command can be:

In case of success

{
    "data": {
        "420777777777": {
            "phone_number": "420777777777",
            "valid": true,
            "country": "cz",
            "call_prefix": 420,
            "network_code": "23003",
            "network_name": "Vodafone"
        },
        "7777": {
            "phone_number": "7777",
            "valid": false,
            "country": null,
            "call_prefix": null,
            "network_code": null,
            "network_name": "unknown"
        }
    }
}
← Specification
  • API URL
    • Table with parameters
  • The response to this command can be:
SolutionsSMS GatewayViber for BusinessBroadcastBulk SMSSMS NotificationsTwo-way SMSMobile ConnectWeb Portal
Partners & DevelopersSMS APIIntegrationsAffiliate programWhite label
SourcesBlogYouTubeFacebookLinkedInTwitterGitHubPackagist
CompanyContactPrivacyTerms and Conditions
Price listsPrice list SMSPrice list ViberPrice list Mobile Connect
SMS GatewayTOPefekt s.r.o. © 2025