Which API or endpoint do I need to whitelist to connect to Trakkr's REST API?

Updated June 30, 2026 · Reviewed by [email protected]

There's nothing to whitelist on an IP basis; Trakkr's REST API authenticates with a bearer API key rather than an IP allowlist. Send your key in the `Authorization: Bearer sk_live_...` header on every request. Keys always start with `sk_live_`; anything else will be rejected as an invalid key format.

REST API access itself requires the Scale plan. If you're whitelisting Trakkr on your own firewall instead (for example, to let Trakkr's crawl checks reach your site), that's a separate question about allowing the AI bot user agents through, not about the API.

Related questions

Guides and further reading