Zendit · JSON Structure

Zendit Api Offer List Structure

Paginated offer list.

Type: object Properties: 4
eSIMGift CardsMobile Top-UpPaymentsPrepaid

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

Properties

list offset limit total

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-offer-list-structure.json",
  "name": "OfferList",
  "description": "Paginated offer list.",
  "type": "object",
  "properties": {
    "list": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Offer"
      },
      "example": [
        {}
      ]
    },
    "offset": {
      "type": "int32",
      "example": 0
    },
    "limit": {
      "type": "int32",
      "example": 100
    },
    "total": {
      "type": "int32",
      "example": 1500
    }
  }
}