curl --location --request POST 'https://api.sanctions.tr/public/search' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"type": "person",
"gender": "string",
"birthDate": "2019-08-24",
"nationality": "string",
"country": "string",
"identifier": "string",
"identifiers": [
{
"type": "string",
"value": "string"
}
],
"page": 1,
"pageSize": 1
}'{
"total": 0,
"page": 0,
"pageSize": 0,
"results": [
{
"entity": {
"entityId": "string",
"type": "string",
"primaryName": "string",
"names": [
"string"
],
"gender": "string",
"birthDates": [
"string"
],
"birthPlaces": [
"string"
],
"nationalities": [
"string"
],
"countries": [
"string"
],
"pep": true
},
"sanctions": [
{
"source": "string",
"program": "string",
"regime": "string",
"measures": [
"string"
],
"listedAt": "2019-08-24T14:15:22.123Z",
"modifiedAt": "2019-08-24T14:15:22.123Z",
"referenceId": "string"
}
],
"aliases": [
{
"entityId": "string",
"name": "string",
"quality": "string"
}
],
"addresses": [
{
"entityId": "string",
"address": "string",
"city": "string",
"country": "string",
"region": "string",
"postalCode": "string"
}
],
"identifiers": [
{
"entityId": "string",
"type": "string",
"value": "string",
"country": "string"
}
],
"score": 0,
"matchedFields": [
"string"
]
}
],
"meta": {
"institutionId": "string",
"apiKeyId": "string"
}
}