Mindbody · Example Payload

Webhooks Api Create Subscription Request Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Webhooks Api Create Subscription Request Example is an example object payload from Mindbody, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

eventIdseventSchemaVersionreferenceIdwebhookUrl

Example Payload

Raw ↑
{
  "eventIds": [
    "example-value"
  ],
  "eventSchemaVersion": 1.0,
  "referenceId": "example-value",
  "webhookUrl": "https://example.mindbodyonline.com/resource/abc123"
}