IpAddresses Subresource
Super SIM’s IP Address API is applicable to those SIMs using Super SIM VPN. The feature is currently in Private Beta. If you want to find out more about Super SIM VPN, please reach out to Twilio Support.
Some features are not yet implemented and others may change before the product is declared Generally Available. Beta products are not covered by a Twilio SLA. Learn more about beta product support.
The IpAddresses subresource is used to fetch the static private IP address assigned to a SIM that is permitted to use Super SIM’s Virtual Private Network (VPN) feature.
https://supersim.twilio.com/v1/Sims/{SID}/IpAddresses
Super SIM VPN creates a secure VPN tunnel between Twilio and your application cloud. When a SIM is VPN enabled, it is allocated a static private address. This static IP address is assigned when the SIM is used to attach to a cellular network for the first time and does not change as long as the SIM remains VPN enabled. This static IP address is reachable from your application cloud, which means you can send network-initiated IP traffic from your cloud to your device without having to cross firewalls and NAT.
The IpAddresses subresource of a SIM that is not VPN enabled will be null
. For a SIM that is VPN enabled, the IpAddresses subresource will provide an array of IPAddress objects with the following properties.
IpAddress properties
Resource Properties in REST API format | |
---|---|
ip_address
|
IP address assigned to the given Super SIM |
ip_address_version
|
IP address version of the corresponding IP address |
Read Sim IpAddresses
https://supersim.twilio.com/v1/Sims/{SimSid}/IpAddresses
Parameters
Parameters in REST API format | |
---|---|
sim_sid
Path
|
The SID of the Super SIM to list IP Addresses for. |
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.