WellnessLiving Webhooks API
    • Getting Started
    • Appointment
      • Appointment created
      • Appointment updated
    • Business
      • Business updated
    • Class
      • Class created
      • Class updated
    • Client
      • Client created
      • Client updated
    • Location
      • Location created
      • Location updated
    • Purchase
      • Purchase created
      • Purchase refunded
    • Staff
      • Staff created
      • Staff updated
    • Schemas
      • MetaData
      • Gender
      • ImageInfo
      • AppointmentPayload
      • BusinessPayload
      • ClassPayload
      • ClientPhoto
      • ClientPayload
      • LocationAddress
      • LocationLinks
      • LocationPayload
      • MoneySummary
      • PurchaseItem
      • PurchaseCreatedPayload
      • PurchaseRefundedPayload
      • StaffPhoto
      • StaffPayload

    MetaData

    Webhook metadata describing the event.

    {
        "id": "string",
        "business_id": "string",
        "date": "2019-08-24T14:15:22.123Z",
        "topic": "string",
        "operation": "string",
        "source": "string",
        "version": 0,
        "property1": "string",
        "property2": "string"
    }
    Built with