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
    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",
  "qrCodeUrl": "https://files.gigs.com/qrcode/example/pUNIvfeLBNQ.png",
  "sim": "sim_0SNlurA049MEWV1BAAmWZULA4lf6"
}