Getting your API key
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).
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.Making authenticated requests
Pass your key as a bearer token in theAuthorization header on every request:
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.