Sanction Lists

Verify if a name is present on a sanction list

GET /search/sanctioned-person

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 person on sanction lists matching the provided personName

    [
      {
        "id": "string",
        "score": 0,
        "sourceId": 0,
        "authority": "string",
        "libelle": "string",
        "relatedEntity": "string",
        "entityType": "string",
        "type": "string",
        "firstname": "string",
        "dateOfBirth": "string",
        "placeOfBirth": "string",
        "nationality": "string",
        "countryAuthority": "string",
        "logoAuthority": "string",
        "sanctionListName": "string",
        "sanctions": "string",
        "listType": "string",
        "listedOn": "string",
        "updateDate": "string",
        "complementaryInformation": "string",
        "grounds": "string",
        "category": "string",
        "description": "string",
        "source": "string"
      }
    ]
  • UnAuthorized

  • Bad Request

Last updated