Plaid Watchlist Screening API

Plaid Watchlist Screening API is a tool that helps companies comply with regulations by screening individuals and entities against various watchlists and sanctions lists. This API allows businesses to easily check if a customer or transaction is associated with any known criminal or illicit activities, helping them mitigate risks and ensure they are not inadvertently doing business with sanctioned individuals or entities. The API is easy to integrate into existing systems and provides real-time results, allowing businesses to make informed decisions quickly and efficiently. Overall, Plaid Watchlist Screening API helps companies maintain compliance and uphold their reputation by reducing the potential for illegal activity.

OpenAPI Specification

plaid-watchlist-screening--openapi-original.yml Raw ↑
openapi: 3.0.0
servers:
  - description: Production
    url: https://production.plaid.com
  - description: Development
    url: https://development.plaid.com
  - description: Sandbox
    url: https://sandbox.plaid.com
info:
  title: 'Plaid watchlist screening/'
  version: 2020-09-14_1.517.0
  description: Needs description.
  contact:
    name: Plaid Developer Team
    url: https://plaid.com
  termsOfService: https://plaid.com/legal/
tags:
  - name: Plaid
security:
  - clientId: []
    secret: []
    plaidVersion: []
paths:
  /watchlist_screening/entity/create:
    x-plaid-business-unit-context: BUSINESS_UNIT_PLAID
    post:
      summary: Plaid Create a watchlist screening for an entity
      operationId: watchlistScreeningEntityCreate
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/WatchlistScreeningEntityCreateResponse'
              examples:
                example-1:
                  value:
                    id: entscr_52xR9LKo77r1Np
                    search_terms:
                      entity_watchlist_program_id: entprg_2eRPsDnL66rZ7H
                      legal_name: Al-Qaida
                      document_number: C31195855
                      email_address: [email protected]
                      country: US
                      phone_number: '+14025671234'
                      url: https://example.com
                      version: 1
                    assignee: 54350110fedcbaf01234ffee
                    status: cleared
                    client_user_id: your-db-id-3b24110
                    audit_trail:
                      source: dashboard
                      dashboard_user_id: 54350110fedcbaf01234ffee
                      timestamp: '2020-07-24T03:26:02Z'
                    request_id: saKrIBuEB9qJZng
      description: >-
        Create a new entity watchlist screening to check your customer against
        watchlists defined in the associated entity watchlist program. If your
        associated program has ongoing screening enabled, this is the profile
        information that will be used to monitor your customer over time.
      tags:
        - Plaid
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/WatchlistScreeningEntityCreateRequest'
        required: true
      externalDocs:
        url: /api/products/monitor/#watchlist_screeningentitycreate
  /watchlist_screening/entity/get:
    x-plaid-business-unit-context: BUSINESS_UNIT_PLAID
    post:
      summary: Plaid Get an entity screening
      tags:
        - Plaid
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/WatchlistScreeningEntityGetResponse'
              examples:
                example-1:
                  value:
                    id: entscr_52xR9LKo77r1Np
                    search_terms:
                      entity_watchlist_program_id: entprg_2eRPsDnL66rZ7H
                      legal_name: Al-Qaida
                      document_number: C31195855
                      email_address: [email protected]
                      country: US
                      phone_number: '+14025671234'
                      url: https://example.com
                      version: 1
                    assignee: 54350110fedcbaf01234ffee
                    status: cleared
                    client_user_id: your-db-id-3b24110
                    audit_trail:
                      source: dashboard
                      dashboard_user_id: 54350110fedcbaf01234ffee
                      timestamp: '2020-07-24T03:26:02Z'
                    request_id: saKrIBuEB9qJZng
      operationId: watchlistScreeningEntityGet
      description: Retrieve an entity watchlist screening.
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/WatchlistScreeningEntityGetRequest'
        required: true
      externalDocs:
        url: /api/products/monitor/#watchlist_screeningentityget
  /watchlist_screening/entity/history/list:
    x-plaid-business-unit-context: BUSINESS_UNIT_PLAID
    post:
      summary: Plaid List history for entity watchlist screenings
      tags:
        - Plaid
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/WatchlistScreeningEntityHistoryListResponse
              examples:
                example-1:
                  value:
                    entity_watchlist_screenings:
                      - id: entscr_52xR9LKo77r1Np
                        search_terms:
                          entity_watchlist_program_id: entprg_2eRPsDnL66rZ7H
                          legal_name: Al-Qaida
                          document_number: C31195855
                          email_address: [email protected]
                          country: US
                          phone_number: '+14025671234'
                          url: https://example.com
                          version: 1
                        assignee: 54350110fedcbaf01234ffee
                        status: cleared
                        client_user_id: your-db-id-3b24110
                        audit_trail:
                          source: dashboard
                          dashboard_user_id: 54350110fedcbaf01234ffee
                          timestamp: '2020-07-24T03:26:02Z'
                    next_cursor: eyJkaXJlY3Rpb24iOiJuZXh0Iiwib2Zmc2V0IjoiMTU5NDM
                    request_id: saKrIBuEB9qJZng
      operationId: watchlistScreeningEntityHistoryList
      description: >-
        List all changes to the entity watchlist screening in
        reverse-chronological order. If the watchlist screening has not been
        edited, no history will be returned.
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/WatchlistScreeningEntityHistoryListRequest'
        required: true
      externalDocs:
        url: /api/products/monitor/#watchlist_screeningentityhistorylist
  /watchlist_screening/entity/hit/list:
    x-plaid-business-unit-context: BUSINESS_UNIT_PLAID
    post:
      summary: Plaid List hits for entity watchlist screenings
      tags:
        - Plaid
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/WatchlistScreeningEntityHitListResponse'
              examples:
                example-1:
                  value:
                    entity_watchlist_screening_hits:
                      - id: enthit_52xR9LKo77r1Np
                        review_status: pending_review
                        first_active: '2020-07-24T03:26:02Z'
                        inactive_since: '2020-07-24T03:26:02Z'
                        historical_since: '2020-07-24T03:26:02Z'
                        list_code: EU_CON
                        plaid_uid: uid_3NggckTimGSJHS
                        source_uid: 26192ABC
                        analysis:
                          documents: match
                          email_addresses: match
                          locations: match
                          names: match
                          phone_numbers: match
                          urls: match
                          search_terms_version: 1
                        data:
                          documents:
                            - analysis:
                                summary: match
                              data:
                                type: swift
                                number: C31195855
                          email_addresses:
                            - analysis:
                                summary: match
                              data:
                                email_address: [email protected]
                          locations:
                            - analysis:
                                summary: match
                              data:
                                full: Florida, US
                                country: US
                          names:
                            - analysis:
                                summary: match
                              data:
                                full: Al Qaida
                                is_primary: false
                                weak_alias_determination: none
                          phone_numbers:
                            - analysis:
                                summary: match
                              data:
                                type: phone
                                phone_number: '+14025671234'
                          urls:
                            - analysis:
                                summary: match
                              data:
                                url: https://example.com
                    next_cursor: eyJkaXJlY3Rpb24iOiJuZXh0Iiwib2Zmc2V0IjoiMTU5NDM
                    request_id: saKrIBuEB9qJZng
      operationId: watchlistScreeningEntityHitList
      description: List all hits for the entity watchlist screening.
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/WatchlistScreeningEntityHitListRequest'
        required: true
      externalDocs:
        url: /api/products/monitor/#watchlist_screeningentityhitlist
  /watchlist_screening/entity/list:
    x-plaid-business-unit-context: BUSINESS_UNIT_PLAID
    post:
      summary: Plaid List entity watchlist screenings
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/WatchlistScreeningEntityListResponse'
              examples:
                example-1:
                  value:
                    entity_watchlist_screenings:
                      - id: entscr_52xR9LKo77r1Np
                        search_terms:
                          entity_watchlist_program_id: entprg_2eRPsDnL66rZ7H
                          legal_name: Al-Qaida
                          document_number: C31195855
                          email_address: [email protected]
                          country: US
                          phone_number: '+14025671234'
                          url: https://example.com
                          version: 1
                        assignee: 54350110fedcbaf01234ffee
                        status: cleared
                        client_user_id: your-db-id-3b24110
                        audit_trail:
                          source: dashboard
                          dashboard_user_id: 54350110fedcbaf01234ffee
                          timestamp: '2020-07-24T03:26:02Z'
                    next_cursor: eyJkaXJlY3Rpb24iOiJuZXh0Iiwib2Zmc2V0IjoiMTU5NDM
                    request_id: saKrIBuEB9qJZng
      operationId: watchlistScreeningEntityList
      description: List all entity screenings.
      tags:
        - Plaid
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/WatchlistScreeningEntityListRequest'
        required: true
      externalDocs:
        url: /api/products/monitor/#watchlist_screeningentitylist
  /watchlist_screening/entity/program/get:
    x-plaid-business-unit-context: BUSINESS_UNIT_PLAID
    post:
      summary: Plaid Get entity watchlist screening program
      tags:
        - Plaid
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/WatchlistScreeningEntityProgramGetResponse
              examples:
                example-1:
                  value:
                    id: entprg_2eRPsDnL66rZ7H
                    created_at: '2020-07-24T03:26:02Z'
                    is_rescanning_enabled: true
                    lists_enabled:
                      - EU_CON
                    name: Sample Program
                    name_sensitivity: balanced
                    audit_trail:
                      source: dashboard
                      dashboard_user_id: 54350110fedcbaf01234ffee
                      timestamp: '2020-07-24T03:26:02Z'
                    is_archived: false
                    request_id: saKrIBuEB9qJZng
      operationId: watchlistScreeningEntityProgramGet
      description: Get an entity watchlist screening program
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/WatchlistScreeningEntityProgramGetRequest'
        required: true
      externalDocs:
        url: /api/products/monitor/#watchlist_screeningentityprogramget
  /watchlist_screening/entity/program/list:
    x-plaid-business-unit-context: BUSINESS_UNIT_PLAID
    post:
      summary: Plaid List entity watchlist screening programs
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/WatchlistScreeningEntityProgramListResponse
              examples:
                example-1:
                  value:
                    entity_watchlist_programs:
                      - id: entprg_2eRPsDnL66rZ7H
                        created_at: '2020-07-24T03:26:02Z'
                        is_rescanning_enabled: true
                        lists_enabled:
                          - EU_CON
                        name: Sample Program
                        name_sensitivity: balanced
                        audit_trail:
                          source: dashboard
                          dashboard_user_id: 54350110fedcbaf01234ffee
                          timestamp: '2020-07-24T03:26:02Z'
                        is_archived: false
                    next_cursor: eyJkaXJlY3Rpb24iOiJuZXh0Iiwib2Zmc2V0IjoiMTU5NDM
                    request_id: saKrIBuEB9qJZng
      operationId: watchlistScreeningEntityProgramList
      description: List all entity watchlist screening programs
      tags:
        - Plaid
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/WatchlistScreeningEntityProgramListRequest'
        required: true
      externalDocs:
        url: /api/products/monitor/#watchlist_screeningentityprogramlist
  /watchlist_screening/entity/review/create:
    x-plaid-business-unit-context: BUSINESS_UNIT_PLAID
    post:
      summary: Plaid Create a review for an entity watchlist screening
      operationId: watchlistScreeningEntityReviewCreate
      description: >-
        Create a review for an entity watchlist screening. Reviews are
        compliance reports created by users in your organization regarding the
        relevance of potential hits found by Plaid.
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/WatchlistScreeningEntityReviewCreateRequest'
        required: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/WatchlistScreeningEntityReviewCreateResponse
              examples:
                example-1:
                  value:
                    id: entrev_aCLNRxK3UVzn2r
                    confirmed_hits:
                      - enthit_52xR9LKo77r1Np
                    dismissed_hits:
                      - enthit_52xR9LKo77r1Np
                    comment: >-
                      These look like legitimate matches, rejecting the
                      customer.
                    audit_trail:
                      source: dashboard
                      dashboard_user_id: 54350110fedcbaf01234ffee
                      timestamp: '2020-07-24T03:26:02Z'
                    request_id: saKrIBuEB9qJZng
      tags:
        - Plaid
      externalDocs:
        url: /api/products/monitor/#watchlist_screeningentityreviewcreate
  /watchlist_screening/entity/review/list:
    x-plaid-business-unit-context: BUSINESS_UNIT_PLAID
    post:
      summary: Plaid List reviews for entity watchlist screenings
      tags:
        - Plaid
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/WatchlistScreeningEntityReviewListResponse
              examples:
                example-1:
                  value:
                    entity_watchlist_screening_reviews:
                      - id: entrev_aCLNRxK3UVzn2r
                        confirmed_hits:
                          - enthit_52xR9LKo77r1Np
                        dismissed_hits:
                          - enthit_52xR9LKo77r1Np
                        comment: >-
                          These look like legitimate matches, rejecting the
                          customer.
                        audit_trail:
                          source: dashboard
                          dashboard_user_id: 54350110fedcbaf01234ffee
                          timestamp: '2020-07-24T03:26:02Z'
                    next_cursor: eyJkaXJlY3Rpb24iOiJuZXh0Iiwib2Zmc2V0IjoiMTU5NDM
                    request_id: saKrIBuEB9qJZng
      operationId: watchlistScreeningEntityReviewList
      description: >-
        List all reviews for a particular entity watchlist screening. Reviews
        are compliance reports created by users in your organization regarding
        the relevance of potential hits found by Plaid.
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/WatchlistScreeningEntityReviewListRequest'
        required: true
      externalDocs:
        url: /api/products/monitor/#watchlist_screeningentityreviewlist
  /watchlist_screening/entity/update:
    x-plaid-business-unit-context: BUSINESS_UNIT_PLAID
    post:
      summary: Plaid Update an entity screening
      operationId: watchlistScreeningEntityUpdate
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/WatchlistScreeningEntityUpdateResponse'
              examples:
                example-1:
                  value:
                    id: entscr_52xR9LKo77r1Np
                    search_terms:
                      entity_watchlist_program_id: entprg_2eRPsDnL66rZ7H
                      legal_name: Al-Qaida
                      document_number: C31195855
                      email_address: [email protected]
                      country: US
                      phone_number: '+14025671234'
                      url: https://example.com
                      version: 1
                    assignee: 54350110fedcbaf01234ffee
                    status: cleared
                    client_user_id: your-db-id-3b24110
                    audit_trail:
                      source: dashboard
                      dashboard_user_id: 54350110fedcbaf01234ffee
                      timestamp: '2020-07-24T03:26:02Z'
                    request_id: saKrIBuEB9qJZng
      description: Update an entity watchlist screening.
      tags:
        - Plaid
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/WatchlistScreeningEntityUpdateRequest'
        description: The entity screening was successfully updated.
        required: true
      externalDocs:
        url: /api/products/monitor/#watchlist_screeningentityupdate
  /watchlist_screening/individual/create:
    x-plaid-business-unit-context: BUSINESS_UNIT_PLAID
    post:
      summary: Plaid Create a watchlist screening for a person
      operationId: watchlistScreeningIndividualCreate
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/WatchlistScreeningIndividualCreateResponse
              examples:
                example-1:
                  value:
                    id: scr_52xR9LKo77r1Np
                    search_terms:
                      watchlist_program_id: prg_2eRPsDnL66rZ7H
                      legal_name: Aleksey Potemkin
                      date_of_birth: '1990-05-29'
                      document_number: C31195855
                      country: US
                      version: 1
                    assignee: 54350110fedcbaf01234ffee
                    status: cleared
                    client_user_id: your-db-id-3b24110
                    audit_trail:
                      source: dashboard
                      dashboard_user_id: 54350110fedcbaf01234ffee
                      timestamp: '2020-07-24T03:26:02Z'
                    request_id: saKrIBuEB9qJZng
      description: >-
        Create a new Watchlist Screening to check your customer against
        watchlists defined in the associated Watchlist Program. If your
        associated program has ongoing screening enabled, this is the profile
        information that will be used to monitor your customer over time.
      tags:
        - Plaid
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/WatchlistScreeningIndividualCreateRequest'
        required: true
      externalDocs:
        url: /api/products/monitor/#watchlist_screeningindividualcreate
  /watchlist_screening/individual/get:
    x-plaid-business-unit-context: BUSINESS_UNIT_PLAID
    post:
      summary: Plaid Retrieve an individual watchlist screening
      tags:
        - Plaid
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/WatchlistScreeningIndividualGetResponse'
              examples:
                example-1:
                  value:
                    id: scr_52xR9LKo77r1Np
                    search_terms:
                      watchlist_program_id: prg_2eRPsDnL66rZ7H
                      legal_name: Aleksey Potemkin
                      date_of_birth: '1990-05-29'
                      document_number: C31195855
                      country: US
                      version: 1
                    assignee: 54350110fedcbaf01234ffee
                    status: cleared
                    client_user_id: your-db-id-3b24110
                    audit_trail:
                      source: dashboard
                      dashboard_user_id: 54350110fedcbaf01234ffee
                      timestamp: '2020-07-24T03:26:02Z'
                    request_id: saKrIBuEB9qJZng
      operationId: watchlistScreeningIndividualGet
      description: Retrieve a previously created individual watchlist screening
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/WatchlistScreeningIndividualGetRequest'
        required: true
      externalDocs:
        url: /api/products/monitor/#watchlist_screeningindividualget
  /watchlist_screening/individual/history/list:
    x-plaid-business-unit-context: BUSINESS_UNIT_PLAID
    post:
      summary: Plaid List history for individual watchlist screenings
      tags:
        - Plaid
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/WatchlistScreeningIndividualHistoryListResponse
              examples:
                example-1:
                  value:
                    watchlist_screenings:
                      - id: scr_52xR9LKo77r1Np
                        search_terms:
                          watchlist_program_id: prg_2eRPsDnL66rZ7H
                          legal_name: Aleksey Potemkin
                          date_of_birth: '1990-05-29'
                          document_number: C31195855
                          country: US
                          version: 1
                        assignee: 54350110fedcbaf01234ffee
                        status: cleared
                        client_user_id: your-db-id-3b24110
                        audit_trail:
                          source: dashboard
                          dashboard_user_id: 54350110fedcbaf01234ffee
                          timestamp: '2020-07-24T03:26:02Z'
                    next_cursor: eyJkaXJlY3Rpb24iOiJuZXh0Iiwib2Zmc2V0IjoiMTU5NDM
                    request_id: saKrIBuEB9qJZng
      operationId: watchlistScreeningIndividualHistoryList
      description: >-
        List all changes to the individual watchlist screening in
        reverse-chronological order. If the watchlist screening has not been
        edited, no history will be returned.
      requestBody:
        content:
          application/json:
            schema:
              $ref: >-
                #/components/schemas/WatchlistScreeningIndividualHistoryListRequest
        required: true
      externalDocs:
        url: /api/products/monitor/#watchlist_screeningindividualhistorylist
  /watchlist_screening/individual/hit/list:
    x-plaid-business-unit-context: BUSINESS_UNIT_PLAID
    post:
      summary: Plaid List hits for individual watchlist screening
      tags:
        - Plaid
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/WatchlistScreeningIndividualHitListResponse
              examples:
                example-1:
                  value:
                    watchlist_screening_hits:
                      - id: scrhit_52xR9LKo77r1Np
                        review_status: pending_review
                        first_active: '2020-07-24T03:26:02Z'
                        inactive_since: '2020-07-24T03:26:02Z'
                        historical_since: '2020-07-24T03:26:02Z'
                        list_code: US_SDN
                        plaid_uid: uid_3NggckTimGSJHS
                        source_uid: 26192ABC
                        analysis:
                          dates_of_birth: match
                          documents: match
                          locations: match
                          names: match
                          search_terms_version: 1
                        data:
                          dates_of_birth:
                            - analysis:
                                summary: match
                              data:
                                beginning: '1990-05-29'
                                ending: '1990-05-29'
                          documents:
                            - analysis:
                                summary: match
                              data:
                                type: passport
                                number: C31195855
                          locations:
                            - analysis:
                                summary: match
                              data:
                                full: Florida, US
                                country: US
                          names:
                            - analysis:
                                summary: match
                              data:
                                full: Aleksey Potemkin
                                is_primary: false
                                weak_alias_determination: none
                    next_cursor: eyJkaXJlY3Rpb24iOiJuZXh0Iiwib2Zmc2V0IjoiMTU5NDM
                    request_id: saKrIBuEB9qJZng
      operationId: watchlistScreeningIndividualHitList
      description: >-
        List all hits found by Plaid for a particular individual watchlist
        screening.
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/WatchlistScreeningIndividualHitListRequest'
        required: true
      externalDocs:
        url: /api/products/monitor/#watchlist_screeningindividualhitlist
  /watchlist_screening/individual/list:
    x-plaid-business-unit-context: BUSINESS_UNIT_PLAID
    post:
      summary: Plaid List Individual Watchlist Screenings
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/WatchlistScreeningIndividualListResponse'
              examples:
                example-1:
                  value:
                    watchlist_screenings:
                      - id: scr_52xR9LKo77r1Np
                        search_terms:
                          watchlist_program_id: prg_2eRPsDnL66rZ7H
                          legal_name: Aleksey Potemkin
                          date_of_birth: '1990-05-29'
                          document_number: C31195855
                          country: US
                          version: 1
                        assignee: 54350110fedcbaf01234ffee
                        status: cleared
                        client_user_id: your-db-id-3b24110
                        audit_trail:
                          source: dashboard
                          dashboard_user_id: 54350110fedcbaf01234ffee
                          timestamp: '2020-07-24T03:26:02Z'
                    next_cursor: eyJkaXJlY3Rpb24iOiJuZXh0Iiwib2Zmc2V0IjoiMTU5NDM
                    request_id: saKrIBuEB9qJZng
      operationId: watchlistScreeningIndividualList
      description: List previously created watchlist screenings for individuals
      tags:
        - Plaid
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/WatchlistScreeningIndividualListRequest'
        required: true
      externalDocs:
        url: /api/products/monitor/#watchlist_screeningindividuallist
  /watchlist_screening/individual/program/get:
    x-plaid-business-unit-context: BUSINESS_UNIT_PLAID
    post:
      summary: Plaid Get individual watchlist screening program
      tags:
        - Plaid
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/WatchlistScreeningIndividualProgramGetResponse
              examples:
                example-1:
                  value:
                    id: prg_2eRPsDnL66rZ7H
                    created_at: '2020-07-24T03:26:02Z'
                    is_rescanning_enabled: true
                    lists_enabled:
                      - US_SDN
                    name: Sample Program
                    name_sensitivity: balanced
                    audit_trail:
                      source: dashboard
                      dashboard_user_id: 54350110fedcbaf01234ffee
                      timestamp: '2020-07-24T03:26:02Z'
                    is_archived: false
                    request_id: saKrIBuEB9qJZng
      operationId: watchlistScreeningIndividualProgramGet
      description: Get an individual watchlist screening program
      requestBody:
        content:
          application/json:
            schema:
              $ref: >-
                #/components/schemas/WatchlistScreeningIndividualProgramGetRequest
        required: true
      externalDocs:
        url: /api/products/monitor/#watchlist_screeningindividualprogramget
  /watchlist_screening/individual/program/list:
    x-plaid-business-unit-context: BUSINESS_UNIT_PLAID
    post:
      summary: Plaid List individual watchlist screening programs
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/WatchlistScreeningIndividualProgramListResponse
              examples:
                example-1:
                  value:
                    watchlist_programs:
                      - id: prg_2eRPsDnL66rZ7H
                        created_at: '2020-07-24T03:26:02Z'
                        is_rescanning_enabled: true
                        lists_enabled:
    

# --- truncated at 32 KB (57 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/plaid/refs/heads/main/openapi/plaid-watchlist-screening--openapi-original.yml