Skip to main content
The IPOS Partner Suite is NowBookIt’s REST API for point-of-sale and technology partners.
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

1

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.
2

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.
3

Start with bookings

GET /Bookings with UpdatedFromDate + UpdatedToDate is the most common first endpoint — sync any bookings changed since your last poll.
4

Post sales back

After a table closes, use POST /Sales with the booking ID or table number. NowBookIt matches the transaction to the booking and updates the diary automatically.

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.