Integration
Connect company intelligence to your BI stack
Use secure API tokens to pull company records, relationships, and monitoring signals without manual exports.
LivePanorama and Atlas
API Access
Read-only API for company profiles, relationships, and enrichment exports.
Company profiles, relationships, and ownership endpoints
Pagination and filters for reliable data pipelines
How it works
What happens behind the scenes once you enable the integration.
- 1Create an API token in Workspace -> Integrations.
- 2Attach the token as a Bearer header for each request.
- 3Query company data and paginate results with limit/offset.
- 4Store the response in your BI, CRM, or internal tools.
Setup checklist
Steps your admin takes to get the integration live.
- Workspace -> Integrations -> API tokens.
- Create a token and store it securely (shown once).
- Send requests to the API base URL using Bearer auth.
- Rotate or revoke tokens when access changes.
Technical reference
Endpoints and sample requests to hand to your engineering team.
Endpoints
- GET /api/v1/companies
- GET /api/v1/companies/{company_id}
- GET /api/v1/companies/{company_id}/relationships
- GET /api/v1/companies/{company_id}/ownership
- GET /api/v1/public/countries
Sample request
curl -H "Authorization: Bearer <token>" \ "https://api.companies.indexbox.io/api/v1/companies?limit=25&offset=0"
Notes
- Responses are scoped to your organization.
- Use limit/offset for pagination.
- Some enrichment fields depend on source availability.
FAQ
Quick answers to common integration questions.
What data can I access with the API?
You can read company profiles, relationships, and ownership details. All responses are scoped to your organization.
How do I rotate an API token?
Create a new token in Workspace and revoke the old one. Tokens are shown only once after creation.
Can I schedule regular exports?
Yes. Use the API endpoints on a schedule and load the data into your BI or CRM tooling.
Security & compliance
Controls that keep data safe and auditable.
- Tokens are stored as hashes and shown only once.
- Revoke tokens instantly to cut access.
- Audit fields track created and last-used timestamps.