Skip to main content
Your system calls these NowBookIt-hosted endpoints to push events. Register them as webhook targets in your POS or integration platform.
Direction: Your system → NowBookIt. These endpoints are enabled per partner as part of onboarding. Contact [email protected] to get started.

Two integration types

Bookings & Sales

Push POS sales and booking events to NowBookIt. Custom-built per partner — NowBookIt maps your payload format to NowBookIt’s data model during onboarding.

Gift Cards

Redeem and check gift card balances via NowBookIt. Custom-built per partner — NowBookIt maps your payload format to NowBookIt’s data model during onboarding.

Authentication

Partner inbound endpoints do not use X-API-KEY. All requests are authenticated via HMAC signature.At onboarding you receive:
  • A signature header name to send with every request (e.g. X-Partner-Signature)
  • A shared secret to generate the HMAC signature, computed over the request body + URL
Requests with a missing or invalid signature are rejected with 400 Bad Request.

Onboarding checklist