curl --request POST \
  --url https://sigmaaml.sabipay.com/api/v1/aml/pep/instant \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <api-key>' \
  --header 'apiSecret: <api-key>' \
  --data '{
  "name": "<string>",
  "threshold": 123,
  "country": "<string>"
}'
{
  "message": "<string>",
  "count": 123,
  "pageNumber": 123,
  "data": [
    {
      "_id": "<string>",
      "type": "<string>",
      "externalId": "<string>",
      "__v": 123,
      "addresses": [
        "<string>"
      ],
      "aliases": [
        "<string>"
      ],
      "birth_date": "2023-12-25",
      "countries": [
        "<string>"
      ],
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "dataset": [
        {
          "name": "<string>",
          "url": "<string>"
        }
      ],
      "entityType": "<string>",
      "name": "<string>",
      "sanctions": [
        "<string>"
      ],
      "photo": "<string>",
      "politicalParty": [
        "<string>"
      ],
      "gender": "<string>",
      "positions": [
        {
          "title": "<string>",
          "startDate": "<string>",
          "endDate": "<string>",
          "_id": "<string>"
        }
      ],
      "education": [
        {
          "title": "<string>",
          "startDate": "<string>",
          "endDate": "<string>",
          "_id": "<string>"
        }
      ],
      "updatedBy": "<string>",
      "updateComplete": true,
      "updateCompleteDate": "2023-11-07T05:31:56Z",
      "assignedDate": "2023-11-07T05:31:56Z",
      "deceased": true,
      "tags": [
        "<string>"
      ],
      "searchScore": 123,
      "confidenceScore": 123
    }
  ]
}

Authorizations

apiKey
string
header
required
apiSecret
string
header
required

Body

application/json
Pep request payload
name
string
required

Full name of the individual to be screened

threshold
number
required

Matching threshold for screening (e.g. similarity score)

country
string

Country code (e.g., 'ru' for Russia)

Response

200
application/json
Request was successful
message
string

A message indicating the status of the sanctions list fetch operation

count
integer

The total number of matching records found

pageNumber
integer

The current page number of the results

data
object[]

List of matched individuals/entities from the sanctions or PEP lists