Direction: Your system → NowBookIt. These endpoints are enabled per partner as part of onboarding. Contact partners@nowbookit.com to get started.
{partnerName} is your registered partner identifier, assigned during onboarding (e.g. kounta).
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. Standard endpoints — consistent request and response format across all partners.
Authentication
Onboarding checklist
| Item | Description |
|---|---|
| Signature header name | The header your system sends (e.g. X-Partner-Signature) |
| Shared HMAC secret | Used to sign requests — never commit to source control |
| Partner identifier | Your partnerName for URL paths |
| Location mapping | How your locationId values map to NowBookIt venues |
| Payload schema | For Bookings & Sales — agree the request body format so NowBookIt can build your custom handler |