---
title: "Get policy-gated aggregated trademarks and patents"
method: GET
path: "/api/v1/company/{slug}/ip"
tags: ["Companies"]
---

# Get policy-gated aggregated trademarks and patents

`GET /api/v1/company/{slug}/ip`

Fail-closed aggregate over OEPM/EUIPO/EPO data. Because upstream provenance cannot currently be separated in the aggregate, the route returns 503 until an exact aggregate-dataset decision authorizes every component and derivative use.

## Path parameters

- `slug` string, required

## Response `200`

Trademarks + patents counts with states legend

- object
  - `slug` string
  - `trademarks` object
    - `count` integer
    - `active` integer
    - `sources` string[]
  - `patents` object
    - `count` integer
    - `active` integer
    - `sources` string[]
  - `states_legend` object

## Other responses

- `404` — Resource not found
- `429` — Rate limit exceeded
- `503` — Controlled fail-closed denial: the required dataset or legal layer is absent, invalid, unsupported or not authorized for this public surface.

---

[API](https://skmtc.net/openmercantil/apis/openmercantil-public-api.md) · [All operations](https://skmtc.net/openmercantil/apis/openmercantil-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openmercantil/openmercantil-public-api/versions/996f96a11758/schema)
