v1
latestOpenAPI 3.1.02026-07-241695611.0 MBPEP
Search Pep
Search for Politically Exposed Persons (PEP) matches by name.
post/pep/searches
Request body
Response
Successful Response
Example response
{
"matches": [
{
"name": "John Doe",
"alternative_names": [
"Johnny D.",
"Acme Inc."
],
"addresses": [
"123 Main St, Anytown",
"456 Business Ave, Metropolis"
],
"similarity_score": 0.9,
"date_of_birth": "1980-01-15",
"first_name": "John",
"middle_name": "Fitzgerald",
"last_name": "Doe",
"title": "Dr.",
"classification": "National government (current)",
"political_party": "Independent",
"birth_place": "Springfield, Illinois",
"death_date": "2021-06-04",
"wikidata_id": "Q7747",
"positions": [
{
"name": "Member of the National Assembly",
"subnational_area": "California",
"categories": [
"GOVERNMENT_LEGISLATIVE",
"GOVERNMENT_NATIONAL"
],
"start_date": "2019-05-20",
"end_date": "2023-01-31"
}
],
"risks": [
"GOVERNMENT_EXECUTIVE",
"GOVERNMENT_FINANCIAL"
],
"associated_countries": [
"US",
"GB"
],
"emails": [
"john.doe@example.com"
],
"phone_numbers": [
"+1-215-555-1234"
],
"websites": [
"https://www.acme.com"
],
"source_links": [
"https://news.example.com/article/123"
]
}
],
"total_matches": 1
}