Reloadly · JSON Structure

Reloadly Product Structure

Reloadly gift card product structure

Type: Properties: 0
Gift CardsPaymentsAirtimeMobile Top-UpRewardsIncentives

Product is a JSON Structure definition published by Reloadly.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Product",
  "description": "Reloadly gift card product structure",
  "fields": [
    { "name": "productId", "type": "integer", "required": true, "description": "Unique product identifier" },
    { "name": "productName", "type": "string", "required": true, "description": "Display name" },
    { "name": "global", "type": "boolean", "required": false, "description": "Globally redeemable" },
    { "name": "denominationType", "type": "string", "required": true, "enum": ["FIXED", "RANGE"], "description": "Denomination model" },
    { "name": "recipientCurrencyCode", "type": "string", "required": false, "description": "Recipient currency (ISO 4217)" },
    { "name": "senderCurrencyCode", "type": "string", "required": false, "description": "Sender currency (ISO 4217)" },
    { "name": "discountPercentage", "type": "number", "required": false, "description": "Discount on face value" },
    { "name": "fixedRecipientDenominations", "type": "array<number>", "required": false, "description": "Fixed amounts for recipient" },
    { "name": "fixedSenderDenominations", "type": "array<number>", "required": false, "description": "Fixed amounts for sender" },
    { "name": "minRecipientDenomination", "type": "number", "required": false, "description": "Range minimum (recipient)" },
    { "name": "maxRecipientDenomination", "type": "number", "required": false, "description": "Range maximum (recipient)" },
    {
      "name": "brand",
      "type": "object",
      "required": false,
      "description": "Brand information",
      "fields": [
        { "name": "brandId", "type": "integer", "required": true, "description": "Brand identifier" },
        { "name": "brandName", "type": "string", "required": true, "description": "Brand display name" }
      ]
    },
    {
      "name": "country",
      "type": "object",
      "required": false,
      "description": "Country information",
      "fields": [
        { "name": "isoName", "type": "string", "required": true, "description": "ISO 3166-1 alpha-2 country code" },
        { "name": "name", "type": "string", "required": true, "description": "Country name" },
        { "name": "flagUrl", "type": "string", "required": false, "description": "Flag image URL" }
      ]
    },
    {
      "name": "redeemInstruction",
      "type": "object",
      "required": false,
      "description": "Redemption instructions",
      "fields": [
        { "name": "concise", "type": "string", "required": false, "description": "Brief redemption instructions" },
        { "name": "verbose", "type": "string", "required": false, "description": "Detailed redemption instructions" }
      ]
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/reloadly-product-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.