Get company or entity detail
Authentication
Client secret for read-only service-to-service access (no writes)
Query parameters
Provider slug for Product/Service slug lookup. Historically named companySlug; providerTypeRecord can narrow this to Company, Nonprofit, or Government routes.
Concrete provider type qualifier for a Product/Service provider route; group-only Organization is invalid. Use with companySlug when resolving /companies/{slug}/products-services/{product}, /non-profits/{slug}/products-services/{product}, or /government/{slug}/products-services/{product}.
Entity URL matched by host and path unless urlMatchMode=domain.
URL type qualifier. List the accepted tokens with GET /v1/entities/urls/types (CLI: entities urls types list).
URL matching mode: hostPath (default for url) or domain. Omit when urlDomain is supplied; urlDomain selects domain mode automatically.
Concrete entity type qualifier; group-only Organization is invalid. List the accepted concrete tokens and their aliases with GET /v1/entities/types (CLI: entities type-record types list).
Location candidate: city, state, or country.
Privileged admin readback scope. Includes hidden or off-sitemap entities and hidden research snippets. Defaults to private for admin API key or ROLE_ADMIN callers; client-secret/client-read callers stay public.
Response
Entity detail as canonical JSON or the same data rendered as compact text/plain.
Entity enrichment: addresses, classification, funding summary, text, and URL links.
Combined research disclosure: governed detail rows, snippets, and accelerator participation.
Sub-route eligibility computed once at the persistence boundary.