Skip to main content
GET

When To Use This

Use this endpoint when M&A counsel or diligence teams need the recorded chain of title for one mark before an acquisition. It shows assignments, security interests, releases, and other recorded conveyances for the mark, so unreleased liens can be spotted before closing. For the cross-mark diligence workflow, see Chain-of-title & Lien Diligence.

Path Parameters

id
string
required
Trademark ID (tm_...).

Query Parameters

conveyance_type
string
Filter by conveyance type. One of assignment, security_interest, release, merger, name_change, license, partial_assignment, correction, entity_conversion, other.
type
string
Alias for conveyance_type.
limit
integer
default:"20"
Page size (1-100).
cursor
string
Pagination cursor from a previous response.

Response

data
object[]
Assignment records for this trademark, sorted by recorded_date descending.
Each item carries the assignment summary fields plus correspondent, parties, and properties. parties[] includes role, name, owner_id, execution_date, date_acknowledged, legal_entity_text, nationality, and address (a pass-through object of the office-provided party address fields, or null). properties[] includes the affected trademark_id, office serial and registration numbers, international registration number, and mark name.

Example Request

Example Response

Code Examples

Errors