The Lens API is the next-generation TIC API, designed to replace the legacy v1 API with a broader surface, richer data, and consistent conventions across all endpoints.
Base URL
Authentication
Lens uses the same API key scheme as v1. Pass your key in the x-api-key request header:
GET /companies/{id}/summary HTTP/1.1
Host: lens-api.tic.io
x-api-key: YOUR_API_KEY
See Authentication for how to obtain a key.
Feature tiers
Some endpoints require a specific subscription tier. Tier requirements are shown as a badge at the top of each endpoint page:
Pro+ tier
Max+ tier
Enterprise+ tier
Government+ tier
Migrating from v1
The legacy v1 API remains available under the Legacy v1 version (switcher in the top navigation) and at its existing URLs. Endpoints under Lens are the authoritative source going forward.
If you’re starting a new integration, use Lens. If you have an existing v1 integration, you can continue using v1 while you plan a migration.