v1
OAS 3.1.1

TIC Lens API

The TIC Lens API provides programmatic access to company, person, property, vehicle, and order data.

Authentication

All requests require an API key passed via the x-api-key header:

curl -H "x-api-key: YOUR_API_KEY" https://lens-api.tic.io/companies/123

API keys are managed through the TIC Lens web application under Settings → API Keys.

Base URL

Environment URL
Production https://lens-api.tic.io

Feature Access

Endpoints are gated by your subscription plan. If your plan does not include a feature, the endpoint will return 403 Forbidden.

Rate Limits

Rate limits are applied per API key. If you exceed the limit, requests will return 429 Too Many Requests.

Response Format

All responses are JSON. Null values are omitted from responses.

Server:https://lens-api.tic.io
Client Libraries