Skip to main content

When it fires

Way sends experience.published when an experience is published on a brand. A listing.published event is sent at the same time for the corresponding listing. Publishing a collection sends only a listing.published event, not experience.published. Events arrive at your endpoint as a POST request with the body { "event": "experience.published", "payload": { ... } }. When a webhook secret is set, the X-Way-Signature header carries an HMAC of the request body - see Verify signatures.

Payload

Sample

Retrieve the full experience with Get Experience.