Attorney Clients
Attorneys
Attorney Clients
List the owners (clients) represented by an attorney across all trademarks
GET
Attorney Clients
Overview
Returns the owners that an attorney has represented on trademark filings. Derived from the intersection oftrademark_owners and trademark_attorneys. Each row reports the number of marks shared between the attorney and that owner. Sorted by shared_trademark_count descending.
Path Parameters
Attorney ID (
att_...).Query Parameters
Page size (1-100).
Pagination cursor from a previous response.
Response
Array of client owner summary records.
Owner ID (
own_...).Display name of the owner.
Normalized name used for entity resolution.
Owner country code.
Owner entity type (e.g.
corporation, individual, partnership).Number of trademarks where this attorney represents this owner.
Code Examples
Errors
| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Invalid attorney ID |
| 401 | unauthorized | Missing or invalid API key |
| 404 | not_found | Attorney not found |
| 429 | rate_limited | Too many requests |
Related Endpoints
- Get Attorney — full attorney detail
- Attorney Trademarks — marks handled by this attorney
- List Owners — search owners independently