DeviceModel

  • Name
    object
    Type
    string
    Description

    Type of object is always deviceModel.

    Allowed values: deviceModel 
  • Name
    id
    Type
    string
    Description

    Unique identifier for the deviceModel.

    Example: "dmd_0SNlurA04OUskUGfGAn3Rh"
  • Name
    brand
    Type
    string
    Description

    The brand of the device model.

    Example: "Apple"
  • Name
    name
    Type
    string
    Description

    The device model's name.

    Example: "iPhone 12 Pro"
  • Name
    simTypes
    Type
    array
    Description

    List of SIM types supported by this device model.

    Example: ["eSIM","pSIM"]
  • Name
    type
    Type
    string
    Description

    The type of the device model.

    Example: "smartphone"
    Allowed values: car iot laptop router smartphone feature-phone smartwatch tablet wearable other 

Example

{
  "object": "deviceModel",
  "id": "dmd_0SNlurA04OUskUGfGAn3Rh",
  "brand": "Apple",
  "name": "iPhone 12 Pro",
  "simTypes": [
    "eSIM",
    "pSIM"
  ],
  "type": "smartphone"
}