Getting your API key
1
Open your dashboard
Go to Settings → API Keys in your Tanvik dashboard at app.tanvik.io. This page only appears if your plan includes API access (Pro and Enterprise).
2
Generate a key
Click Generate Key. Your key is shown once, prefixed
tvk_live_.... Store it somewhere safe — Tanvik does not display the full key again.3
Rotate if needed
If a key is exposed, rotate it from the same page. Rotating replaces the key immediately; requests using the old key start failing right away.
Making authenticated requests
Pass your key as a bearer token in theAuthorization header on every request:
- macOS/Linux
- Windows (CMD)
- Windows (PowerShell)
Key scoping
Each key is tied to one client account and inherits that account’s plan limits and enabled channels. If you manage multiple businesses on Tanvik, generate a separate key per account rather than sharing one.Rate limits
Each key is limited to 120 requests per minute. Requests beyond that return429 with a Retry-After header — see Errors for the exact response shape.