List Owners
Owners
List Owners
List trademark owners with filtering, public-company joins, and cursor pagination
GET
List Owners
Overview
Returns a paginated, summary-tier list of trademark owners. Supports fuzzy name search, country and entity-type filters, plus virtual filters that join public-company enrichment to find owners with SEC ticker or GLEIF LEI matches. Suppressed owners (placeholder records, frozen entities) are always excluded.Query Parameters
Fuzzy name search via trigram similarity. Tolerant of typos and word reordering.
Filter by ISO 3166-1 alpha-2 country code (e.g.
US, GB).Filter by entity type (e.g.
corporation, individual, partnership).Virtual filter: matches owners linked to a public company with the given stock ticker (e.g.
AAPL).Virtual filter: matches owners linked to a GLEIF Legal Entity Identifier.
Virtual filter:
true returns owners matched to an active SEC company with a ticker. false means no confirmed active ticker match, not confirmed private. Strict true/false only.Virtual filter:
true returns owners matched to a GLEIF legal entity. false means no confirmed LEI match. Strict true/false only.Sort field with optional
- prefix for descending. One of -trademark_count, trademark_count, -registration_rate, registration_rate, -latest_filing, latest_filing, -name, name. Default: -trademark_count.When
true, includes an accurate total count in pagination.total_count.Page size, between 1 and 100.
Opaque cursor returned in the previous response’s
pagination.cursor.Response
Always
list.Whether more owners are available.
Cursor for the next page.
Unique request identifier for support and debugging.
Code Examples
Errors
| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Invalid sort, unknown filter value, or non-strict boolean for publicly_traded or has_lei |
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | API key lacks the trademarks:read scope |
| 429 | rate_limited | Rate limit exceeded |
Related Endpoints
- Get Owner — full owner detail
- Owner Trademarks — portfolio of marks owned
- Owner Related — corporate parent and subsidiary relationships