Instruction
How to Get a Phone Number and Use It to Get an SMS code:
Top Up your Balance
Select a Service
Select a Country
Select an Operator and Click "Buy"

Apply the Phone Number that You Received
------------
• Click "Cancel" in case you do not wish to continue the verification process.• Click "Ban" if the number has already been used.Receive an SMS Code
Click on this link to see simple and effective tips that will help you receive SMS messages https://5sim.net/faq.
If there’s an error that you cannot solve yourself, contact our support.
API Documentation Overview:
API key is a JWT-based token—JWT stands for JSON Web Token—which has to be added to an HTTP request header with key denoted as Authorization and value as "Bearer apiKey". You can find the API key in the settings of your account.
Example of How a Header Should Look Like:
Authorization: Bearer
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.TJVA95OrM7E2cBab30RMHrHDcEfxjoYZgeFONFh7HgQ
Example of a Curl-Based Header:
curl -s -X GET -H 'Authorization: Bearer YOUR_API_KEY'
'https://5sim.net/v1/user/buy/activation/russia/beeline/vkontakte'
Example of a Header in Zennoposter:
More tab, in the Useragent field write:
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY