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

Last updated