{"info":{"_postman_id":"431ecbf9-4d37-4a60-b0e2-f98630502c6a","name":"Sanctions and PEP Search API","description":"<html><head></head><body><p>API for searching sanctions lists and politically exposed persons (PEP).</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"37023208","collectionId":"431ecbf9-4d37-4a60-b0e2-f98630502c6a","publishedId":"2sA3kRHiM5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-07-16T13:02:03.000Z"},"item":[{"name":"search","item":[{"name":"Search for individuals or entities in sanctions lists or as PEP","id":"5dfbb7ab-5a9f-422f-b1e5-fc583fa9b994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_term\": \"mohamed\",\n  \"filters\": {\n    \"gender\": [\n      \"male\",\n      \"female\"\n    ],\n    \"group_type\": [\n      \"individual\",\n      \"entity\"\n    ],\n    \"nationality\": [\n      \"CN\"\n    ],\n    \"source_type\": [\n      \"sanctions\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.checklynx.com/v1/search","description":"<p>This endpoint performs searches against designated sanctions lists and politically exposed persons. The search can be customized using various filters.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"431ecbf9-4d37-4a60-b0e2-f98630502c6a","id":"431ecbf9-4d37-4a60-b0e2-f98630502c6a","name":"Sanctions and PEP Search API","type":"collection"}},"urlObject":{"path":["search"],"host":["https://api.checklynx.com/v1"],"query":[],"variable":[]}},"response":[{"id":"b1aa5f95-5cd7-4e66-9063-5fb3941b2bf8","name":"Successfully retrieved the search results.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_term\": \"<string>\",\n  \"filters\": {\n    \"gender\": [\n      \"male\",\n      \"female\"\n    ],\n    \"group_type\": [\n      \"individual\",\n      \"entity\"\n    ],\n    \"nationality\": [\n      \"CN\",\n      \"IM\"\n    ],\n    \"source_type\": [\n      \"pep\",\n      \"sanctions\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.checklynx.com/v1/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<string>\",\n  \"score\": \"<float>\",\n  \"source\": {\n    \"name\": \"<string>\",\n    \"region\": \"<string>\",\n    \"listing_id\": \"<string>\",\n    \"source_type\": \"<string>\"\n  },\n  \"target\": {\n    \"address\": [\n      {\n        \"address\": \"<string>\",\n        \"city\": \"<string>\",\n        \"country\": \"<string>\",\n        \"province\": \"<string>\",\n        \"zip_code\": \"<string>\",\n        \"postal_box\": \"<string>\"\n      },\n      {\n        \"address\": \"<string>\",\n        \"city\": \"<string>\",\n        \"country\": \"<string>\",\n        \"province\": \"<string>\",\n        \"zip_code\": \"<string>\",\n        \"postal_box\": \"<string>\"\n      }\n    ],\n    \"associates\": [\n      {\n        \"details\": \"<string>\",\n        \"type\": \"linked to\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"details\": \"<string>\",\n        \"type\": \"linked to\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"birth_date\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"birth_place\": [\n      {\n        \"address\": \"<string>\",\n        \"city\": \"<string>\",\n        \"country\": \"<string>\",\n        \"province\": \"<string>\",\n        \"zip_code\": \"<string>\",\n        \"postal_box\": \"<string>\"\n      },\n      {\n        \"address\": \"<string>\",\n        \"city\": \"<string>\",\n        \"country\": \"<string>\",\n        \"province\": \"<string>\",\n        \"zip_code\": \"<string>\",\n        \"postal_box\": \"<string>\"\n      }\n    ],\n    \"birth_year\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"contact_information\": {\n      \"email\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"telephone\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"website\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"function\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"gender\": \"male\",\n    \"group_type\": \"individual\",\n    \"identification\": [\n      {\n        \"id\": \"<string>\",\n        \"type\": \"<string>\",\n        \"details\": \"<string>\",\n        \"issuer\": \"<string>\",\n        \"issue_date\": \"<string>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"type\": \"<string>\",\n        \"details\": \"<string>\",\n        \"issuer\": \"<string>\",\n        \"issue_date\": \"<string>\"\n      }\n    ],\n    \"is_deceased\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"second_name\": \"<string>\",\n    \"third_name\": \"<string>\",\n    \"nationality\": [\n      \"NO\",\n      \"TH\"\n    ],\n    \"occupation\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"other_names\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"remarks\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"title\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"case\": [\n    {\n      \"basis\": \"<string>\",\n      \"updated_on\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"since\": \"<string>\",\n      \"to\": \"<string>\",\n      \"designation_date\": \"<string>\",\n      \"sanction_type\": \"<string>\",\n      \"program\": \"<string>\",\n      \"url\": \"<string>\",\n      \"other_ids\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"basis\": \"<string>\",\n      \"updated_on\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"since\": \"<string>\",\n      \"to\": \"<string>\",\n      \"designation_date\": \"<string>\",\n      \"sanction_type\": \"<string>\",\n      \"program\": \"<string>\",\n      \"url\": \"<string>\",\n      \"other_ids\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ]\n}"},{"id":"1f2e6766-56a4-4a61-81c6-f54a32168b33","name":"Bad request, often due to missing or invalid request data.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_term\": \"<string>\",\n  \"filters\": {\n    \"gender\": [\n      \"male\",\n      \"female\"\n    ],\n    \"group_type\": [\n      \"individual\",\n      \"entity\"\n    ],\n    \"nationality\": [\n      \"CN\",\n      \"IM\"\n    ],\n    \"source_type\": [\n      \"pep\",\n      \"pep\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.checklynx.com/v1/search"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5dfbb7ab-5a9f-422f-b1e5-fc583fa9b994"}],"id":"81f862b3-99fb-45c6-8508-680c54a3ac48","_postman_id":"81f862b3-99fb-45c6-8508-680c54a3ac48","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"431ecbf9-4d37-4a60-b0e2-f98630502c6a","id":"431ecbf9-4d37-4a60-b0e2-f98630502c6a","name":"Sanctions and PEP Search API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"id":"a7b6e39b-172b-4a4a-aa01-916ddde505d9","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"add902fe-c5dd-4148-8d2c-8d08f52e0232","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.checklynx.com/v1"}]}