Viewing 0 reply threads
Viewing 0 reply threads
- You must be logged in to reply to this topic.
Tagged: api, asociacion, association, device, dispositivo, sim, simcard
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
————————————————————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.
email: support@digitalcomtech.com
slack: DCT Support Channel
chat: DCT Main Page
developer chat: Gitter
Thank you for Signing Up |
*Entering your email address in this form indicates that you agree to our Privacy Policy. You can withdraw your consent at any time.