Authentication
The Ticker API uses API key authentication. Pass your key in the x-api-key header on every request.
curl -H "x-api-key: YOUR_API_KEY" https://api.ticker.app/v1/...Where to find your key
Your API key is generated automatically when you subscribe to a plan. View it in your Dashboard.
Security
- Treat your API key like a password — do not commit it to source control
- Rotate your key in the Dashboard if you suspect it has been compromised
Last updated on