emnify · Example Payload

Emnify List Endpoints Example

IoTInternet of ThingsCellular ConnectivityIoT SIMeSIMConsumer eSIMSGP.32M2MNTN-IoTSatelliteSuperNetwork

Emnify List Endpoints Example is an example object payload from emnify, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://cdn.emnify.net/api/v1/endpoint?page=1&per_page=10&q=status:1",
    "headers": {
      "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...",
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json",
      "X-Total-Pages": "12",
      "X-Total-Count": "120"
    },
    "body": [
      {
        "id": 1450193,
        "name": "fleet-tracker-001",
        "tags": "fleet,trial",
        "created": "2026-03-12T14:22:08.000Z",
        "last_updated": "2026-05-21T09:14:55.000Z",
        "status": {"id": 0, "description": "Enabled"},
        "service_profile": {"id": 7711, "name": "Global Standard"},
        "tariff_profile": {"id": 8821, "name": "Pay-as-you-go EU"},
        "sim": {
          "id": 22041991,
          "iccid": "8988228066612345678",
          "eid": "89049032005008882600000000123456",
          "imsi": "901405100123456",
          "msisdn": "8829485007123",
          "status": {"id": 1, "description": "Activated"}
        },
        "imei": "35317510123456",
        "imei_with_luhn": "353175101234562",
        "ip_address": "100.64.12.181",
        "imei_lock": false
      }
    ]
  }
}