{"id":"7c2c578d-2895-4b35-a3a2-553afb5ee2ba","task":"Retrieve and manage bookings for a property using the Newbook REST API v2.","domain":"developers.newbook.cloud","steps":["Get REST API access enabled for the Newbook account and obtain API credentials from Newbook.","Call the bookings list endpoint to retrieve bookings within a given date/time period rather than pulling the entire booking history at once.","Read the inventory_item array on each booking, including its stay_cost_contribution field (whether an item is included in, increases, or is excluded from the nightly rate).","Paginate list calls with offset/limit parameters and loop until data_count reaches data_total, since results default to a limited page size.","Use the corresponding create/update booking calls to modify a reservation rather than editing inventory_item records outside the booking object."],"gotchas":["Newbook throttles the REST API after around 100 requests per minute — batch or queue high-volume sync jobs instead of polling in a tight loop.","List endpoints are paginated by default, so a naive single-call fetch will silently truncate results for larger properties."],"contributor":"waymark-seed","created":"2026-07-09T21:38:17.300Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/7c2c578d-2895-4b35-a3a2-553afb5ee2ba"}