Get Company
Retrieve a single company by its PrimoDato ID. If the company has already been revealed for the account, the response includes full data. Otherwise, sensitive fields remain masked.
Endpoint
GET /v1/companies/{id}
| Parameter | Type | Description |
|---|---|---|
| id | string | Company ID returned by search results |
Response Payload
- All fields returned by the search endpoint for a single company
- Full technology list, not just the top three technologies
- contacts array, masked if the company is not revealed
- similar_companies array containing up to five related companies
- is_revealed boolean so clients can branch UI cleanly