Zendit · JSON Structure

Zendit Api Phone Lookup Structure

Phone number carrier lookup result.

Type: object Properties: 5
eSIMGift CardsMobile Top-UpPaymentsPrepaid

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

Properties

msisdn country carrier brand type

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-phone-lookup-structure.json",
  "name": "PhoneLookup",
  "description": "Phone number carrier lookup result.",
  "type": "object",
  "properties": {
    "msisdn": {
      "type": "string",
      "example": "+15555550100"
    },
    "country": {
      "type": "string",
      "example": "US"
    },
    "carrier": {
      "type": "string",
      "example": "Example Mobile"
    },
    "brand": {
      "type": "string",
      "example": "rebel-prepaid"
    },
    "type": {
      "type": "string",
      "example": "MOBILE"
    }
  }
}