Zendit · JSON Structure

Zendit Api Esim Plan List Structure

List of eSIM plans for an ICC ID.

Type: object Properties: 2
eSIMGift CardsMobile Top-UpPaymentsPrepaid

EsimPlanList is a JSON Structure definition published by Zendit, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

iccId plans

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zendit/refs/heads/main/json-structure/zendit-api-esim-plan-list-structure.json",
  "name": "EsimPlanList",
  "description": "List of eSIM plans for an ICC ID.",
  "type": "object",
  "properties": {
    "iccId": {
      "type": "string",
      "example": "8901260000000000001"
    },
    "plans": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EsimPlan"
      },
      "example": [
        {}
      ]
    }
  }
}