Airalo Developer Platform
  1. Compatible Devices
Airalo Developer Platform
  • OVERVIEW
    • Introduction
    • Attribute descriptions
    • FAQ
    • User journeys
      • Purchase journey
      • Top-up journey
    • Guides
      • How to set up a brand for eSIMs Cloud link sharing
      • How to get the eSIMs Cloud sharing link through API
      • How to generate the QR code for an eSIM
      • eSIM installation methods for API Partners
  • REST API
    • Introduction
    • Rate limits
    • Error handling
    • Quick start
      • Step 1: Request access token
      • Step 2: Get packages
      • Step 3: Submit order
      • Step 4: Get installation instructions
    • Endpoints
      • Orders List
        • Get order list
        • Get order
      • Top-up flow
        • Get eSIMs list
        • Get top-up package list
        • Get eSIM package history
      • Notification
        • Understanding Webhooks: Asynchronous Communication for Modern Applications
        • Airalo Webhooks Optin and Flow
        • Async orders
        • Low data notification - opt In
        • Low data notification - opt out
        • Get low data notification
        • Credit limit notification
        • Webhook definition
        • Webhook simulator
      • Balance
        • Get balance
      • Request access token
      • Get packages
      • Get compatible device list
      • Future Orders
      • eSIM voucher
      • Get eSIM
      • Cancel future orders
      • Submit order
      • Refund Request
      • Get installation instructions
      • Submit order async
      • Get usage (data, text & voice)
      • Submit top-up order
      • Update eSIM brand
    • Guides
      • Step #1 - Authentication
    • Deprecated
      • Authentication
        • Request Access Token
      • Orders
        • Get Order List
        • Get Order
        • Submit Order
        • Submit Top-up Order
      • eSIMs
        • Get eSIMs List
        • Get eSIM
        • Get Installation instructions
        • Get Data Usage
        • Get Top-up Package List
        • Get eSIM Package History
      • Order Statuses
        • Get Order Statuses List
        • Get Order Status Name
      • Packages
        • Get Packages
      • Compatible Devices
        • Get Compatible Device List
          GET
      • Notification
        • Low Data Notification
        • Credit Limit Notification
        • Webhook Definition
        • Webhook Simulator
  • SDKs
    • Introduction
    • SDK vs. REST API
    • Technical notes
  • WOOCOMMERCE PLUGIN
    • Introduction
    • Guides
      • How to install the plugin
      • How to setup the Shop price?
      • Customizing "My eSIM" page colors in WooCommerce
      • How to convert prices into local currency
      • How to finalize the shop setup
      • How to test in sandbox
      • How to go live
      • Customizing WooCommerce email templates for eSIM sales
    • Troubleshooting
  • SHOPIFY APP
    • Introduction
    • Guides
      • How to install the Airalo Shopify App
      • How to set up prices in Shopify
  1. Compatible Devices

Get Compatible Device List

GET
/v1/compatible-devices
This endpoint allows you to retrieve a list of devices compatible with the eSIMs.
The access token, obtained from the "Request Access Token" endpoint, should be included in the request.

Request

Header Params
Accept
string 
required
Example:
application/json
Authorization
string 
required
Example:
Bearer {{token}}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/compatible-devices' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}'

Responses

🟢200Compatible Device List (200)
application/json
Body
data
array [object {4}] 
required
model
string 
required
os
string 
required
brand
string 
required
name
string 
required
Example
{
    "data": [
        {
            "model": "zangya_sprout",
            "os": "android",
            "brand": "bq",
            "name": "Aquaris X2"
        },
        {
            "model": "zangyapro_sprout",
            "os": "android",
            "brand": "bq",
            "name": "Aquaris X2 PRO"
        },
        {
            "model": "StrongPhone_G9",
            "os": "android",
            "brand": "Evolveo",
            "name": "EVOLVEO StrongPhone G9"
        },
        {
            "model": "gila",
            "os": "android",
            "brand": "Fossil",
            "name": "Fossil Gen 5 LTE"
        },
        {
            "model": "blueline",
            "os": "android",
            "brand": "Google",
            "name": "Pixel 3"
        },
        {
            "model": "bonito",
            "os": "android",
            "brand": "Google",
            "name": "Pixel 3a XL"
        },
        {
            "model": "bramble",
            "os": "android",
            "brand": "Google",
            "name": "Pixel 4a (5G)"
        },
        {
            "model": "coral",
            "os": "android",
            "brand": "Google",
            "name": "Pixel 4 XL"
        },
        {
            "model": "crosshatch",
            "os": "android",
            "brand": "Google",
            "name": "Pixel 3 XL"
        },
        {
            "model": "flame",
            "os": "android",
            "brand": "Google",
            "name": "Pixel 4"
        },
        {
            "model": "redfin",
            "os": "android",
            "brand": "Google",
            "name": "Pixel 5"
        },
        {
            "model": "sargo",
            "os": "android",
            "brand": "Google",
            "name": "Pixel 3a"
        },
        {
            "model": "sunfish",
            "os": "android",
            "brand": "Google",
            "name": "Pixel 4a"
        },
        {
            "model": "taimen",
            "os": "android",
            "brand": "Google",
            "name": "Pixel 2 XL"
        },
        {
            "model": "walleye",
            "os": "android",
            "brand": "Google",
            "name": "Pixel 2"
        },
        {
            "model": "HZ0010J",
            "os": "android",
            "brand": "Hoozo",
            "name": "HZ0010J"
        },
        {
            "model": "d-42A",
            "os": "android",
            "brand": "Lenovo",
            "name": "d-42A"
        },
        {
            "model": "hera_pro",
            "os": "android",
            "brand": "MiTAC",
            "name": "N672"
        },
        {
            "model": "surfing_pro",
            "os": "android",
            "brand": "MiTAC",
            "name": "N630"
        },
        {
            "model": "rover",
            "os": "android",
            "brand": "Mobvoi",
            "name": "TicWatch Pro 3 Cellular/LTE"
        },
        {
            "model": "coralia",
            "os": "android",
            "brand": "Montblanc",
            "name": "Summit 2+"
        },
        {
            "model": "olson",
            "os": "android",
            "brand": "Motorola",
            "name": "motorola razr"
        },
        {
            "model": "smith",
            "os": "android",
            "brand": "Motorola",
            "name": "motorola razr 5G"
        },
        {
            "model": "mkz_sdm660_64",
            "os": "android",
            "brand": "Motorola Solutions",
            "name": "MOTOTRBO ION"
        },
        {
            "model": "Hammer_Blade_3",
            "os": "android",
            "brand": "Myphone",
            "name": "Hammer Blade 3"
        },
        {
            "model": "Hammer_Expl_Pro",
            "os": "android",
            "brand": "Myphone",
            "name": "Hammer Explorer Pro"
        },
        {
            "model": "myPhone_Now_eSIM",
            "os": "android",
            "brand": "Myphone",
            "name": "myPhone Now eSIM"
        },
        {
            "model": "Hammer_Explorer",
            "os": "android",
            "brand": "MyPhone (PL)",
            "name": "Hammer_Explorer"
        },
        {
            "model": "OP4EC1",
            "os": "android",
            "brand": "Oppo",
            "name": "Reno6 Pro+ 5G"
        },
        {
            "model": "OP4F57L1",
            "os": "android",
            "brand": "Oppo",
            "name": "Find X3 Pro"
        },
        {
            "model": "orca",
            "os": "android",
            "brand": "Oppo",
            "name": "OPPO Watch"
        },
        {
            "model": "TAB-7304-16G3GS",
            "os": "android",
            "brand": "Premier",
            "name": "TAB-7304-16G3GS"
        },
        {
            "model": "C330",
            "os": "android",
            "brand": "Rakuten",
            "name": "C330"
        },
        {
            "model": "gaea",
            "os": "android",
            "brand": "Rakuten",
            "name": "Rakuten BIG s"
        },
        {
            "model": "P710",
            "os": "android",
            "brand": "Rakuten",
            "name": "Rakuten Hand"
        },
        {
            "model": "b2q",
            "os": "android",
            "brand": "Samsung",
            "name": "Galaxy Z Flip3 5G"
        },
        {
            "model": "bloomq",
            "os": "android",
            "brand": "Samsung",
            "name": "Galaxy Z Flip"
        },
        {
            "model": "bloomxq",
            "os": "android",
            "brand": "Samsung",
            "name": "Galaxy Z Flip 5G"
        },
        {
            "model": "c1q",
            "os": "android",
            "brand": "Samsung",
            "name": "Galaxy Note20 5G"
        },
        {
            "model": "c1s",
            "os": "android",
            "brand": "Samsung",
            "name": "Galaxy Note20"
        },
        {
            "model": "c2q",
            "os": "android",
            "brand": "Samsung",
            "name": "Galaxy Note20 Ultra 5G"
        },
        {
            "model": "c2s",
            "os": "android",
            "brand": "Samsung",
            "name": "Galaxy Note20 Ultra"
        },
        {
            "model": "freshul",
            "os": "android",
            "brand": "Samsung",
            "name": "Galaxy Watch4"
        },
        {
            "model": "freshus",
            "os": "android",
            "brand": "Samsung",
            "name": "Galaxy Watch4"
        },
        {
            "model": "o1s",
            "os": "android",
            "brand": "Samsung",
            "name": "Galaxy S21 5G"
        },
        {
            "model": "p3s",
            "os": "android",
            "brand": "Samsung",
            "name": "Galaxy S21 Ultra 5G"
        },
        {
            "model": "t2s",
            "os": "android",
            "brand": "Samsung",
            "name": "Galaxy S21+ 5G"
        },
        {
            "model": "wiseul",
            "os": "android",
            "brand": "Samsung",
            "name": "Galaxy Watch4 Classic"
        },
        {
            "model": "wiseus",
            "os": "android",
            "brand": "Samsung",
            "name": "Galaxy Watch4 Classic"
        },
        {
            "model": "x1s",
            "os": "android",
            "brand": "Samsung",
            "name": "Galaxy S20 5G"
        },
        {
            "model": "y2s",
            "os": "android",
            "brand": "Samsung",
            "name": "Galaxy S20+ 5G"
        },
        {
            "model": "z3s",
            "os": "android",
            "brand": "Samsung",
            "name": "Galaxy S20 Ultra 5G"
        },
        {
            "model": "JeridL",
            "os": "android",
            "brand": "Sharp",
            "name": "AQUOS sense4 lite SH-RM15"
        },
        {
            "model": "duo",
            "os": "android",
            "brand": "Surface",
            "name": "Surface Duo"
        },
        {
            "model": "TAG-TAB-III",
            "os": "android",
            "brand": "TAG-TECH",
            "name": "TAG-TAB-III"
        },
        {
            "model": "X_EEA",
            "os": "android",
            "brand": "Teclast",
            "name": "X_EEA"
        },
        {
            "model": "PQ6001",
            "os": "android",
            "brand": "Vsmart",
            "name": "Active 1"
        },
        {
            "model": "EC55",
            "os": "android",
            "brand": "Zebra",
            "name": "EC55"
        },
        {
            "model": "ET56L",
            "os": "android",
            "brand": "Zebra",
            "name": "ET56"
        },
        {
            "model": "ET56S",
            "os": "android",
            "brand": "Zebra",
            "name": "ET56"
        },
        {
            "model": "L10AW",
            "os": "android",
            "brand": "Zebra",
            "name": "Zebra Technologies L10"
        },
        {
            "model": "MC2700",
            "os": "android",
            "brand": "Zebra",
            "name": "Zebra Technologies MC2700"
        },
        {
            "model": "TC26",
            "os": "android",
            "brand": "Zebra",
            "name": "TC26"
        },
        {
            "model": "TC57",
            "os": "android",
            "brand": "Zebra",
            "name": "TC57"
        },
        {
            "model": "TC57X",
            "os": "android",
            "brand": "Zebra",
            "name": "Zebra Technologies TC57x"
        },
        {
            "model": "TC77",
            "os": "android",
            "brand": "Zebra",
            "name": "TC77"
        },
        {
            "model": "Z7750R",
            "os": "android",
            "brand": "ZTE",
            "name": "ZR01"
        },
        {
            "model": "iPad11,2",
            "os": "ios",
            "brand": "Apple",
            "name": "iPad mini 5th Gen"
        },
        {
            "model": "iPad11,4",
            "os": "ios",
            "brand": "Apple",
            "name": "iPad Air 3rd Gen"
        },
        {
            "model": "iPad11,7",
            "os": "ios",
            "brand": "Apple",
            "name": "iPad 8th Gen (WiFi+Cellular)"
        },
        {
            "model": "iPad13,10",
            "os": "ios",
            "brand": "Apple",
            "name": "iPad Pro 12.9 inch 5th Gen"
        },
        {
            "model": "iPad13,11",
            "os": "ios",
            "brand": "Apple",
            "name": "iPad Pro 12.9 inch 5th Gen"
        },
        {
            "model": "iPad13,2",
            "os": "ios",
            "brand": "Apple",
            "name": "iPad air 4th Gen (WiFi+Cellular)"
        },
        {
            "model": "iPad13,4",
            "os": "ios",
            "brand": "Apple",
            "name": "iPad Pro 11 inch 3rd Gen"
        },
        {
            "model": "iPad13,5 ",
            "os": "ios",
            "brand": "Apple",
            "name": "iPad Pro 11 inch 3rd Gen"
        },
        {
            "model": "iPad13,6",
            "os": "ios",
            "brand": "Apple",
            "name": "iPad Pro 11 inch 3rd Gen"
        },
        {
            "model": "iPad13,7",
            "os": "ios",
            "brand": "Apple",
            "name": "iPad Pro 11 inch 3rd Gen"
        },
        {
            "model": "iPad13,8",
            "os": "ios",
            "brand": "Apple",
            "name": "iPad Pro 12.9 inch 5th Gen"
        },
        {
            "model": "iPad13,9",
            "os": "ios",
            "brand": "Apple",
            "name": "iPad Pro 12.9 inch 5th Gen"
        },
        {
            "model": "iPad8,10",
            "os": "ios",
            "brand": "Apple",
            "name": "iPad Pro 11 inch 4th Gen (WiFi+Cellular)"
        },
        {
            "model": "iPad8,12",
            "os": "ios",
            "brand": "Apple",
            "name": "iPad Pro 12.9 inch 4th Gen (WiFi+Cellular)"
        },
        {
            "model": "iPad8,3",
            "os": "ios",
            "brand": "Apple",
            "name": "iPad Pro 11 inch 3rd Gen (WiFi+Cellular)"
        },
        {
            "model": "iPad8,4",
            "os": "ios",
            "brand": "Apple",
            "name": "iPad Pro 11 inch 3rd Gen (1TB, WiFi+Cellular)"
        },
        {
            "model": "iPad8,7",
            "os": "ios",
            "brand": "Apple",
            "name": "iPad Pro 12.9 inch 3rd Gen (WiFi+Cellular)"
        },
        {
            "model": "iPad8,8",
            "os": "ios",
            "brand": "Apple",
            "name": "iPad Pro 12.9 inch 3rd Gen (1TB, WiFi+Cellular)"
        },
        {
            "model": "iPhone11,2",
            "os": "ios",
            "brand": "Apple",
            "name": "iPhone XS"
        },
        {
            "model": "iPhone11,4",
            "os": "ios",
            "brand": "Apple",
            "name": "iPhone XS Max"
        },
        {
            "model": "iPhone11,6",
            "os": "ios",
            "brand": "Apple",
            "name": "iPhone XS Max Global"
        },
        {
            "model": "iPhone11,8",
            "os": "ios",
            "brand": "Apple",
            "name": "iPhone XR"
        },
        {
            "model": "iPhone12,1",
            "os": "ios",
            "brand": "Apple",
            "name": "iPhone 11"
        },
        {
            "model": "iPhone12,3",
            "os": "ios",
            "brand": "Apple",
            "name": "iPhone 11 Pro"
        },
        {
            "model": "iPhone12,5",
            "os": "ios",
            "brand": "Apple",
            "name": "iPhone 11 Pro Max"
        },
        {
            "model": "iPhone12,8",
            "os": "ios",
            "brand": "Apple",
            "name": "iPhone SE 2nd Gen"
        },
        {
            "model": "iPhone13,1",
            "os": "ios",
            "brand": "Apple",
            "name": "iPhone 12 Mini"
        },
        {
            "model": "iPhone13,2",
            "os": "ios",
            "brand": "Apple",
            "name": "iPhone 12"
        },
        {
            "model": "iPhone13,3",
            "os": "ios",
            "brand": "Apple",
            "name": "iPhone 12 Pro"
        },
        {
            "model": "iPhone13,4",
            "os": "ios",
            "brand": "Apple",
            "name": "iPhone 12 Pro Max"
        }
    ]
}
Previous
Get Packages
Next
Low Data Notification
Built with