Getting started
1. Create a workspace
Sign in at navrik.co.uk (magic link or Google). A brand-new account provisions a workspace at /auth/provision — this creates the workspace, starts a trial, and lands you in the portal (/app).
2. Mint an API key
Portal → Developers → API keys → New key. Choose scopes (least privilege — see API). The sk_live_… secret is shown once; store it server-side.
3. Your first call
The API base is https://www.navrik.co.uk/api/v1 (use www — the apex redirects and drops the auth header).
curl https://www.navrik.co.uk/api/v1/contacts \
-H "Authorization: Bearer sk_live_…"
4. Explore
- Browse every endpoint in the interactive API reference.
- Manage products, orders, bookings, staff, reviews in the portal's Commerce and Calendar sections.