DENT Gigastore Documentation
  • Introduction
  • Start with Gigastore
    • Create an Account
    • Add Credits
    • Configure Inventory
    • Set Up Auto Top-Up for Credits
  • Technical Integration
    • API Integration
    • SDK Integration
  • API
    • Getting started
    • Open API Specification
    • Postman Collection
    • API Authentification
    • Offering Packages
    • Countries API
    • Supported Devices API
    • Customers
    • First Package
    • eSIM Profiles
    • Top-up
    • Package Refund
    • Error Handling
  • Webhooks
    • First Steps
    • eSIM Status
    • Balance Alert
    • Country Change
  • iOS SDK
    • First Steps
    • Download SDK
    • Enable Direct Installation
    • iOS Universal Link
    • Integrate SDK
    • Prepare eSIM Installation
    • Install eSIM
  • Android SDK
    • First Steps
    • Download SDK
    • Enable Direct Installation
    • Integrate SDK
    • Prepare eSIM Installation
    • Install eSIM
    • Testing
  • SDK Webhooks
    • Activation Request
    • Customer Registration
  • Guidelines
    • UX Guide
  • Customer support
    • Gigastore for Support Teams
    • Connectivity
    • Changing Device
    • Package Refund
Powered by GitBook
On this page

Was this helpful?

  1. API

Supported Devices API

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.

Please note that certain devices may be subject to country-specific restrictions. For example, devices sold in China may be listed but lack eSIM capabilities due to regulations.

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"
  },
 ...
]
PreviousCountries APINextCustomers

Last updated 7 months ago

Was this helpful?