> ## Documentation Index
> Fetch the complete documentation index at: https://sigma-docs.pastelhq.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Fetch CDD Request Matches

> ```
GET api/v1/cdd-request/{id}/matches
```




## OpenAPI

````yaml cdd-model.json GET /cdd-request/{id}/matches
openapi: 3.1.0
info:
  title: Sigma CDD API
  description: Customer Due Diligence API documentation
  version: 1.0.0
  license:
    name: MIT
servers:
  - url: https://sigmacdd.sabipay.com/api/v1
    description: Production
security:
  - ApiKey: []
    ApiSecret: []
paths:
  /cdd-request/{id}/matches:
    get:
      summary: Fetch CDD request screening matches
      parameters:
        - name: id
          in: path
          required: true
          schema:
            type: string
        - name: keys
          in: query
          description: >-
            Comma-separated screening keys to include. Allowed values: pep,
            sanctions, adverseMedia. Defaults to all three.
          schema:
            type: string
      responses:
        '200':
          description: CDD request matches retrieved successfully
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GenericResponse'
              examples:
                individual:
                  summary: Individual request matches
                  value:
                    message: CDD request matches retrieved successfully
                    data:
                      _id: 6a465fb16cbbee64ab3e9027
                      type: individual
                      pep:
                        - _id: 662f9308d2b06e101bde0609
                          externalId: Q35536706
                          type: pep
                          name: Sunday Oladimeji
                          aliases:
                            - SUNDAY AYODELE OLADIMEJI
                            - ' SUNDAY OLADIMEJI'
                            - ' Sunday AYODELE Oladimeji'
                          birth_date: '1963'
                          countries:
                            - ng
                          entityType: Person
                          gender: male
                          politicalParty:
                            - Peoples Democratic Party
                          positions:
                            - title: >-
                                member of the House of Representatives of
                                Nigeria representing Ado Ekiti/Irepodun/Ifelodun
                                Federal Constituency
                              startDate: '2015-06-09'
                              endDate: '2019-06-09'
                              _id: 67114ac12a90d63da3cd4698
                          education:
                            - title: >-
                                Bachelor's degree in Accounting University of
                                Lagos
                              startDate: null
                              endDate: '1987'
                              _id: 67114ac12a90d63da3cd46a3
                          dataset:
                            - name: Wikidata Politically Exposed Persons
                              url: https://www.wikidata.org/wiki/Q35536706
                          photo: >-
                            https://storage.googleapis.com/sigma-public/pep/76be1c4e-79c0-41c6-af2d-b50ba273b69f.jpg
                          deceased: false
                          overview: >-
                            Sunday Oladimeji is a designated Politically Exposed
                            Person (PEP) in Nigeria.
                          searchScore: 4
                          lastUpdated: '2026-04-08T17:04:59.235Z'
                          firstSeen: '2024-04-29T12:31:00.296Z'
                          confidenceScore: 73
                      sanctions:
                        - _id: 662f9b87d2b06e101bf6e48c
                          externalId: NK-h72D4EeJstb2Db2jYG2P7c
                          type: sanction
                          name: Abu Abdullah ibn Umar Al-Barnawi
                          aliases:
                            - Abu Abdullah ibn Umar al-Barnawi
                            - Ba Idrisa
                          birth_date: 1989;1994
                          countries:
                            - NG
                          entityType: Person
                          gender: male
                          sanctions:
                            - >-
                              Abu Abdullah ibn Umar Al-Barnawi was similarly
                              flagged under terrorism sanctions.
                            - >-
                              Abu Abdullah ibn Umar Al-Barnawi identified as
                              having links to Boko Haram or ISIL.
                          photo: >-
                            https://storage.googleapis.com/sigma-public/pep/75f74f76-1b06-4b97-8115-d5dccd658b25.jpeg
                          deceased: false
                          searchScore: 4
                          lastUpdated: '2026-02-19T15:46:54.672Z'
                          firstSeen: '2024-04-29T13:07:06.027Z'
                          confidenceScore: 60
                      adverseMedia: null
                corporate:
                  summary: Corporate request matches
                  value:
                    message: CDD request matches retrieved successfully
                    data:
                      _id: 6a4b7cfc92c5399eacf1ddc3
                      type: corporate
                      corporatePersons:
                        - _id: 6a4b7cfc92c5399eacf1ddc4
                          uniqueId: '11220'
                          role: director
                          pep:
                            - _id: 662f9329d2b06e101be0b0c6
                              externalId: Q62356
                              type: pep
                              name: Babatunde Raji Fashola
                              aliases:
                                - Babatunde Fashola
                                - ' Babatunde Raji FASHOLA'
                              birth_date: '1963-06-28'
                              countries:
                                - ng
                              politicalParty:
                                - All Progressives Congress
                              positions:
                                - title: Minister of Works and Housing
                                  startDate: '2019'
                                  endDate: '2023'
                                  _id: 6732645256816940943eda4e
                                - title: Governor of Lagos State
                                  startDate: '2007-05-29'
                                  endDate: '2011-05-29'
                                  _id: 6732645256816940943eda51
                              photo: >-
                                https://storage.googleapis.com/sigma-public/pep/90539e97-421d-4caf-9b9d-994aaf670bc8.jpg
                              deceased: false
                              searchScore: 12
                              confidenceScore: 87
                          sanctions: null
                          adverseMedia:
                            - title: Babatunde Fashola - Wikipedia
                              link: https://en.wikipedia.org/wiki/Babatunde_Fashola
                              keyword:
                                confidenceScore: 1
                              adverseInformation:
                                - keyword: corruption
                                  score: 0.8
                                - keyword: fraud
                                  score: 0.6
                        - _id: 6a4b7cfd92c5399eacf1ddc6
                          uniqueId: '111210'
                          role: signatory
                          pep:
                            - _id: 662f92f5d2b06e101bdc7724
                              externalId: Q22295109
                              type: pep
                              name: Yahaya Adoza Bello
                              aliases:
                                - Yahaya Adoza Bello
                                - Yahaya Bello
                                - Bello Yahaya
                              birth_date: '1975-06-18'
                              countries:
                                - ng
                              politicalParty:
                                - All Progressives Congress
                              positions:
                                - title: Governor of Kogi State
                                  startDate: '2019'
                                  endDate: '2023'
                                  _id: 691ddbc5586ba3a5636c880a
                              searchScore: 10
                              confidenceScore: 100
                          sanctions:
                            - _id: 69492b42691470b7430364f2
                              externalId: sigmaAi-8626
                              type: sanction
                              name: Bello Turji
                              aliases:
                                - Turji Kachalla
                              birth_date: '1994'
                              countries:
                                - ng
                              positions:
                                - title: Armed Group Leader
                                  startDate: '2018'
                                  endDate: null
                                  _id: 69b14d92829b6a33f4a5656a
                                - title: Terrorist
                                  startDate: null
                                  endDate: null
                                  _id: 69b14d92829b6a33f4a5656c
                              searchScore: 2
                              confidenceScore: 73
                          adverseMedia:
                            - title: Yahaya Bello - Wikipedia
                              link: https://en.wikipedia.org/wiki/Yahaya_Bello
                              keyword:
                                confidenceScore: 1
                              adverseInformation:
                                - keyword: corruption
                                  score: 1
                                - keyword: money laundering
                                  score: 1
                                - keyword: fraud
                                  score: 1
                                - keyword: embezzlement
                                  score: 0.9
                                - keyword: violent crime
                                  score: 0.6
                            - title: >-
                                Yahaya Bello trial: EFCC witness details alleged
                                kickback scheme
                              link: >-
                                https://punchng.com/yahaya-bello-trial-efcc-witness-details-alleged-kickback-scheme/
                              keyword:
                                confidenceScore: 1
                              adverseInformation:
                                - keyword: corruption
                                  score: 1
                                - keyword: money laundering
                                  score: 1
                                - keyword: bribery
                                  score: 0.9
                                - keyword: embezzlement
                                  score: 0.9
                                - keyword: fraud
                                  score: 0.8
components:
  schemas:
    GenericResponse:
      type: object
      properties:
        message:
          type: string
        data:
          type: object
          additionalProperties: true
      example:
        message: successful
        data:
          id: 67f4f9b5c2a7d1f2b6e99122
  securitySchemes:
    ApiKey:
      type: apiKey
      in: header
      name: apiKey
    ApiSecret:
      type: apiKey
      in: header
      name: apiSecret

````