Use the sim100 REST API to automate SMS verification: order virtual numbers, retrieve OTP codes, check account balance, and view country rates. Integrate with bots, scripts, or backend services in any language that supports HTTP requests.
All endpoints use GET requests and return plain text or simple responses. Replace apikey in the examples below with your customer API key from your account dashboard.
Get your API key:Create a free account or log in. Your API key is your customer ID, available in your dashboard after registration.
https://sim100.com/api/user/
| Action | Endpoint | Main parameters |
|---|---|---|
| Get number | get_number.php | customer, app, country |
| Get SMS / OTP | get_sms.php | customer, number, country, app |
| Check balance | get_balance.php | customer |
| Get rates | get_rates.php | customer, country |
| Order history | get_history.php | customer |
Request a virtual phone number for a specific app and country.
https://sim100.com/api/user/get_number.php?customer=apikey&app=appname&country=countryname
Example:
https://sim100.com/api/user/get_number.php?customer=apikey&app=Whatsapp&country=USA
Error messages: Customer Not Found · App Not Found · Country Not Found · New Numbers registration in progress, please wait or check back later · Error 102, check back later.
Rate limit: 5 numbers per minute.
Retrieve the verification SMS for a number you ordered.
https://sim100.com/api/user/get_sms.php?customer=apikey&number=number&country=countryname&app=appname
Example:
https://sim100.com/api/user/get_sms.php?customer=apikey&number=112869xxx&country=malaysia&app=google
Error messages: Customer Not Found · Number Not Found · You have not received any code yet · Your balance is expired · Error 102, check back later.
Time limit: 3 minutes per number.
https://sim100.com/api/user/get_balance.php?customer=apikey
https://sim100.com/api/user/get_rates.php?customer=apikey&country=countryname
https://sim100.com/api/user/get_history.php?customer=apikey
Need help integrating the API? Visit our FAQs or contact support.