Get Attorney
Attorneys
Get Attorney
Retrieve an attorney profile by ID
GET
Get Attorney
Overview
Returns the full detail tier for a single attorney: canonical name, firm linkage, country, address, aliases, alternate identifiers (bar numbers and similar office-issued IDs), and computed practice statistics. There are no?include= parameters on this endpoint, the full detail is always returned.
If the attorney record was merged into another (entity resolution), the endpoint returns 410 entity_merged with the new ID in the error body.
Path Parameters
Attorney ID prefixed with
att_ (e.g. att_3kPq9X).Response
Attorney ID prefixed with
att_.Always
attorney.Display name of the attorney.
Normalized name used for search and deduplication.
Firm ID prefixed with
firm_, when the attorney is linked to a firm.Convenience denormalization of the firm’s display name.
ISO 3166-1 alpha-2 country code.
Postal address as reported by the source office. Shape varies by office: most return a structured object (
lines[], city, state, postal_code, country_code); some offices provide only a free-text string.Total trademarks represented at mark grain.
Count of active trademarks (registered + pending). Always present; 0 when stats not yet computed.
Alternate office-issued identifiers (bar numbers, attorney docket IDs).
ISO 8601 creation timestamp.
ISO 8601 last update timestamp.
Unique request identifier for support and debugging.
To enumerate an attorney’s clients, use the dedicated
GET /v1/attorneys/:id/clients endpoint.Code Examples
Errors
Related Endpoints
- List Attorneys: filtered listing of attorneys
- Attorney Trademarks: portfolio of marks an attorney represents
- Attorney Clients: owners represented by an attorney
- Get Firm: detail for the linked firm