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

string
required
Attorney ID (att_...).

Query Parameters

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

Response

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

Code Examples

Errors