Not every user of Internet knows, how servers communicate each other. And of course our servers communicating with others too. For that we made API – application programming interface, that allows other services to take our numbers.
Also it is responded for showing prices on website, updating balance, buying numbers and receiving SMS. In new series of articles we will show you, how our API can be used!
API Request: glossarium
Every user should know terminology that commonly used in that sphere. Let’s write out the main things:
- API – application programming interface, system, that allows servers to communicate
- Request – like a phrase, that server send to server to give info
- GET – type of request, that made to get some information
- POST – type of request, that made to give some information
- Host – server, which accepts requests
- Token or Key – individual value, identificator of user.
It will be enough at first time. Let’s check how our protocol can be used.
Requesting balance
At first we have to do all preparations:
- Sign up at SMS-Man.
- Go to your profile and find API-key.
- That key will be used to speak to our server. Let’s go https://sms-man.com/site/docs-apiv2 and find request samples.
- Then go to blank page and copy sample request, changing $token to your key.
- After tapping enter, you will see your balance in rubles.
So easy and useful! In further articles I will show, how to use API for making your own SMS-receiving software.
My mission is to improve user experience in SMS-Man.
I like to write articles which help SMS-Man customers to use our service fluently
Pingback:API: Request number at SMS-Man - Sms-man Blog - API