Mindbody · Schema

GetMembershipsResponse

Implementation of the 'GetMembershipsResponse' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
Memberships array Details about the memberships.
View JSON Schema on GitHub

JSON Schema

public-api-v6-get-memberships-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-get-memberships-response-schema.json",
  "title": "GetMembershipsResponse",
  "description": "Implementation of the 'GetMembershipsResponse' model.",
  "type": "object",
  "properties": {
    "Memberships": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Membership"
      },
      "description": "Details about the memberships.",
      "example": [
        {}
      ]
    }
  }
}