Viewing 0 reply threads
  • Author
    Posts
    • #11257

      To associate an existing SIM card in Pegasus with a device you only have to use this API

      https://pegasus/api/devices/IMEI/configuration

      Where you must replace the URL, pegasus for your site and for the IMEI of the device to be used.

      The method of this request must be POST and the body that will be sent must be the following:

      {
      “network”:{
      “sim”: “Sim ICCID”
      }
      }

      You can use the POSTMAN tool to make request.

      Example

      https://ml11yvrusare.i.optimole.com/y0k5JmM-CqdtPx72/w:auto/h:auto/q:auto/https://support.digitalcomtech.com/wp-content/uploads/hm_bbpui/11257/p2pq1ele0m5wmcrdlwyzbdfxrc6a2w6z.png

      ————————————————————Español————————————————————

      Para asociar una sim card existente en Pegasus con un dispositivo solamente deberás utilizar esta API

      https://pegasus/api/devices/IMEI/configuration

      Donde deberás reemplazar de la URL, pegasus por su sitio y por el IMEI del dispositivo a utilizar.

      El método de esta petición debe ser POST y el body que se enviará debe ser el siguiente:

      {
          “network”:{
              “sim”: “ICCID de la sim”
          }
      }

      Puede utilizar la herramienta de POSTMAN para realizar petición.

Viewing 0 reply threads
  • You must be logged in to reply to this topic.