API Grizzly SMS

API — this is the protocol of interaction between your software and our activation server.
The API is needed to automate the process of receiving SMS messages on your side
Our API is compatible with the sms-activate API

All requests must have an API key in the form of the api_key parameter

Activation API
Utility API
Tables
Partner API
  • Request a number
  • Request a number v2
  • Activation status changes
  • Get the activation status
  • Get the activation status v2
  • Balance request
  • Get current prices by country
  • Get current prices v2
  • Get current prices v3
  • Get a list of active activations
  • OpenAPI
Request a number
https://api.grizzlysms.com/stubs/handler_api.php?api_key=$api_key&action=getNumber&service=$service&country=$country&maxPrice=$maxPrice&providerIds=$providerIds&exceptProviderIds=$exceptProviderIds

&action=getNumber
$api_key — your API key (Settings);
$service — service code;
$country — country code. You can pass "any" or leave the value empty to let the system automatically select the best available country based on stock, price, and deliverability;
$maxPrice — the maximum price for which you are ready to buy a number;
$providerIds - a list of providers from which purchases will be made, separated by commas (1,2,3)
$exceptProviderIds - a list of providers excluded from the number purchase, separated by commas (1,2,3)

Possible errors:
BAD_KEY — check your API key;
NO_BALANCE — insufficient funds, please top up your balance;
NO_NUMBERS — repeat a request or choose another country;
The service is prohibited for sale by administration — select another service;
SERVICE_UNAVAILABLE_REGION — access from your region is restricted, please use another IP.

The example of successful answer:

ACCESS_NUMBER:38496653:66846426435

Where 38496653 is activation id. 66846426435 is a phone number.

Test this method now
Your API key
Service code
Country code