# Experience updated Sent when an experience is updated. Endpoint: POST v1.experience.updated ## Header parameters: - `webhook-id` (string, required) Unique identifier for this webhook message. This ID is the same when a webhook is retried due to a previous failure. Use this for deduplication. - `webhook-timestamp` (string, required) Timestamp of when the webhook was sent, in seconds since epoch. Compare against your system time to prevent replay attacks. - `webhook-signature` (string, required) Base64-encoded HMAC-SHA256 signature for verifying the webhook authenticity. The signature is computed over: {webhook-id}.{webhook-timestamp}.{body}. ## Request fields (application/json): - `experience_id` (string, required) The unique identifier of the updated experience. - `host_id` (string, required) The unique identifier of the host that owns the experience. ## Response 200 fields