ClientIndex is a JSON Structure definition published by Mindbody, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$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-index-structure.json",
"name": "ClientIndex",
"description": "Implementation of the 'ClientIndex' model. A client index.",
"type": "object",
"properties": {
"Id": {
"type": "int32",
"description": "The unique ID of the client index.",
"example": 123456
},
"Name": {
"type": "string",
"description": "The name of the client index.",
"example": "Sunset Yoga Studio"
},
"RequiredBusinessMode": {
"type": "boolean",
"description": "When `true`, indicates that the index is required when creating profiles in business mode.",
"example": true
},
"RequiredConsumerMode": {
"type": "boolean",
"description": "When `true`, indicates that the index is required when creating profiles in consumer mode.",
"example": true
},
"Values": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ClientIndexValue"
},
"description": "Contains a list with a single object representing the index value assigned to the client index.",
"example": [
{}
]
},
"Action": {
"$ref": "#/components/schemas/Action8Enum",
"description": "The action performed on this object."
}
}
}
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.