Documentation
  • Welcome!
  • Getting started
    • Onboarding
    • Get your api credentials
  • Integration mode
    • Rest Api
      • đŸ‘Šâ€âœˆī¸Platform
      • 🙍KYC
        • â„šī¸ID Informations
        • 🔎ID Verification
        • 🆔ID Document Verification
          • đŸ–Ĩī¸User filled data verifications
        • â˜‘ī¸Face match
        • 🧏Liveness check
      • 👨‍đŸ’ŧKYB
        • â„šī¸Company Informations
        • 🔎Company Verification
        • đŸ—ƒī¸Company Document Verification
      • 🚨AML
        • PEP
        • Sanction Lists
        • Media Adverse
      • 🔎Retrieve Document Verification result
    • SDK
      • JS
      • Java / Kotlin
      • Python
    • No-Code
      • Danaya Forms
    • WebView or iFrame
  • Webhook
Powered by GitBook
On this page
  1. Integration mode
  2. Rest Api
  3. AML

PEP

Verify if a name is PEP

GET /search/pep

Headers

  • Api-Key (required): provided by Danaya

  • Api-Secret (required): provided by Danaya

  • Content-Type (required): application/json

Request Body : N/A

Query Param:

  • personName: string (example: Cyril Ramaphosa)

Responses

  • OK

    • Code : 200

    • Body: this represent a list of potential PEP matching the provided personName

    [
      {
        "id": "string",
        "score": 0,
        "sourceId": 0,
        "lastname": "string",
        "firstname": "string",
        "nationality": "string",
        "biography": "string",
        "aka": "string",
        "libelle": "string", // 
        "countryCode": "string",
        "country": "string",
        "countries": "string",
        "politicalPosition": "string",
        "chamber": "string",
        "function": "string",
        "institutionType": "string",
        "region": "string",
        "type": "string",
        "type2": "string",
        "locationUrl": "string",
        "relatedUrl": "string",
        "otherInfo": "string"
      }
    ]
  • UnAuthorized

  • Bad Request

PreviousAMLNextSanction Lists

Last updated 9 months ago

🚨