Mindbody · JSON Structure

Public Api V6 Client Membership Structure

Implementation of the 'ClientMembership' model.

Type: object Properties: 17
FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

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

Properties

RestrictedLocations IconCode MembershipId ActiveDate Count Current ExpirationDate Id ProductId Name PaymentDate Program Remaining SiteId Action ClientID Returned

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-client-membership-structure.json",
  "name": "ClientMembership",
  "description": "Implementation of the 'ClientMembership' model.",
  "type": "object",
  "properties": {
    "RestrictedLocations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Location"
      },
      "description": "The locations that the membership is restricted to, if any. Please note that client memberships with location restrictions can only be used to pay for scheduled services at the site to which they belong. Memberships with location restrictions can not be used to pay for scheduled services at other sites within an organization.",
      "example": [
        {}
      ]
    },
    "IconCode": {
      "type": "string",
      "description": "Text code that represents the `MembershipIcon`.",
      "example": "example-value"
    },
    "MembershipId": {
      "type": "int32",
      "description": "The membership's ID.",
      "example": 123456
    },
    "ActiveDate": {
      "type": "datetime",
      "description": "The date that this pricing option became active and could be used to pay for services.",
      "example": "2026-05-28T14:30:00Z"
    },
    "Count": {
      "type": "int32",
      "description": "The number of service sessions this pricing option contained when first purchased.",
      "example": 10
    },
    "Current": {
      "type": "boolean",
      "description": "When `true`, there are service sessions remaining on the pricing option that can be used pay for the current session.<br /> When `false`, the client cannot use this pricing option to pay for other services.",
      "example": true
    },
    "ExpirationDate": {
      "type": "datetime",
      "description": "The date when the pricing option expires and can no longer be used to pay for services, even if unused service sessions remain on the option; expressed as UTC.",
      "example": "2026-05-28T14:30:00Z"
    },
    "Id": {
      "type": "int32",
      "description": "The unique ID assigned to this pricing option, specific to when it was purchased by the client.",
      "example": 123456
    },
    "ProductId": {
      "type": "int32",
      "description": "The unique ID of this pricing option, not specific to any client's purchase of it.",
      "example": 123456
    },
    "Name": {
      "type": "string",
      "description": "The name of this pricing option.",
      "example": "Sunset Yoga Studio"
    },
    "PaymentDate": {
      "type": "datetime",
      "description": "The date on which the client paid for this pricing option.",
      "example": "2026-05-28T14:30:00Z"
    },
    "Program": {
      "$ref": "#/components/schemas/Program",
      "description": "Contains information about the service category this service falls under."
    },
    "Remaining": {
      "type": "int32",
      "description": "The number of service sessions remaining in the pricing option that can still be used.",
      "example": 1
    },
    "SiteId": {
      "type": "int32",
      "description": "The ID of the subscriber site associated with this pricing option.",
      "example": -99
    },
    "Action": {
      "$ref": "#/components/schemas/Action1Enum",
      "description": "The action taken."
    },
    "ClientID": {
      "type": "string",
      "description": "The Client ID assigned to this pricing option, specific to when it was purchased by the client.",
      "example": "example-value"
    },
    "Returned": {
      "type": "boolean",
      "description": "Identification for purchased service is returned or not.",
      "example": true
    }
  }
}

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-client-membership-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 email required.

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