{
	"info": {
		"_postman_id": "113604e8-d320-4271-b144-a863bd01fe2a",
		"name": "For Customers",
		"description": "Whenever somebody wants a postman call, export one from this collection",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "18105987"
	},
	"item": [
		{
			"name": "Compliance Monitoring API 2.0",
			"item": [
				{
					"name": "Follow Lists",
					"item": [
						{
							"name": "Create Follow List",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"data\": {\n        \"type\":\"follow-lists\",\n        \"attributes\": {\n            \"datasets\": [\n                \"SAN\",\n                \"PEP\"\n            ],\n            \"dateOfBirthMatching\": \"withinFiveYears\",\n            \"dateOfBirthRequired\":true,\n            \"countryRequired\":true,\n            \"scheduleDayOfTheWeek\":\"monday\",\n            \"frequency\": \"weekly\",\n            \"name\": \"sanctioned politicians and their businesses\",\n            \"threshold\": 80\n        }\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists"
									],
									"query": [
										{
											"key": "match[countryRequired]",
											"value": "true",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Follow List",
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"data\": {\n        \"type\": \"follow-lists\",\n        \"attributes\": {\n            \"datasets\": [\n                \"SAN\"\n            ],\n            \"dateOfBirthMatching\": \"withinFiveYears\",\n            \"frequency\": \"daily\",\n            \"name\": \"sanctioned politicians and their businesses (updated)\",\n            \"threshold\": 80\n        }\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H2T86T7FA6QBF0A5H4KPCYNE",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H2T86T7FA6QBF0A5H4KPCYNE"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Follow List",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H664AMK2QGQFCY6FB9MBDGET",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H664AMK2QGQFCY6FB9MBDGET"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Follow List",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H2T86T7FA6QBF0A5H4KPCYNE",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H2T86T7FA6QBF0A5H4KPCYNE"
									]
								}
							},
							"response": []
						},
						{
							"name": "List Follow Lists",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists"
									],
									"query": [
										{
											"key": "page[cursor]",
											"value": "eyJnc2kxaGFzaCI6Ik1SLTU2OV9URVNULTAxSDJENzExMkczR0Y5QU03RjhGWk5WWlBSLWluZGl2aWR1YWwiLCJwYXJ0aXRpb25LZXkiOiJNUi01NjlfVEVTVC0wMUgyRDcxMTJHM0dGOUFNN0Y4RlpOVlpQUi0wMUgyRENIWFc1Q1o5NDNRWDlDOFlDRDdOWiIsImdzaTFzb3J0IjoiSW5pdGlhbC0yMDIzLTA2LTA4VDExOjM0OjAyLjA2MVoiLCJzb3J0S2V5IjoiTVItMDFIMkRDSFhXNUNaOTQzUVg5QzhZQ0Q3TloifQ==",
											"disabled": true
										},
										{
											"key": "page[size]",
											"value": "1",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Business Subscriptions",
					"item": [
						{
							"name": "Create subscription",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"data\": {\n        \"type\": \"subscriptions\",\n        \"attributes\": {\n            \"name\": \"The Corporation\",\n            \"countries\": [\n                \"US\",\n                \"IT\"\n            ]\n        }\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H664AMK2QGQFCY6FB9MBDGET/subscriptions/businesses",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H664AMK2QGQFCY6FB9MBDGET",
										"subscriptions",
										"businesses"
									]
								}
							},
							"response": []
						},
						{
							"name": "List subscriptions",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H664AMK2QGQFCY6FB9MBDGET/subscriptions/businesses",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H664AMK2QGQFCY6FB9MBDGET",
										"subscriptions",
										"businesses"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update subscriptions",
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"data\": {\n        \"type\": \"subscriptions\",\n        \"attributes\": {\n            \"name\": \"The Corporation\",\n            \"countries\": [\n                \"US\",\n                \"IT\"\n            ]\n        }\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H2WVG5TV4DGCS1WBBQYQ4THQ/subscriptions/businesses/01H3BPBT2B4X7DC6VXZRZV7DPT",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H2WVG5TV4DGCS1WBBQYQ4THQ",
										"subscriptions",
										"businesses",
										"01H3BPBT2B4X7DC6VXZRZV7DPT"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete subscriptions",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H2WVG5TV4DGCS1WBBQYQ4THQ/subscriptions/businesses/01H3BPBT2B4X7DC6VXZRZV7DPT",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H2WVG5TV4DGCS1WBBQYQ4THQ",
										"subscriptions",
										"businesses",
										"01H3BPBT2B4X7DC6VXZRZV7DPT"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get subscriptions",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H664AMK2QGQFCY6FB9MBDGET/subscriptions/businesses/01H68M155HVCEWGTTD84RJ0M6G",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H664AMK2QGQFCY6FB9MBDGET",
										"subscriptions",
										"businesses",
										"01H68M155HVCEWGTTD84RJ0M6G"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Person Subscriptions",
					"item": [
						{
							"name": "Create Subscription",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"data\": {\n        \"type\": \"subscriptions\",\n        \"attributes\": {\n            \"name\": \"John Doe\",\n            \"dateOfBirth\": \"1937-01-23\",\n            \"countries\": [\n                \"US\",\n                \"IT\"\n            ],\n            \"gender\": \"male\"\n        }\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H54RSN16A39V0KEPMXKNRY40/subscriptions/persons",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H54RSN16A39V0KEPMXKNRY40",
										"subscriptions",
										"persons"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Subscription",
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"data\": {\n        \"type\": \"subscriptions\",\n        \"attributes\": {\n            \"name\": \"John Doe\",\n            \"countries\": [\n                \"US\",\n                \"IT\"\n            ],\n            \"gender\": \"male\"\n        }\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H2T8GTATYBFDSE99N7QZ9KK8/subscriptions/persons/01H2T8QN7DP201DR7HGKNYG9FR",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H2T8GTATYBFDSE99N7QZ9KK8",
										"subscriptions",
										"persons",
										"01H2T8QN7DP201DR7HGKNYG9FR"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Subscription",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H664AMK2QGQFCY6FB9MBDGET/subscriptions/persons/01H77N478ZS6Z3ST72DBTEK9AG",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H664AMK2QGQFCY6FB9MBDGET",
										"subscriptions",
										"persons",
										"01H77N478ZS6Z3ST72DBTEK9AG"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Subscription",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H2T8GTATYBFDSE99N7QZ9KK8/subscriptions/persons/01H2T8QN7DP201DR7HGKNYG9FR",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H2T8GTATYBFDSE99N7QZ9KK8",
										"subscriptions",
										"persons",
										"01H2T8QN7DP201DR7HGKNYG9FR"
									]
								}
							},
							"response": []
						},
						{
							"name": "List Subscriptions",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H664AMK2QGQFCY6FB9MBDGET/subscriptions/persons",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H664AMK2QGQFCY6FB9MBDGET",
										"subscriptions",
										"persons"
									],
									"query": [
										{
											"key": "page[cursor]",
											"value": "eyJnc2kxaGFzaCI6Ik1SLTU2OV9URVNULTAxSDJUOEdUQVRZQkZEU0U5OU43UVo5S0s4LWluZGl2aWR1YWwiLCJwYXJ0aXRpb25LZXkiOiJNUi01NjlfVEVTVC0wMUgyVDhHVEFUWUJGRFNFOTlON1FaOUtLOC0wMUgyVEM0OE5RR0oxUlhKQlFDR0dSN1RRViIsImdzaTFzb3J0IjoiSW5pdGlhbC0yMDIzLTA2LTEzVDEyOjM2OjQyLjAxNVoiLCJzb3J0S2V5IjoiTVItMDFIMlRDNDhOUUdKMVJYSkJRQ0dHUjdUUVYifQ==",
											"disabled": true
										},
										{
											"key": "status",
											"value": "closed",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Person Alerts",
					"item": [
						{
							"name": "Acknowledge Alerts",
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"data\": [\n        {\n            \"type\": \"reviews\",\n            \"attributes\": {\n                \"monitoringID\": \"NQZGEVkxH3oUYAtYFw==\",\n                \"status\": \"true-positive\",\n                \"matchVersion\": 1,\n                \"riskRating\": \"high risk\",\n                \"riskComment\": \"comment\",\n                \"userID\": \"123\"\n            }\n        },\n        {\n            \"type\": \"reviews\",\n            \"attributes\": {\n                \"monitoringID\": \"NQZGEVkxH3oUYQFbHhEX\",\n                \"status\": \"false-positive\",\n                \"matchVersion\": 1,\n                \"riskRating\": \"no risk\",\n                \"riskComment\": \"comment\",\n                \"userID\": \"124\"\n            }\n        }\n    ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H2T8GTATYBFDSE99N7QZ9KK8/subscriptions/persons/01H3BWJCVJBJKGSEMWG1NEZRM9/alerts/reviews",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H2T8GTATYBFDSE99N7QZ9KK8",
										"subscriptions",
										"persons",
										"01H3BWJCVJBJKGSEMWG1NEZRM9",
										"alerts",
										"reviews"
									]
								}
							},
							"response": []
						},
						{
							"name": "Add Auto Review",
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"data\": [\n        {\n            \"type\": \"reviews\",\n            \"attributes\": {\n                \"monitoringID\": \"NQZGEVkxH3oUYAtYFw==\",\n                \"status\": \"true-positive\",\n                \"matchVersion\": 1,\n                \"riskRating\": \"high risk\",\n                \"riskComment\": \"comment\",\n                \"userID\": \"123\"\n            }\n        },\n        {\n            \"type\": \"reviews\",\n            \"attributes\": {\n                \"monitoringID\": \"NQZGEVkxH3oUYQFbHhEX\",\n                \"status\": \"false-positive\",\n                \"matchVersion\": 1,\n                \"riskRating\": \"no risk\",\n                \"riskComment\": \"comment\",\n                \"userID\": \"124\"\n            }\n        }\n    ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H2T8GTATYBFDSE99N7QZ9KK8/subscriptions/persons/01H3BWJCVJBJKGSEMWG1NEZRM9/alerts/auto-reviews",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H2T8GTATYBFDSE99N7QZ9KK8",
										"subscriptions",
										"persons",
										"01H3BWJCVJBJKGSEMWG1NEZRM9",
										"alerts",
										"auto-reviews"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Alert",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H2T8GTATYBFDSE99N7QZ9KK8/subscriptions/persons/01H2TC48NQGJ1RXJBQCGGR7TQV/alerts/NQZGEVkxH3oUZAFaFRA=",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H2T8GTATYBFDSE99N7QZ9KK8",
										"subscriptions",
										"persons",
										"01H2TC48NQGJ1RXJBQCGGR7TQV",
										"alerts",
										"NQZGEVkxH3oUZAFaFRA="
									]
								}
							},
							"response": []
						},
						{
							"name": "List Alerts",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H2WVG5TV4DGCS1WBBQYQ4THQ/subscriptions/persons/01H2WVNHBATW2DH2DKDJ569BFH/alerts",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H2WVG5TV4DGCS1WBBQYQ4THQ",
										"subscriptions",
										"persons",
										"01H2WVNHBATW2DH2DKDJ569BFH",
										"alerts"
									]
								}
							},
							"response": []
						},
						{
							"name": "List Reviews",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H2T8GTATYBFDSE99N7QZ9KK8/subscriptions/persons/01H2TC48NQGJ1RXJBQCGGR7TQV/alerts/NQZGEVkxH3oUZAFaFRA=/reviews",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H2T8GTATYBFDSE99N7QZ9KK8",
										"subscriptions",
										"persons",
										"01H2TC48NQGJ1RXJBQCGGR7TQV",
										"alerts",
										"NQZGEVkxH3oUZAFaFRA=",
										"reviews"
									],
									"query": [
										{
											"key": "order",
											"value": "desc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Business Alerts",
					"item": [
						{
							"name": "Acknowledge Alerts",
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"data\": [\n        {\n            \"type\": \"reviews\",\n            \"attributes\": {\n                \"monitoringID\": \"NQZGEVkxH3oVZgxaFB0=\",\n                \"status\": \"true-positive\",\n                \"matchVersion\": 2,\n                \"riskRating\": \"high risk\",\n                \"riskComment\": \"comment\",\n                \"userID\": \"123\"\n            }\n        },\n        {\n            \"type\": \"reviews\",\n            \"attributes\": {\n                \"monitoringID\": \"NQZGEVkxH3oVZAhQHxM=\",\n                \"status\": \"false-positive\",\n                \"matchVersion\": 1,\n                \"riskRating\": \"no risk\",\n                \"riskComment\": \"comment\",\n                \"userID\": \"124\"\n            }\n        }\n    ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H4RD72FG93204P6722YMM3HE/subscriptions/businesses/01H4RD7ZKA1Z8T94BXRB3M3WB2/alerts/reviews",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H4RD72FG93204P6722YMM3HE",
										"subscriptions",
										"businesses",
										"01H4RD7ZKA1Z8T94BXRB3M3WB2",
										"alerts",
										"reviews"
									]
								}
							},
							"response": []
						},
						{
							"name": "Add Auto Reviews",
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"data\": [\n        {\n            \"type\": \"reviews\",\n            \"attributes\": {\n                \"monitoringID\": \"NQZGEVkxH3oVZgxaFB0=\",\n                \"status\": \"true-positive\",\n                \"matchVersion\": 2,\n                \"riskRating\": \"high risk\",\n                \"riskComment\": \"comment\",\n                \"userID\": \"123\"\n            }\n        },\n        {\n            \"type\": \"reviews\",\n            \"attributes\": {\n                \"monitoringID\": \"NQZGEVkxH3oVZAhQHxM=\",\n                \"status\": \"false-positive\",\n                \"matchVersion\": 1,\n                \"riskRating\": \"no risk\",\n                \"riskComment\": \"comment\",\n                \"userID\": \"124\"\n            }\n        }\n    ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H4RD72FG93204P6722YMM3HE/subscriptions/businesses/01H4RD7ZKA1Z8T94BXRB3M3WB2/alerts/auto-reviews",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H4RD72FG93204P6722YMM3HE",
										"subscriptions",
										"businesses",
										"01H4RD7ZKA1Z8T94BXRB3M3WB2",
										"alerts",
										"auto-reviews"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Alert",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H2T8GTATYBFDSE99N7QZ9KK8/subscriptions/businesses/01H2TC48NQGJ1RXJBQCGGR7TQV/alerts/NQZGEVkxH3oUZAFaFRA=",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H2T8GTATYBFDSE99N7QZ9KK8",
										"subscriptions",
										"businesses",
										"01H2TC48NQGJ1RXJBQCGGR7TQV",
										"alerts",
										"NQZGEVkxH3oUZAFaFRA="
									]
								}
							},
							"response": []
						},
						{
							"name": "List Alerts",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H2T8GTATYBFDSE99N7QZ9KK8/subscriptions/businesses/01H2TC48NQGJ1RXJBQCGGR7TQV/alert",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H2T8GTATYBFDSE99N7QZ9KK8",
										"subscriptions",
										"businesses",
										"01H2TC48NQGJ1RXJBQCGGR7TQV",
										"alert"
									]
								}
							},
							"response": []
						},
						{
							"name": "List Reviews",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{company_info.compliance.monitoring}}/follow-lists/01H2T8GTATYBFDSE99N7QZ9KK8/subscriptions/businesses/01H2TC48NQGJ1RXJBQCGGR7TQV/alerts/NQZGEVkxH3oUZAFaFRA=/reviews",
									"host": [
										"{{company_info.compliance.monitoring}}"
									],
									"path": [
										"follow-lists",
										"01H2T8GTATYBFDSE99N7QZ9KK8",
										"subscriptions",
										"businesses",
										"01H2TC48NQGJ1RXJBQCGGR7TQV",
										"alerts",
										"NQZGEVkxH3oUZAFaFRA=",
										"reviews"
									],
									"query": [
										{
											"key": "order",
											"value": "desc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Open API",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{company_info.compliance.monitoring}}/swagger.yaml",
							"host": [
								"{{company_info.compliance.monitoring}}"
							],
							"path": [
								"swagger.yaml"
							]
						}
					},
					"response": []
				}
			],
			"auth": {
				"type": "apikey",
				"apikey": [
					{
						"key": "value",
						"value": "xxx",
						"type": "string"
					},
					{
						"key": "key",
						"value": "X-API-Key",
						"type": "string"
					}
				]
			},
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "Compliance Screening API",
			"item": [
				{
					"name": "Business Search",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{company_info.compliance.screening}}/businesses?match[datasets]=SAN-CURRENT&provider=acuris&match[countries]=US&match[name]=Company",
							"host": [
								"{{company_info.compliance.screening}}"
							],
							"path": [
								"businesses"
							],
							"query": [
								{
									"key": "match[datasets]",
									"value": "SAN-CURRENT"
								},
								{
									"key": "provider",
									"value": "acuris"
								},
								{
									"key": "match[countryRequired]",
									"value": "true",
									"disabled": true
								},
								{
									"key": "match[threshold]",
									"value": "90",
									"disabled": true
								},
								{
									"key": "page[number]",
									"value": "1",
									"disabled": true
								},
								{
									"key": "page[size]",
									"value": "5",
									"disabled": true
								},
								{
									"key": "match[countries]",
									"value": "US"
								},
								{
									"key": "match[name]",
									"value": "Company"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Business By ID",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{company_info.compliance.screening}}/businesses/NQZGEVkxH31GNAxQEhJAXQ4lEVguGg8SB3NdDDEEXQ8Gc2ciVyVDLjdyRAx1FV16fjoFUUJGEghUIQFdWwNQHTFQVVQDdhI=",
							"host": [
								"{{company_info.compliance.screening}}"
							],
							"path": [
								"businesses",
								"NQZGEVkxH31GNAxQEhJAXQ4lEVguGg8SB3NdDDEEXQ8Gc2ciVyVDLjdyRAx1FV16fjoFUUJGEghUIQFdWwNQHTFQVVQDdhI="
							]
						}
					},
					"response": []
				},
				{
					"name": "Person Search",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{company_info.compliance.screening}}/persons?match[name]=John Doe&match[gender]=Male&match[countries]=US,IT&match[datasets]=PEP-CURRENT&match[countryRequired]=true&page[number]=1&page[size]=1&provider=acuris",
							"host": [
								"{{company_info.compliance.screening}}"
							],
							"path": [
								"persons"
							],
							"query": [
								{
									"key": "match[name]",
									"value": "John Doe"
								},
								{
									"key": "match[gender]",
									"value": "Male"
								},
								{
									"key": "match[countries]",
									"value": "US,IT"
								},
								{
									"key": "match[datasets]",
									"value": "PEP-CURRENT"
								},
								{
									"key": "match[countryRequired]",
									"value": "true"
								},
								{
									"key": "page[number]",
									"value": "1"
								},
								{
									"key": "page[size]",
									"value": "1"
								},
								{
									"key": "provider",
									"value": "acuris"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Person By ID",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{company_info.compliance.screening}}/persons/NQZGEVkxHylBN10JREYdWFslQwooTgAXXSEPV2JQCl0GJGNxV3ZNKDMnQAsjEFp_LGxTBUoSRwkHdwlbXQQATTJQUVcCdkY=",
							"host": [
								"{{company_info.compliance.screening}}"
							],
							"path": [
								"persons",
								"NQZGEVkxHylBN10JREYdWFslQwooTgAXXSEPV2JQCl0GJGNxV3ZNKDMnQAsjEFp_LGxTBUoSRwkHdwlbXQQATTJQUVcCdkY="
							]
						}
					},
					"response": []
				}
			],
			"auth": {
				"type": "apikey",
				"apikey": [
					{
						"key": "value",
						"value": "xxx",
						"type": "string"
					},
					{
						"key": "key",
						"value": "X-API-Key",
						"type": "string"
					}
				]
			},
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "company_info.rest",
			"value": "https://api.company.info"
		},
		{
			"key": "company_info.compliance.monitoring",
			"value": "https://api.company.info/compliance/monitor/v2",
			"type": "string"
		},
		{
			"key": "company_info.compliance.screening",
			"value": "https://api.company.info/compliance/screening",
			"type": "string"
		}
	]
}