Party types
| Type | Prefix | What it is |
|---|---|---|
| Entity | ent_ | The cross-office identity linking the owner records that belong to the same company. |
| Owner | own_ | A single office’s applicant/registrant record, as that office filed it. |
| Attorney | att_ | Named attorney of record on a trademark. |
| Firm | firm_ | Law firm associated with the attorney. |
Resolved entities
The same company files in every office it cares about, and each office keeps its own owner record with its own spelling. A resolved entity links those owner records into one object, so you can see a company’s complete footprint across offices at once. Signa links, it doesn’t merge — the per-office owner records are never rewritten, soown_ IDs stay stable while the entity points at them.
- Members — the owner records it links, one per office, each with the evidence that justified the link.
- Global portfolio — every mark across all members in one filterable list (
/v1/entities/{id}/trademarks). - Corporate family — the GLEIF parent and direct subsidiaries (
/v1/entities/{id}/family). - Public-company facts —
ticker,lei,publicly_traded, aggregated across the company’s office records.
How entities are resolved
Linking signals, adjudication, accuracy, and ID/merge handling — the full deep dive.
Owners
An owner is a single office’s record of an applicant or registrant. Each owner profile carries:- Canonical name — the normalized, deduplicated form used for matching (the original display
nameis also returned). - Country — primary jurisdiction.
- Public-company links — SEC (CIK) and GLEIF (LEI) identifiers when matched.
- Statistics — filing counts, active marks, Nice-class distribution, top jurisdictions.
Corporate relationships
Signa connects corporate parents and subsidiaries from GLEIF Level 2 data. The entity family is the primary surface:GLEIF Level 2 covers LEI-reporting companies only — an absent edge does not
imply the absence of a corporate relationship.
Endpoints
| Endpoint | Purpose |
|---|---|
GET /v1/entities | Search and filter resolved entities |
GET /v1/entities/{id} | One entity with members + link evidence |
GET /v1/entities/{id}/trademarks | Global portfolio across all members |
GET /v1/entities/{id}/family | GLEIF corporate parent and subsidiaries |
GET /v1/owners | Search and filter owners |
GET /v1/owners/{id} | A single per-office owner record |
Entity Resolution
How Signa links owners into resolved entities across offices.