Mindbody · Example Payload

Webhooks Api Push Api Result Subscription Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Webhooks Api Push Api Result Subscription 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": {
    "eventIds": [
      "example-value"
    ],
    "eventSchemaVersion": 1.0,
    "referenceId": "example-value",
    "status": "example-value",
    "statusChangeDate": "2026-05-28T14:30:00Z",
    "statusChangeMessage": "example-value",
    "statusChangeUser": "example-value",
    "subscriptionCreationDateTime": "2026-05-28T14:30:00Z",
    "subscriptionId": "example-value",
    "webhookUrl": "https://example.mindbodyonline.com/resource/abc123"
  }
}