TWA RiskMark Integration API

Integration endpoint connecting Trademark Watch Analyst to RiskMark. Published contract: 1 operation(s).

Operations 1

GET /integration-api/single-opposition/{id}

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/twa-riskmark-integration"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

clarivate-twa-riskmark-integration-openapi.json Raw ↑
{"swagger":"2.0","info":{"title":"twa-riskmark-integration","version":"1.0.0","description":"APIs for integration of TWA with other applications.","contact":{"name":"Sasa Drobnjakovic","email":"sasa.drobnjakovic@clarivate.com"}},"paths":{"/integration-api/single-opposition/{id}":{"get":{"parameters":[{"name":"id","in":"path","required":true,"type":"string","description":"Watch threat ID"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/SingleOppositionResponse"}},"500":{"description":"Internal Server Error"}}}}},"definitions":{"SingleOppositionResponse":{"type":"object","properties":{"jurisdictions":{"type":"array","items":{"type":"string"}},"trademark1":{"$ref":"#/definitions/Trademark"},"trademark2":{"$ref":"#/definitions/Trademark"}}},"Trademark":{"type":"object","properties":{"verbalElement":{"type":"string"},"goodsAndServices":{"type":"array","items":{"$ref":"#/definitions/GoodsAndService"}},"applicantInfos":{"type":"array","items":{"$ref":"#/definitions/ApplicantInfo"}},"applicationNumber":{"type":"string"},"registrationNumber":{"type":"string"},"guid":{"type":"string"}}},"GoodsAndService":{"type":"object","properties":{"niceClass":{"type":"integer","format":"int32"},"description":{"type":"string"}}},"ApplicantInfo":{"type":"object","properties":{"name":{"type":"string"},"address":{"type":"string"},"countryCode":{"type":"string"},"countryName":{"type":"string"}}}},"securityDefinitions":{"key":{"type":"apiKey","in":"header","name":"X-ApiKey"}},"security":[{"key":[]}],"host":"api.clarivate.com","basePath":"/integration-api","schemes":["https"]}