Dow Jones Risk and Compliance Screening and Monitoring API

APIs for screening and monitoring third parties against Dow Jones Risk & Compliance data.

Operations 25

GET /risk-entity-screening-associations Retrieves all associations #
POST /risk-entity-screening-associations Adds a new association #
GET /risk-entity-screening-associations/{association_id} Retrieves an association by ID #
DELETE /risk-entity-screening-associations/{association_id} Removes an association #
PATCH /risk-entity-screening-associations/{association_id} Modifies an association #
GET /risk-entity-screening-cases Retrieves all cases #
POST /risk-entity-screening-cases Adds a new case #
POST /risk-entity-screening-cases/bulk-associations Adds a new case with all associations. Returns a new transaction id of this operation #
POST /risk-entity-screening-cases/{case_id}/bulk-associations Creates a batch of associations and correlates them with the given case. Returns a new transaction ID of this operation #
GET /risk-entity-screening-cases/{case_id}/bulk-associations/{transaction_id} Gets status of a bulk transaction #
GET /risk-entity-screening-cases/{case_id} Retrieves a case by ID #
DELETE /risk-entity-screening-cases/{case_id} Removes a case #
PATCH /risk-entity-screening-cases/{case_id} Modifies a case #
GET /risk-entity-screening-cases/{case_id}/matches Finds persons/entities matching search criteria given case ID #
GET /risk-entity-screening-cases/{case_id}/matches/{match_id} Retrieves a single match by ID #
PATCH /risk-entity-screening-cases/{case_id}/matches/{match_id} Adds a feedback to a Match #
PATCH /risk-entity-screening-cases/{case_id}/bulk-match-update Adds a feedback to a list of matches #
GET /risk-entity-screening-cases/{case_id}/risk-entity-screening-associations Finds the associations of a given case ID #
POST /risk-entity-screening-cases/{case_id}/risk-entity-screening-associations Adds one or more associations to a given case ID #
POST /risk-entity-screening-cases/{case_id}/risk-entity-screening-associations/delete Decorrelate a bulk of associations from a case #
DELETE /risk-entity-screening-cases/{case_id}/risk-entity-screening-associations/{association_id} Decorrelate a single association from a case #
GET /risk-entity-screening-cases/{case_id}/transactions/{transaction_id} Gets status of a transaction by Case and Id #
GET /risk-entity-screening-transactions/{transaction_id} Gets status of a transaction #
POST /risk-entity-screening-cases/validate-bulk-associations Validates that a Shortcut Case payload does not have validation errors. Returns a valid "status" and information about any errors that might be in the request #
POST /risk-entity-screening-cases/{case_id}/validate-bulk-associations Validates that a Shortcut Associations payload does not have validation errors. Returns a valid "status" and information about any errors that might be in the request #

Documentation

📖
Documentation
https://developer.dowjones.com/documents/site-docs-risk_and_compliance_apis-screening_and_monitoring_api-batch_screening_api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-risk_and_compliance_apis-screening_and_monitoring_api-batch_screening_api_private_list
📖
Documentation
https://developer.dowjones.com/documents/site-docs-risk_and_compliance_apis-advanced-screening-and-monitoring-api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-risk_and_compliance_apis-risk_and_compliance_2_0-risk_search_api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-risk_and_compliance_apis-risk_and_compliance_2_0-risk_profiles_api-risk_and_compliance_profiles
📖
Documentation
https://developer.dowjones.com/documents/site-docs-risk_and_compliance_apis-risk_and_compliance_2_0-risk_taxonomy_api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-risk_and_compliance_apis-risk_and_compliance_2_0-risk_profiles_api-profile_history_api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-risk_and_compliance_apis-due_diligence_reports_api-risk_reports_api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-risk_and_compliance_apis-third_party_api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-newswires_apis-dow_jones_newswires_real_time_api-real_time_search_api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-newswires_apis-dow_jones_newswires_top_stories_api-top_stories_api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-newswires_apis-dow_jones_financial_calendars_api-financial_calendars_api
📖
Documentation
https://developer.dowjones.com/documents/site-docs-newswires_apis
📖
Documentation
https://developer.dowjones.com/documents/factiva_integration-factiva_workflow_toolkit-endpoints-get_article
📖
Documentation
https://developer.dowjones.com/documents/factiva_integration-factiva_workflow_toolkit-endpoints-newsletters-newsletters
📖
Documentation
https://developer.dowjones.com/documents/site-docs-factiva_apis-factiva_workflow_apis_rest-factiva_news_search-news_radar_api-news_radar

Specifications

Other Resources

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/dow-jones-risk-and-compliance-screening-and-monitoring-api"
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

dow-jones-risk-and-compliance-screening-and-monitoring-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Risk and Compliance Screening and Monitoring API
  description: 'RESTful API that enables your client application to screen and monitor

    third parties (individuals and entities) against Dow Jones Risk &

    Compliance data. Supports cases, associations, matches, and bulk operations.

    '
  contact:
    name: Dow Jones
  license:
    name: A RESTful API that enables your client application to screen and monitor third parties - individuals and entities - against Dow Jones Risk & Compliance data.
  version: v7.3
servers:
- url: https://api.dowjones.com
- url: https://eu.api.dowjones.com
tags:
- name: Risk and Compliance Screening and Monitoring
  description: APIs for screening and monitoring third parties against Dow Jones Risk & Compliance data.
paths:
  /risk-entity-screening-associations:
    get:
      tags:
      - Risk and Compliance Screening and Monitoring
      summary: Retrieves all associations
      description: Retrieves all associations for the account with optional filters and pagination.
      operationId: getAssociationsUsingGET
      parameters:
      - name: page[offset]
        in: query
        description: Page offset.
        required: false
        schema:
          type: integer
          format: int32
          default: 0
      - name: page[limit]
        in: query
        description: Page limit.
        required: false
        schema:
          type: integer
          format: int32
          default: 100
      - name: filter[correlated]
        in: query
        description: Filters associations by if they are correlated or not to any case.
        required: false
        schema:
          type: string
          enum:
          - 'true'
          - 'false'
          - any
      - name: Accept-Encoding
        in: header
        description: Which encoding the user accepts for the response body. The API supports compression for response body if this header is set to "gzip" and the payload exceeds the threshold of 8MB
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/vnd.dowjones.dna.risk-entity-screening-associations.v_1.0+json:
              schema:
                $ref: '#/components/schemas/ResponseListAssociation'
              example:
                data:
                - attributes:
                    gender: MALE
                    country: USA
                    record_type: PERSON
                    names:
                    - name_type: PRIMARY
                      first_name: John
                      middle_name: Michael
                      last_name: Doe
                    identification_details: {}
                    timestamp: '2025-01-15T12:00:00'
                    year_of_birth: 1970
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.example.com/risk-entity-screening-associations/00000000-0000-0000-0000-000000000001
                  id: 00000000-0000-0000-0000-000000000001
                - attributes:
                    country: USA
                    record_type: ENTITY
                    names:
                    - name_type: PRIMARY
                      single_string_name: Acme Corp
                    identification_details:
                      type: 1006
                      value: Duns123
                    external_id: ext-001
                    timestamp: '2025-01-15T12:00:00'
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.example.com/risk-entity-screening-associations/00000000-0000-0000-0000-000000000002
                  id: 00000000-0000-0000-0000-000000000002
                links:
                  first: https://api.example.com/risk-entity-screening-associations?page[limit]=100&filter[correlated]=false&page[offset]=0
                  last: https://api.example.com/risk-entity-screening-associations?page[limit]=100&filter[correlated]=false&page[offset]=0
                meta:
                  count: 2
                  offset:
                    first: '0'
                    last: '0'
                  total_count: 2
            application/vnd.dowjones.dna.risk-entity-screening-associations.v_1.1+json:
              schema:
                $ref: '#/components/schemas/ResponseListAssociation'
              example:
                data:
                - attributes:
                    gender: MALE
                    country: USA
                    record_type: PERSON
                    names:
                    - name_type: PRIMARY
                      first_name: John
                      middle_name: Michael
                      last_name: Doe
                    identification_details: {}
                    timestamp: '2025-01-15T12:00:00'
                    year_of_birth: 1970
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.example.com/risk-entity-screening-associations/00000000-0000-0000-0000-000000000001
                  id: 00000000-0000-0000-0000-000000000001
                - attributes:
                    record_type: ENTITY
                    names:
                    - name_type: PRIMARY
                      single_string_name: Acme Corp
                    identification_details:
                      type: 1006
                      value: Duns123
                    external_id: ext-001
                    timestamp: '2025-01-15T12:00:00'
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.example.com/risk-entity-screening-associations/00000000-0000-0000-0000-000000000002
                  id: 00000000-0000-0000-0000-000000000002
                links:
                  last: https://api.example.com/risk-entity-screening-associations?page[limit]=20&page[offset]=0
                  first: https://api.example.com/risk-entity-screening-associations?page[limit]=20&page[offset]=0
                meta:
                  count: 2
                  offset:
                    last: '0'
                    first: '0'
                  total_count: 2
            application/vnd.dowjones.dna.risk-entity-screening-associations.v_2.0+json:
              schema:
                $ref: '#/components/schemas/ResponseListAssociationV20'
              example:
                data:
                - attributes:
                    gender: MALE
                    country: USA
                    record_type: PERSON
                    names:
                    - name_type: PRIMARY
                      first_name: John
                      middle_name: Michael
                      last_name: Doe
                    identification_details: {}
                    timestamp: '2025-01-15T12:00:00'
                    year_of_birth:
                      specific_year: 1970
                    is_deceased: false
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.example.com/risk-entity-screening-associations/00000000-0000-0000-0000-000000000001
                  id: 00000000-0000-0000-0000-000000000001
                - attributes:
                    country: UK
                    record_type: PERSON
                    names:
                    - name_type: PRIMARY
                      first_name: Jane
                      last_name: Smith
                    identification_details: {}
                    timestamp: '2025-01-15T12:00:00'
                    year_of_birth:
                      from: 1980
                      to: 1985
                    gender: FEMALE
                    external_id: ext-002
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.example.com/risk-entity-screening-associations/00000000-0000-0000-0000-000000000002
                  id: 00000000-0000-0000-0000-000000000002
                - attributes:
                    country: USA
                    record_type: ENTITY
                    names:
                    - name_type: PRIMARY
                      single_string_name: Acme Corp
                    identification_details:
                      type: 1006
                      value: Duns123
                    external_id: ext-003
                    timestamp: '2025-01-15T12:00:00'
                    industry_sector: Technology
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.example.com/risk-entity-screening-associations/00000000-0000-0000-0000-000000000003
                  id: 00000000-0000-0000-0000-000000000003
                links:
                  first: https://api.example.com/risk-entity-screening-associations?page[limit]=20&page[offset]=0
                  last: https://api.example.com/risk-entity-screening-associations?page[limit]=20&page[offset]=0
                meta:
                  count: 3
                  offset:
                    last: '0'
                    first: '0'
                  total_count: 3
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseListAssociation'
              example:
                data:
                - attributes:
                    gender: MALE
                    country: USA
                    record_type: PERSON
                    names:
                    - name_type: PRIMARY
                      first_name: John
                      middle_name: Michael
                      last_name: Doe
                    identification_details: {}
                    timestamp: '2025-01-15T12:00:00'
                    year_of_birth: 1970
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.example.com/risk-entity-screening-associations/00000000-0000-0000-0000-000000000001
                  id: 00000000-0000-0000-0000-000000000001
                - attributes:
                    country: USA
                    record_type: ENTITY
                    names:
                    - name_type: PRIMARY
                      single_string_name: Acme Corp
                    identification_details:
                      type: 1006
                      value: Duns123
                    external_id: ext-001
                    timestamp: '2025-01-15T12:00:00'
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.example.com/risk-entity-screening-associations/00000000-0000-0000-0000-000000000002
                  id: 00000000-0000-0000-0000-000000000002
                links:
                  first: https://api.example.com/risk-entity-screening-associations?page[limit]=100&filter[correlated]=false&page[offset]=0
                  last: https://api.example.com/risk-entity-screening-associations?page[limit]=100&filter[correlated]=false&page[offset]=0
                meta:
                  count: 2
                  offset:
                    first: '0'
                    last: '0'
                  total_count: 2
        '401':
          description: Unauthorized
          content: {}
        '403':
          description: Forbidden
          content: {}
      security:
      - bearerAuth: []
    post:
      tags:
      - Risk and Compliance Screening and Monitoring
      summary: Adds a new association
      description: 'Creates a new risk-entity-screening association for the account.

        When using versioned media types, the Accept and Content-Type headers must use the same version; otherwise the API returns 406 Not Acceptable.

        '
      operationId: postAssociationUsingPOST
      parameters:
      - name: Accept-Encoding
        in: header
        description: Which encoding the user accepts for the response body. The API supports compression for response body if this header is set to "gzip" and the payload exceeds the threshold of 8MB
        required: false
        schema:
          type: string
      - name: Content-Encoding
        in: header
        description: Which encoding the request body is being sent. The API supports gzip encoding for request body.
        required: false
        schema:
          type: string
      requestBody:
        description: request
        content:
          application/vnd.dowjones.dna.risk-entity-screening-associations.v_1.0+json:
            schema:
              $ref: '#/components/schemas/RequestAssociation'
            example:
              data:
                attributes:
                  record_type: PERSON
                  names:
                  - name_type: PRIMARY
                    first_name: John
                    last_name: Doe
                  identification_details:
                    type: 1023
                    value: Passport123
                  year_of_birth: 1970
                  country: USA
                  external_id: ext-001
                type: risk-entity-screening-associations
          application/vnd.dowjones.dna.risk-entity-screening-associations.v_1.1+json:
            schema:
              $ref: '#/components/schemas/RequestAssociationV11'
            example:
              data:
                attributes:
                  record_type: PERSON
                  names:
                  - name_type: PRIMARY
                    first_name: John
                    last_name: Doe
                  identification_details:
                    type: 1023
                    value: Passport123
                  year_of_birth: 1970
                  country: USA
                  external_id: ext-001
                type: risk-entity-screening-associations
          application/vnd.dowjones.dna.risk-entity-screening-associations.v_2.0+json:
            schema:
              $ref: '#/components/schemas/RequestAssociationV20'
            example:
              data:
                attributes:
                  record_type: PERSON
                  names:
                  - name_type: PRIMARY
                    first_name: John
                    last_name: Doe
                  identification_details:
                    type: 1023
                    value: Passport123
                  year_of_birth:
                    from: 1968
                    to: 1972
                  country: USA
                  external_id: ext-001
                type: risk-entity-screening-associations
          application/json:
            schema:
              $ref: '#/components/schemas/RequestAssociation'
            example:
              data:
                attributes:
                  record_type: PERSON
                  names:
                  - name_type: PRIMARY
                    first_name: John
                    last_name: Doe
                  identification_details:
                    type: 1023
                    value: Passport123
                  year_of_birth: 1970
                  country: USA
                  external_id: ext-001
                type: risk-entity-screening-associations
        required: true
      responses:
        '201':
          description: Created
          content:
            application/vnd.dowjones.dna.risk-entity-screening-associations.v_1.0+json:
              schema:
                $ref: '#/components/schemas/ResponseAssociation'
              example:
                data:
                  attributes:
                    country: USA
                    record_type: PERSON
                    names:
                    - name_type: PRIMARY
                      first_name: John
                      last_name: Doe
                    identification_details:
                      type: 1023
                      value: Passport123
                    external_id: ext-001
                    timestamp: '2025-01-15T12:00:00'
                    year_of_birth: 1970
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.example.com/risk-entity-screening-associations/00000000-0000-0000-0000-000000000001
                  id: 00000000-0000-0000-0000-000000000001
            application/vnd.dowjones.dna.risk-entity-screening-associations.v_1.1+json:
              schema:
                $ref: '#/components/schemas/ResponseAssociation'
              example:
                data:
                  attributes:
                    country: USA
                    record_type: PERSON
                    names:
                    - name_type: PRIMARY
                      first_name: John
                      last_name: Doe
                    identification_details:
                      type: 1023
                      value: Passport123
                    external_id: ext-001
                    timestamp: '2025-01-15T12:00:00'
                    year_of_birth: 1970
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.example.com/risk-entity-screening-associations/00000000-0000-0000-0000-000000000001
                  id: 00000000-0000-0000-0000-000000000001
            application/vnd.dowjones.dna.risk-entity-screening-associations.v_2.0+json:
              schema:
                $ref: '#/components/schemas/ResponseAssociationV20'
              example:
                data:
                  attributes:
                    country: USA
                    record_type: PERSON
                    names:
                    - name_type: PRIMARY
                      first_name: John
                      last_name: Doe
                    identification_details:
                      type: 1023
                      value: Passport123
                    external_id: ext-001
                    timestamp: '2025-01-15T12:00:00'
                    year_of_birth:
                      from: 1968
                      to: 1972
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.example.com/risk-entity-screening-associations/00000000-0000-0000-0000-000000000001
                  id: 00000000-0000-0000-0000-000000000001
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseAssociation'
              example:
                data:
                  attributes:
                    country: USA
                    record_type: PERSON
                    names:
                    - name_type: PRIMARY
                      first_name: John
                      last_name: Doe
                    identification_details:
                      type: 1023
                      value: Passport123
                    external_id: ext-001
                    timestamp: '2025-01-15T12:00:00'
                    year_of_birth: 1970
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.example.com/risk-entity-screening-associations/00000000-0000-0000-0000-000000000001
                  id: 00000000-0000-0000-0000-000000000001
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/JsonError'
        '401':
          description: Unauthorized
          content: {}
        '403':
          description: Forbidden
          content: {}
      security:
      - bearerAuth: []
  /risk-entity-screening-associations/{association_id}:
    get:
      tags:
      - Risk and Compliance Screening and Monitoring
      summary: Retrieves an association by ID
      description: Returns a single association by its ID.
      operationId: getAssociationUsingGET
      parameters:
      - name: Accept-Encoding
        in: header
        description: Which encoding the user accepts for the response body. The API supports compression for response body if this header is set to "gzip" and the payload exceeds the threshold of 8MB
        required: false
        schema:
          type: string
      - name: association_id
        in: path
        description: Id of the Association.
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/vnd.dowjones.dna.risk-entity-screening-associations.v_1.0+json:
              schema:
                $ref: '#/components/schemas/ResponseAssociation'
              example:
                data:
                  attributes:
                    country: USA
                    record_type: PERSON
                    names:
                    - name_type: PRIMARY
                      first_name: John
                      last_name: Doe
                    identification_details:
                      type: 1023
                      value: Passport123
                    external_id: ext-001
                    timestamp: '2026-02-11T17:21:42'
                    year_of_birth: 1970
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.dowjones.io/risk-entity-screening-associations/00000000-0000-0000-0000-000000000001
                  id: 00000000-0000-0000-0000-000000000001
            application/vnd.dowjones.dna.risk-entity-screening-associations.v_1.1+json:
              schema:
                $ref: '#/components/schemas/ResponseAssociation'
              example:
                data:
                  attributes:
                    country: USA
                    record_type: PERSON
                    names:
                    - name_type: PRIMARY
                      first_name: John
                      last_name: Doe
                    identification_details:
                      type: 1023
                      value: Passport123
                    external_id: ext-001
                    timestamp: '2026-02-11T17:21:42'
                    year_of_birth: 1970
                    gender: MALE
                    is_deceased: false
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.dowjones.io/risk-entity-screening-associations/00000000-0000-0000-0000-000000000001
                  id: 00000000-0000-0000-0000-000000000001
            application/vnd.dowjones.dna.risk-entity-screening-associations.v_2.0+json:
              schema:
                $ref: '#/components/schemas/ResponseAssociationV20'
              example:
                data:
                  attributes:
                    country: USA
                    record_type: PERSON
                    names:
                    - name_type: PRIMARY
                      first_name: John
                      last_name: Doe
                    identification_details:
                      type: 1023
                      value: Passport123
                    external_id: ext-001
                    timestamp: '2026-02-11T17:21:42'
                    year_of_birth:
                      specific_year: 1970
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.dowjones.io/risk-entity-screening-associations/00000000-0000-0000-0000-000000000001
                  id: 00000000-0000-0000-0000-000000000001
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseAssociation'
              example:
                data:
                  attributes:
                    country: USA
                    record_type: PERSON
                    names:
                    - name_type: PRIMARY
                      first_name: John
                      last_name: Doe
                    identification_details:
                      type: 1023
                      value: Passport123
                    external_id: ext-001
                    timestamp: '2026-02-11T17:21:42'
                    year_of_birth: 1970
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.dowjones.io/risk-entity-screening-associations/00000000-0000-0000-0000-000000000001
                  id: 00000000-0000-0000-0000-000000000001
        '401':
          description: Unauthorized
          content: {}
        '403':
          description: Forbidden
          content: {}
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/JsonError'
      security:
      - bearerAuth: []
    delete:
      tags:
      - Risk and Compliance Screening and Monitoring
      summary: Removes an association
      description: Deletes an association by ID. Returns 204 No Content on success.
      operationId: deleteAssociationUsingDELETE
      parameters:
      - name: association_id
        in: path
        description: Id of the association.
        required: true
        schema:
          type: string
      responses:
        '204':
          description: No Content
          content: {}
        '401':
          description: Unauthorized
          content: {}
        '403':
          description: Forbidden
          content: {}
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/JsonError'
        '422':
          description: Unprocessable Entity
          content: {}
      security:
      - bearerAuth: []
    patch:
      tags:
      - Risk and Compliance Screening and Monitoring
      summary: Modifies an association
      description: Partially updates an association. Returns a transaction for async status.
      operationId: patchAssociationUsingPATCH
      parameters:
      - name: Accept-Encoding
        in: header
        description: Which encoding the user accepts for the response body. The API supports compression for response body if this header is set to "gzip" and the payload exceeds the threshold of 8MB
        required: false
        schema:
          type: string
      - name: Content-Encoding
        in: header
        description: Which encoding the request body is being sent. The API supports gzip encoding for request body.
        required: false
        schema:
          type: string
      - name: association_id
        in: path
        description: Id of the association.
        required: true
        schema:
          type: string
      requestBody:
        description: request
        content:
          application/vnd.dowjones.dna.risk-entity-screening-associations.v_1.0+json:
            schema:
              $ref: '#/components/schemas/RequestAssociation'
            example:
              data:
                attributes:
                  record_type: PERSON
                  names:
                  - name_type: PRIMARY
                    first_name: John
                    middle_name: Michael
                    last_name: Doe
                    prefix: Mr
                    suffix: Jr
                  identification_details:
                    type: 1023
                    value: Passport123
                  gender: MALE
                  country: USA
                  year_of_birth: 1970
                  external_id: ext-001
                type: risk-entity-screening-associations
          application/vnd.dowjones.dna.risk-entity-screening-associations.v_1.1+json:
            schema:
              $ref: '#/components/schemas/RequestAssociationV11'
            example:
              data:
                attributes:
                  record_type: PERSON
                  names:
                  - name_type: PRIMARY
                    first_name: John
                    middle_name: Michael
                    last_name: Doe
                    prefix: Mr
                    suffix: Jr
                  identification_details:
                    type: 1023
                    value: Passport123
                  gender: MALE
                  country: USA
                  year_of_birth: 1970
                  external_id: ext-001
                type: risk-entity-screening-associations
          application/vnd.dowjones.dna.risk-entity-screening-associations.v_2.0+json:
            schema:
              $ref: '#/components/schemas/RequestAssociationV20'
            example:
              data:
                attributes:
                  record_type: PERSON
                  names:
                  - name_type: PRIMARY
                    first_name: John
                    middle_name: Michael
                    last_name: Doe
                    prefix: Mr
                    suffix: Jr
                  identification_details:
                    type: 1023
                    value: Passport123
                  gender: MALE
                  country: USA
                  year_of_birth:
                    specific_year: 1970
                  external_id: ext-001
                type: risk-entity-screening-associations
          application/json:
            schema:
              $ref: '#/components/schemas/RequestAssociation'
            example:
              data:
                attributes:
                  record_type: PERSON
                  names:
                  - name_type: PRIMARY
                    first_name: John
                    middle_name: Michael
                    last_name: Doe
                    prefix: Mr
                    suffix: Jr
                  identification_details:
                    type: 1023
                    value: Passport123
                  gender: MALE
                  country: USA
                  year_of_birth: 1970
                  external_id: ext-001
                type: risk-entity-screening-associations
        required: true
      responses:
        '202':
          description: Accepted
          content:
            application/vnd.dowjones.dna.risk-entity-screening-associations.v_1.0+json:
              schema:
                $ref: '#/components/schemas/ResponsePatchAssociation'
              example:
                data:
                  attributes:
                    gender: MALE
                    country: USA
                    record_type: PERSON
                    names:
                    - prefix: Mr
                      suffix: Jr
                      name_type: PRIMARY
                      first_name: John
                      middle_name: Michael
                      last_name: Doe
                    identification_details:
                      type: 1023
                      value: Passport123
                    external_id: ext-001
                    timestamp: '2026-02-12T12:02:30'
                    updated: '2026-02-12T12:04:51.334281'
                    year_of_birth: 1970
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.dowjones.io/risk-entity-screening-associations/00000000-0000-0000-0000-000000000001
                  id: 00000000-0000-0000-0000-000000000001
            application/vnd.dowjones.dna.risk-entity-screening-associations.v_1.1+json:
              schema:
                $ref: '#/components/schemas/ResponsePatchAssociation'
              example:
                data:
                  attributes:
                    gender: MALE
                    country: USA
                    record_type: PERSON
                    names:
                    - prefix: Mr
                      suffix: Jr
                      name_type: PRIMARY
                      first_name: John
                      middle_name: Michael
                      last_name: Doe
                    identification_details:
                      type: 1023
                      value: Passport123
                    external_id: ext-001
                    timestamp: '2026-02-12T12:02:30'
                    updated: '2026-02-12T12:04:51.334281'
                    year_of_birth: 1970
                    is_deceased: false
                  type: risk-entity-screening-associations
                  links:
                    self: https://api.dowjones.io/risk-entity-screening-associations/00000000-0000-0000-0000-000000000001
                  id: 00000000-0000-0000-0000-000000000001
            application/vnd.dowjones.dna.risk-entity-screening-associations.v_2.0+json:
            

# --- truncated at 32 KB (298 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/dow-jones/refs/heads/main/openapi/dow-jones-risk-and-compliance-screening-and-monitoring-api-openapi.yml