IAML
Get information about PEP people and sanctions
PEPs
What kind of data I will get
By using this integration, you will get information on whether requested people are politically exposed or sanctioned. This data will be taken from the government data register.
In response, you will receive data in the original structure.
Input
Response Content
Table 1. iaml.peps
id
number
A unique identifier for the person.
type
string
The type of person.
name
string
The name of the person.
names
object
An object containing various forms of the person's name.
aliases
array
An array of alternative names for the person.
gender
string
The gender of the person.
title
string
The person's title.
remarks
string
Any additional remarks about the person.
nationalities
array
An array of objects representing the person's nationalities.
birthPlaces
array
An array of objects representing the person's places of birth.
birthDates
array
An array of objects representing the person's dates of birth.
addresses
array
An array of objects representing the person's addresses.
passports
array
An array of objects representing the person's passport information.
identifiers
array
An array of objects representing the person's identifiers.
sources
array
An array of objects representing the sources of the person's data.
deceaseOn
string
The date on which the person died (if applicable).
createdOn
string
The date on which the data for this person was created.
reviewedOn
string
The date on which the data for this person was last reviewed.
updatedOn
string
The date on which the data for this person was last updated.
deletedAt
string
The date on which the data for this person was deleted (if applicable).
deactivatedOn
string
The date on which the data for this person was deactivated (if applicable).
Table 2. iaml.peps.nationalities
countryName
String
The name of the country.
countryCode
String
The country's ISO 3166-1 alpha-2 code.
Table 3. iaml.peps.birthPlaces
place
String
The place of birth.
countryName
String
The name of the country.
countryCode
String
The country's ISO 3166-1 alpha-2 code.
Table 4. iaml.peps.birthDates
date
string
The date of birth.
year
number
The year of birth.
month
number
The month of birth.
day
number
The day of birth.
Table 5. iaml.peps.addresses
address
String
Address of the individual
countryName
String
Name of the country
countryCode
String
ISO code for the country
Table 6. iaml.peps.passports
TODO
TODO
TODO
Table 7. iaml.peps.identifiers
type
String
Type of identifier
number
String
Identifier number
countryName
String
Name of the country
countryCode
String
ISO code for the country
info
String
Additional information about the identifier
Table 8. iaml.peps.organization
organization
String
Name of the
Example Response
Sanctions
Input
Response Content
iaml.sanctions
id
string
Identifier for the individual under sanction
name
string
Name of the individual under sanction
type
string
Type of individual under sanction (e.g., individual)
names
object
Object containing various name components of the individual under sanction
title
string
Title of the individual under sanction (e.g., President)
gender
null or string
Gender of the individual under sanction
aliases
array of strings
Array of aliases for the individual under sanction
remarks
null or string
Remarks about the individual under sanction
sources
array of objects
Array of objects containing information about the sources of the sanctions for the individual
addresses
array of objects
Array of objects containing information about addresses for the individual under sanction
passports
array of objects
Array of objects containing information about passports for the individual under sanction
created_on
string
Date the sanctions were created
deleted_at
null or string
Date the sanctions were deleted, if applicable
updated_on
string
Date the sanctions were last updated
birth_dates
array of objects
Array of objects containing information about the birth dates of the individual under sanction
identifiers
array of objects
Array of objects containing information about the identifiers of the individual under sanction
reviewed_on
string
Date the sanctions were last reviewed
birth_places
array of objects
Array of objects containing information about the birth places of the individual under sanction
nationalities
array of objects
Array of objects containing information about the nationalities of the individual under sanction
deactivated_on
null or string
Date the sanctions were deactivated, if applicable
iaml.sanctions.names
full
string
Full name of the individual under sanction
last
string
Last name of the individual under sanction
first
string
First name of the individual under sanction
third
string
Third name of the individual under sanction
father
string
Father's name of the individual under sanction
middle
string
Middle name of the individual under sanction
iaml.sanctions.sources
reason
string
Reason for the sanctions
function
string
Function of the organization that imposed the sanctions
organization
string
Organization that imposed the sanctions
Example response:
Last updated