Base URL and API key are provided during onboarding. All endpoints require the
X-API-KEY request header. Contact partners@nowbookit.com to get started.Get started
Obtain your API key
Contact your NowBookIt partner manager. You’ll receive your
X-API-KEY and base URL — both are required for every request.Pick your integration pattern
Use the REST API to read bookings, post sales, and manage gift cards. Use Outbound Webhooks to receive real-time events from NowBookIt. Use Partner Inbound Webhooks if your system fires events and you want to push them into NowBookIt.
Start with bookings
GET /Bookings with UpdatedFromDate + UpdatedToDate is the most common first endpoint — sync any bookings changed since your last poll.What’s available
Bookings
Read, create, and update bookings. Check availability, reassign tables, update status and party size.
Reservations
Push a reservation directly from your POS into NowBookIt.
Sales
Post POS transactions linked to bookings by booking ID or table number.
Gift Cards
Look up, redeem, and cancel gift cards issued through NowBookIt.
Customers
Search customer profiles and manage marketing subscriptions.
Webhooks
Subscribe to real-time events for bookings and gift cards.