Mindbody · JSON Structure

Public Api V6 Gift Card Structure

Implementation of the 'GiftCard' model.

Type: object Properties: 12
FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

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

Properties

Id LocationIds Description EditableByConsumer CardValue SalePrice SoldOnline MembershipRestrictionIds GiftCardTerms ContactInfo DisplayLogo Layouts

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/mindbody/refs/heads/main/json-structure/public-api-v6-gift-card-structure.json",
  "name": "GiftCard",
  "description": "Implementation of the 'GiftCard' model.",
  "type": "object",
  "properties": {
    "Id": {
      "type": "int32",
      "description": "The gift card's `ProductID`.",
      "example": 123456
    },
    "LocationIds": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "description": "The IDs of the locations where the gift card is sold.",
      "example": [
        1
      ]
    },
    "Description": {
      "type": "string",
      "description": "A description of the gift card.",
      "example": "Example note for Mindbody Public API."
    },
    "EditableByConsumer": {
      "type": "boolean",
      "description": "When `true`, indicates that the gift card can be edited by the client.",
      "example": true
    },
    "CardValue": {
      "type": "double",
      "description": "The value of the gift card.",
      "example": 1.0
    },
    "SalePrice": {
      "type": "double",
      "description": "The sale price of the gift card, if applicable.",
      "example": 49.99
    },
    "SoldOnline": {
      "type": "boolean",
      "description": "When `true`, indicates that the gift card is sold online.",
      "example": true
    },
    "MembershipRestrictionIds": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "description": "A list of IDs for membership restrictions, if this card is restricted to members with certain types of memberships.",
      "example": [
        1
      ]
    },
    "GiftCardTerms": {
      "type": "string",
      "description": "The terms of the gift card.",
      "example": "example-value"
    },
    "ContactInfo": {
      "type": "string",
      "description": "Contact information for the gift card.",
      "example": "example-value"
    },
    "DisplayLogo": {
      "type": "boolean",
      "description": "When `true`, indicates that the logo should be displayed on the gift card.",
      "example": true
    },
    "Layouts": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GiftCardLayout"
      },
      "description": "A list of layouts available for the gift card.",
      "example": [
        {}
      ]
    }
  }
}

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/public-api-v6-gift-card-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.