Skip to main content
GET
Attorney Clients

Overview

Returns the owners that an attorney has represented on trademark filings. Each row reports the number of marks shared between the attorney and that owner, sorted by shared_trademark_count descending.

Path Parameters

id
string
required
Attorney ID (att_...).

Query Parameters

limit
integer
default:"20"
Page size (1-100).
cursor
string
Pagination cursor from a previous response.

Response

data
object[]
Array of client owner summary records.
data[].id
string
Owner ID (own_...).
data[].name
string
Display name of the owner.
data[].canonical_name
string
Normalized name used for search and deduplication.
data[].country_code
string
Owner country code.
data[].entity_type
string
Owner entity type (e.g. corporation, individual, partnership).
data[].shared_trademark_count
integer
Number of trademarks where this attorney represents this owner.

Code Examples

Errors