1. Appointment
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
  1. Appointment

Appointment updated

Webhook
POST
appointment.updated
Triggered when an existing appointment is updated.

Request

Header Params

Body Params application/jsonRequired

Examples

Responses

🟢200
Receiver accepted the webhook
This response does not have a body.
🟢201
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://your-api-server.com' \
--header 'x-topic;' \
--header 'x-signature-256;' \
--header 'x-generated-at;' \
--header 'x-sent-at;' \
--header 'x-payload-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "k_service": "5000001533",
    "s_service": "Advanced Personal Training",
    "is_bookable": true,
    "meta_data": {
        "topic": "appointment.updated",
        "operation": "updated",
        "source": "appointment",
        "date": "2025-01-20T20:10:00Z",
        "version": 1
    }
}'
Modified at 2025-12-18 20:08:05
Previous
Appointment created
Next
Business updated
Built with