Mindbody · Example Payload

Webhooks Api Push Api Result Get Subscriptions Response Example

FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

Webhooks Api Push Api Result Get Subscriptions Response Example is an example object payload from Mindbody, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

errorInformationisSuccessvalue

Example Payload

Raw ↑
{
  "errorInformation": [
    {}
  ],
  "isSuccess": true,
  "value": {
    "items": [
      {}
    ]
  }
}