Skip to main content
GET
/
api
/
v1
/
sim_plan
/
default-emnify-plan
Obtener plan Emnify por defecto para auto-creación
curl --request GET \
  --url https://api.raul.ugps.io/api/v1/sim_plan/default-emnify-plan \
  --header 'Authorization: Bearer <token>'
{
  "idplan": 123,
  "idoperator": 123,
  "plan": "<string>",
  "operator_name": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Response

Plan Emnify por defecto

idplan
number
required
idoperator
number
required
plan
string
required
operator_name
string