Retrieve an attorney profile by ID
?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.
att_ (e.g. att_abc123).att_.attorney.firm_, when the attorney is linked to a firm.| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Invalid id format |
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | API key lacks the trademarks:read scope |
| 404 | not_found | Attorney ID does not exist |
| 410 | entity_merged | Attorney was merged into another entity. The new ID is returned in the error detail. |
| 429 | rate_limited | Rate limit exceeded |