Mindbody · Example Payload

Webhooks Api Create Subscription Response Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Webhooks Api Create Subscription Response 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

eventIdseventSchemaVersionmessageSignatureKeyreferenceIdstatusstatusChangeDatestatusChangeMessagestatusChangeUsersubscriptionCreationDateTimesubscriptionIdwebhookUrl

Example Payload

Raw ↑
{
  "eventIds": [
    "example-value"
  ],
  "eventSchemaVersion": 1.0,
  "messageSignatureKey": "example-value",
  "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"
}