Mindbody · Example Payload

Public Api V6 Category Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Public Api V6 Category Example is an example object payload from Mindbody, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdCategoryNameDescriptionServiceActiveIsPrimaryIsSecondaryCreatedDateTimeUTCModifiedDateTimeUTCSubCategoriesTotalCount

Example Payload

Raw ↑
{
  "Id": 123456,
  "CategoryName": "example-value",
  "Description": "Example note for Mindbody Public API.",
  "Service": true,
  "Active": true,
  "IsPrimary": true,
  "IsSecondary": true,
  "CreatedDateTimeUTC": "2026-05-28T14:30:00Z",
  "ModifiedDateTimeUTC": "2026-05-28T14:30:00Z",
  "SubCategories": [
    {}
  ],
  "TotalCount": 10
}