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, and three “virtual” filters that join thepublic_companies table to find owners enriched with SEC ticker, GLEIF LEI, or any public-company linkage. 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: if
true, returns only owners with at least one matched public company. If false, returns only owners without one. Strict true/false only.Sort field with optional
- prefix for descending. One of -trademark_count, trademark_count, -name, name. Default: -trademark_count.Page size, between 1 and 50.
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 has_public_company |
| 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