Supported Devices API
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
This endpoint provides the list of supported devices, including their names, vendors, and platforms. While we strive to keep this list up to date, it is not guaranteed to be fully comprehensive or reflect the latest changes.
To retrieve the list of eSIM-supported devices, use
GET /esim/device/esim-capable
Response:
[
{
"name": "Pixel 2",
"vendor": "Google",
"platform": "Android"
},
{
"name": "Pixel 2 XL",
"vendor": "Google",
"platform": "Android"
},
{
"name": "Pixel 3 XL",
"vendor": "Google",
"platform": "Android"
},
...
]