v62

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-31136116265.6 KB
device

Get Data Plans associated with the device, this include the primary sim, any external sim, as well as any satellite connections.

get/v1/projects/{projectOrProductUID}/devices/{deviceUID}/plans

Response

Response body for /plans

Example response

{
  "cellular_plans": [
    {
      "activated": 1656010061,
      "data_usage": {
        "kb_remaining": 372.55,
        "kb_total": 500,
        "kb_used": 127.45
      },
      "iccid": "345678432765434567890765746354465786",
      "imsi": "310170830688975",
      "last_updated": 1656010061,
      "plan_type": "500MB, North America, 10-year lifetime"
    }
  ]
}