SMS Gateway - Devices
This is a demo account! If you already have an account or would like to sign up please click here.
ID | Name | Make | Model | Number | Last Seen | Country | Actions |
---|---|---|---|---|---|---|---|
1 | SMS Gateway | Samsung | Galaxy S4 | +4435723455 | 1 years, 10 months, 26 days, 2 hours, 5 minutes, 31 seconds ago | France | View |
2 | SMS Gateway API | Samsung | Galaxy S4 | +4435723456 | 4 years, 1 months, 3 days, 22 hours, 22 minutes, 6 seconds ago | Spain | View |
3 | SMS API | Samsung | Galaxy S4 | +4435723457 | 2 years, 11 months, 25 days, 17 hours, 46 minutes, 57 seconds ago | Egypt | View |
Get the list of your Android devices using our API!
- <?php
- include "smsGateway.php"
- $smsGateway = new SmsGateway('demo@dahili.net', 'password')
-
- $page = 1;
-
- $result = $smsGateway-> getDevices($page);
- ?>
The SMS Gateway API allows you to get a list of your Android device's programmatically. The sample code shows how easy it is. If you are using the PHP Library all you have to do is copy the few lines of code on the left and you are good to go! For more information read our documentation!
Device API Documentation!