How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Dow Jones RiskCenter Third Party Platform API

Manage third parties, their properties and their monitored entities inside Dow Jones RiskCenter — the third-party risk-management product in the Risk & Compliance family. This is the only write surface Dow Jones publishes a contract for: it creates, updates and deletes third parties and monitored entities and uploads files. Two beta versions are published side by side, 0.1 (19 operations) and 0.2 (22 operations, adding file upload/download and field-list lookups). It runs on its own host with its own token endpoint at auth-thirdparty.riskcenter.dowjones.com, not on api.dowjones.com.

Dow Jones RiskCenter Third Party Platform API is one of 8 APIs that Dow Jones Developer Platform publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Risk and Compliance, Screening, Third Party Risk, and Compliance. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 22 operations across 18 paths, organized into 10 resource areas, and defines 71 schemas. It is described by OpenAPI 3.0.1, at version v0.2-beta.

Requests are made against a single base URL, https://api-thirdparty.riskcenter.dowjones.com/.

22 operations 18 paths 71 schemas 2 DELETE14 GET1 PATCH3 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
v0.2-beta
Base URL
https://api-thirdparty.riskcenter.dowjones.com
Authentication
API Key
Resource Areas
10

Authentication & Security 1

Dow Jones RiskCenter Third Party Platform API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (oauth2).

  • oauth2 — Standard Authorization header using the Bearer scheme. Example: "bearer {token}"

Paths & Operations 22

Across 18 paths, the API surfaces 22 operations — 2 DELETE, 14 GET, 1 PATCH, 3 POST, 2 PUT. They span 10 resource areas: BusinessUnit, Field, File, Group, List, Process, ThirdParty, ThirdPartyProperties, ThirdPartyScreening, ThirdPartyScreeningTypes. Each is listed below with its method, path, parameters, and response codes.

BusinessUnit 1
GET
/business-units
Retrieves all business units
GetBusinessUnits → 200401400
Field 2
GET
/third-parties/properties/fields
Retrieves all fields (optional filter)
GetFields 2 params → 200401400
GET
/third-parties/properties/fields/{id}/list
Get a List relationship for a Field
GetFieldList 2 params → 200404400401
File 2
GET
/files/{fileId}
Downloads a file.
1 param → 200404400401
POST
/files
Uploads a file.
body → 200400401
Group 1
GET
/groups
Retrieves all groups (optional paging)
GetGroups 2 params → 200401400
List 2
GET
/lists
Retrieves all lists
GetLists 2 params → 200401400
GET
/lists/{id}
Retrieves a list by id
GetList 2 params → 200400401404
Process 1
GET
/third-parties/processes
Retrieves all processes (optional paging)
GetProcesses 2 params → 200401400
ThirdParty 5
POST
/third-parties
Creates a new third party
PostThirdParty body → 200400401
GET
/third-parties
Retrieves all third-parties (optional filter)
GetThirdParties 9 params → 200400401
PATCH
/third-parties/{id}
Updates an existing third party
PatchThirdParty 1 param body → 200400404401
DELETE
/third-parties/{id}
Deletes a third party
DeleteThirdParty 1 param → 200400404401
GET
/third-parties/{id}
Retrieves a third party by id
GetThirdParty 1 param → 200400404401
ThirdPartyProperties 3
GET
/third-parties/{thirdpartyid}/properties
Retrieves all properties for a third party (optional filter)
GetThirdPartyProperties 2 params → 200401400404
PUT
/third-parties/{thirdpartyid}/properties/{id}
Updates a property
PutThirdPartyProperties 2 params body → 200401400409
PUT
/third-parties/{thirdpartyid}/properties/batch-update
Updates multiple properties
PutBatchThirdPartyProperties 1 param body → 200401400409
ThirdPartyScreening 3
GET
/third-parties/{thirdpartyid}/monitored-entities
Retrieves all monitored entities for the given third party (optional paging)
GetMonitoredEntities 3 params → 200401400404
POST
/third-parties/{thirdpartyid}/monitored-entities
Adds a new monitored entity
PostMonitoredEntities 1 param body → 200400401
DELETE
/third-parties/{thirdpartyid}/monitored-entities/{id}
Removes a monitored entity
DeleteMonitoredEntities 2 params → 200401404
ThirdPartyScreeningTypes 2
GET
/third-parties/monitored-entities/id-types
Retrieves all monitored entity id types
GetMonitoredEntitiesIdTypes → 200401
GET
/third-parties/monitored-entities/types
Retrieves all monitored entity types
GetMonitoredEntitiesEntityTypes → 200401

Schemas 71

The contract defines 71 schemas that model the data the API accepts and returns. The most detailed are Field (12 properties), ThirdPartyScreeningEntity (10 properties), ThirdParty (8 properties), Column (7 properties). Each schema is shown below with its type and property counts.

BusinessUnit
object
2 properties
Column
object
7 properties
ErrorModelV2
object
Updated Error model
4 properties
ErrorResponseModelV2
object
Updated Error Response Model
1 property
Field
object
12 properties
FieldList
object
3 properties
FieldListItem
object
2 properties
FileItem
object
2 properties
Group
object
1 property
IdType
object
1 property
List
object
2 properties
ListName
object
1 property
ListRow
object
2 properties
PagingMeta
object
1 property
Process
object
1 property
RelationshipData
object
2 properties
RelationshipLinks
object
2 properties
ReponseRelationship
object
2 properties
RequestDataPropertyBatchUpdate
object
3 properties 2 required
RequestDataPropertyUpdate
object
3 properties 2 required
RequestDataThirdParty
object
2 properties 1 required
RequestDataThirdPartyPatch
object
3 properties 2 required
RequestDataThirdPartyScreeningCreate
object
2 properties 1 required
RequestPropertyBatchUpdate
object
1 property
RequestPropertyUpdate
object
1 property
RequestThirdParty
object
1 property
RequestThirdPartyPatch
object
1 property 1 required
RequestThirdPartyScreeningCreate
object
1 property
ResonseDataFieldRelationships
object
1 property
ResponseBusinessUnit
object
1 property
ResponseDataBusinessUnit
object
3 properties
ResponseDataField
object
4 properties
ResponseDataFile
object
3 properties
ResponseDataGroup
object
3 properties
ResponseDataList
object
3 properties
ResponseDataLists
object
3 properties
ResponseDataProcess
object
3 properties
ResponseDataProperties
object
3 properties
ResponseDataProperty
object
3 properties
ResponseDataScreeningIdType
object
3 properties
ResponseDataScreeningType
object
3 properties
ResponseDataThirdParties
object
3 properties
ResponseDataThirdParty
object
3 properties
ResponseDataThirdPartyScreeningEntities
object
3 properties
ResponseDataThirdPartyScreeningEntity
object
3 properties
ResponseField
object
2 properties
ResponseFile
object
1 property
ResponseGroup
object
3 properties
ResponseLinks
object
2 properties
ResponseList
object
1 property
ResponseLists
object
3 properties
ResponseMeta
object
1 property
ResponseProcess
object
3 properties
ResponseProperties
object
1 property
ResponseProperty
object
1 property
ResponseScreeningIdType
object
1 property
ResponseScreeningType
object
1 property
ResponseThirdParties
object
3 properties
ResponseThirdParty
object
1 property
ResponseThirdPartyScreeningEntities
object
3 properties
ResponseThirdPartyScreeningEntity
object
1 property
ScreeningIdentificationDetails
object
2 properties
ScreeningMatchResults
object
5 properties
TableDefinition
object
1 property
ThirdParty
object
8 properties
ThirdPartyPatch
object
7 properties
ThirdPartyProperty
object
3 properties
ThirdPartyPropertyUpdate
object
3 properties
ThirdPartyScreeningEntity
object
10 properties
ThirdPartyScreeningEntityCreate
object
6 properties
Type
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

dow-jones-developer-platform-riskcenter-third-party-api-0-2-openapi.yml Raw ↑

Other APIs Dow Jones Developer Platform publishes across the network.

Dow Jones Developer Platform
Dow Jones Newswires Real-Time API
Dow Jones Newswires Top Stories API
Dow Jones Calendar Live API
Factiva Content API
Factiva Newsletters API
Factiva Developer Kit (SOAP)
Where this information came from

This is an independent, third-party profile of Dow Jones RiskCenter Third Party Platform API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.