Get experience settings
cURL
curl --request GET \ --url https://api.letsway.com/v1/brands/{brandId}/experiences/{experienceId}/settings
{ "id": "exp-settings-123", "bookingForm": [ { "scope": "guest", "fields": { "emailAddress": { "isRequired": true, "isActive": true }, "phoneNumber": { "isRequired": true, "isActive": true } } } ], "isCurated": true }
The unique identifier of the experience settings
"exp-settings-123"
The booking form configuration
Show child attributes
Indicates if the experience is curated
true