Get Owner
Owners
Get Owner
Retrieve an owner profile by ID
GET
Get Owner
Overview
Returns the full detail tier for a single owner: canonical name, address, aliases, alternate identifiers, entity linkage, public-company matches (when available), and computed portfolio statistics. If the owner record was merged into another (entity resolution), the endpoint returns410 entity_merged with the new ID in the error body.
Path Parameters
Owner ID (e.g.
own_R3jK9mN2).Response
Owner ID (
own_*)Always
"owner"Display name of the owner
Normalized name used for search and deduplication
Owner name in original script (may be null)
ISO country code
Entity type (e.g.
corporation, individual)Postal address as reported by the source office. Shape varies by office: most return a structured object (
lines[], city, state, postal_code, country_code); some offices provide only a free-text string.The id of the company profile this owner belongs to (
ent_*). Always present, so you can group owners by entity_id unconditionally. See Get Entity.resolved when this owner is linked to a company profile shared with owner records from other offices, derived when it isn’t linked to any yet (the id is a stable placeholder based on this owner alone).Whether the (possibly entity-inherited) company set includes an active SEC company with a ticker. A
false value means no confirmed match, not confirmed-private.First SEC ticker across the (possibly inherited) company set.
First GLEIF LEI across the (possibly inherited) company set.
Whether any GLEIF LEI is present across the (possibly inherited) company set.
entity when the company facts are inherited across the linked company profile’s members, or direct when the owner isn’t linked and is reporting only its own matches.External identifiers (SEC CIK, LEI, etc.)
Omitted when the owner has no matched company records. When the owner is linked to a company profile, this is the union of all linked members’ company matches, including the owner’s own.
Total trademarks owned at mark grain.
Count of active trademarks (registered + pending). Always present; 0 when stats not yet computed.
ISO 8601 creation timestamp.
ISO 8601 last update timestamp.
Unique request identifier for support and debugging.
Public-company facts are served through the owner’s company profile. When an owner is linked to a company profile shared with other office records,
publicly_traded, ticker, lei, has_lei, and companies[] reflect the profile’s aggregated facts, the union of every linked member’s SEC/GLEIF matches. So a non-US office record that itself carries no ticker still surfaces the company’s ticker and LEI when a linked sibling record is matched. companies_source is entity in that case and direct for an owner with no links.Code Examples
Errors
Related Endpoints
- List Owners: filtered listing of owners
- Owner Trademarks: portfolio of marks owned
- Owner Related: corporate parent and subsidiary relationships
- Get Entity: the cross-office company profile this owner belongs to