Mindbody · JSON Structure

Public Api V6 Get Client Indexes Response Structure

Implementation of the 'GetClientIndexesResponse' model.

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

ClientIndexes

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-get-client-indexes-response-structure.json",
  "name": "GetClientIndexesResponse",
  "description": "Implementation of the 'GetClientIndexesResponse' model.",
  "type": "object",
  "properties": {
    "ClientIndexes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ClientIndex"
      },
      "description": "Contains information about the client indexes.",
      "example": [
        {}
      ]
    }
  }
}