SimCredentials

  • Name
    object
    Type
    string
    Description

    Type of object is always simCredentials.

    Allowed values: simCredentials 
  • Name
    activationCode
    Type
    nullable string
    Description

    eSIM activation code to download and install the profile in a device. Only available for type eSIM.

    Example: "LPA:1$smdp.gigs.com$2M-3L0MX-F8HE2"
  • Name
    androidInstallUrl
    Type
    nullable string
    Description

    URL to install the eSIM profile on Android devices. Only available for type eSIM.

    Be careful how you share this URL, it contains the credentials required to install the eSIM profile.

    Example: "https://esimsetup.android.com/esim_qrcode_provisioning?carddata=LPA:1$smdp.gigs.com$2M-3L0MX-F8HE2"
  • Name
    iosInstallUrl
    Type
    nullable string
    Description

    URL to install the eSIM profile on iOS devices. Only available for type eSIM.

    Be careful how you share this URL, it contains the credentials required to install the eSIM profile.

    Example: "https://esimsetup.apple.com/esim_qrcode_provisioning?carddata=LPA:1$smdp.gigs.com$2M-3L0MX-F8HE2"
  • Name
    qrCodeUrl
    Type
    nullable string
    Description

    URL of the activation code in QR-Code format. Only available for type eSIM.

    Be careful how you share this URL, it can be accessed publicly without authentication.

    Example: "https://files.gigs.com/qrcode/example/pUNIvfeLBNQ.png"
  • Name
    sim
    Type
    string
    Description

    Unique identifier for the SIM this credentials are for.

    Example: "sim_0SNlurA049MEWV1BAAmWZULA4lf6"

Example

{
  "object": "simCredentials",
  "activationCode": "LPA:1$smdp.gigs.com$2M-3L0MX-F8HE2",
  "androidInstallUrl": "https://esimsetup.android.com/esim_qrcode_provisioning?carddata=LPA:1$smdp.gigs.com$2M-3L0MX-F8HE2",
  "iosInstallUrl": "https://esimsetup.apple.com/esim_qrcode_provisioning?carddata=LPA:1$smdp.gigs.com$2M-3L0MX-F8HE2",
  "qrCodeUrl": "https://files.gigs.com/qrcode/example/pUNIvfeLBNQ.png",
  "sim": "sim_0SNlurA049MEWV1BAAmWZULA4lf6"
}