{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "{{ config(\"app.url\") }}"
        }
    ],
    "info": {
        "name": "Pascal API Documentation",
        "_postman_id": "e3d64078-d76f-40b0-ab4a-2fe5efd522fb",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Bank accounts",
            "description": "",
            "item": [
                {
                    "name": "Import bank accounts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/bank-accounts\/import",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/bank-accounts\/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"bank_accounts\":[{\"name\":\"Main Business Account\",\"account_number\":\"NL91ABNA0417164300\",\"swift_code\":\"ABNANL2A\",\"bank_name\":\"ABN AMRO Bank N.V.\",\"currency\":\"EUR\",\"account_type\":\"current\",\"account_creation_date\":\"2024-01-15\",\"clients\":[\"Client A\"],\"client_identifiers\":[\"ID123\"],\"active\":true}],\"batch_id\":\"99cbb5f6-49a7-492c-a1de-92ff356d98d8\",\"count\":150}"
                        },
                        "description": "Import a list of bank accounts asynchronously.\nYou can provide up to 200 bank accounts per request.\nThe returned `id` is a batch ID, which you can use to check the progress of the import using the 'Get batch' endpoint.\n\n**Note:** Access to transaction monitoring is required to use this endpoint."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"id\": \"1abd0c71-dadd-4dad-8e20-1bd83aea25b3\",\n  \"createdAt\": \"2024-06-10T12:00:00.000000Z\",\n  \"finishedAt\": null\n}\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Batches",
            "description": "",
            "item": [
                {
                    "name": "Get batch",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/batches\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/batches\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1abd0c71-dadd-4dad-8e20-1bd83aea25b3",
                                    "description": "The ID of the batch."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint allows you to retrieve the status of a batch.\nBatches are created when importing cases, clients, transactions, or bank accounts.\nWhen a batch is finished (`finished_at` is not `null`), all jobs have been processed.\nThis allows you to track the progress of long-running imports.\nA finished batch is deleted 48 hours after it is finished and can no longer be found.\nIf a batch is not finished after 72 hours, it is also deleted and can no longer be found.\nYou can find the batch ID in the response when starting an import."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"id\": \"1abd0c71-dadd-4dad-8e20-1bd83aea25b3\",\n  \"created_at\": \"2024-06-10T12:00:00.000000Z\",\n  \"finished_at\": null\n}\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Cases",
            "description": "",
            "item": [
                {
                    "name": "Import cases",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cases\/import",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/cases\/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"cases\":[{\"type\":\"Person\",\"status\":\"In review\",\"name\":\"John Doe\",\"confidence\":\"Relative\",\"aliases\":[\"J. Doe\"],\"additional_terms\":[\"CEO\"],\"excluded_terms\":[\"Johnathan Doe\"],\"description\":\"Relation of a high risk client\",\"clients\":[\"['Johns']\"],\"client_identifiers\":[\"ID123\"],\"sources\":[\"sanctions\"],\"gender\":\"Male\",\"nationalities\":[\"NLD\"],\"country_of_birth\":\"NLD\",\"country_of_residence\":\"NLD\",\"date_of_birth\":\"2000-01-31\",\"passportVerificationForm\":{\"country\":\"NLD\",\"dateOfExpiry\":\"2026-04-13\",\"documentNumber\":\"bngzmiy\",\"givenNames\":\"v\",\"lastName\":\"d\",\"nationality\":\"NLD\",\"optionalData\":\"ljnikhwaykcmyu\"},\"company_number\":\"NL123\",\"country\":\"NLD\",\"address\":\"3721 West Fork Street, Montana\",\"asset_type\":\"vessel\",\"identifier\":\"123456\",\"user_email\":\"user@example.com\"}],\"deduplicate\":false,\"update_duplicates\":false,\"update_duplicates_clients\":false,\"batch_id\":\"99cbb5f6-49a7-492c-a1de-92ff356d98d8\",\"count\":150}"
                        },
                        "description": "Import and search a list of new cases asynchronously.\nAfter making a request, a list of case UUIDs will be returned in the same order as your request.\nA list of \"imported\" case UUIDs will also be returned. This allows you to distinguish between cases that were imported and those that were deduplicated.\nYou can use the 'List cases' endpoint to check the status of the imported cases.\nThe returned `id` is a batch ID, which you can use to check the progress of the import using the 'Get batch' endpoint."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"id\":\"1abd0c71-dadd-4dad-8e20-1bd83aea25b3\",\"createdAt\":\"2024-06-10T12:00:00.000000Z\",\"finishedAt\":null,\"uuids\":[\"a2546955-de2d-4907-a533-0846ee46f719\",\"d6253422-5197-429c-a8eb-4af7f6f7fffc\",\"052c7db6-bdca-4b95-b872-363b4287200f\"],\"imported\":[\"a2546955-de2d-4907-a533-0846ee46f719\"]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create and search case",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cases",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/cases"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"type\":\"Person\",\"status\":\"In review\",\"name\":\"John Doe\",\"aliases\":[\"J. Doe\"],\"confidence\":\"Relative\",\"match_on_connections\":false,\"additional_terms\":[\"CEO\"],\"excluded_terms\":[\"Johnathan Doe\"],\"client_ids\":[2],\"deduplicate\":false,\"allow_duplicate_conversion\":false,\"gender\":\"Male\",\"nationalities\":[\"NLD\"],\"country_of_birth\":\"NLD\",\"country_of_residence\":\"NLD\",\"date_of_birth\":\"2000-01-31\",\"company_number\":\"NL123\",\"country\":\"NL\",\"address\":\"3721 West Fork Street, Montana\",\"asset_type\":\"vessel\",\"identifier\":\"123456\",\"user_email\":\"user@example.com\"}"
                        },
                        "description": "Create and search a single case synchronously, returning results immediately.\nCase deduplication is optional - when enabled, the first matching case will be searched for changes and returned instead of creating duplicates.\n<aside class=\"notice\">A maximum of 3 concurrent case creation requests per organization is enforced. Additional requests will be rejected until existing requests complete. For larger volumes, the import cases endpoint is recommended.<\/aside>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"additional_terms\": [\"CEO\"],\n  \"address\": \"3721 West Fork Street, Montana\",\n  \"aliases\": [\"J. Doe\"],\n  \"asset_type\": null,\n  \"clients\": [{ \"name\": \"John Doe\", \"id\": 1 }],\n  \"company_number\": null,\n  \"confidence\": \"Relative\",\n  \"country\": null,\n  \"country_of_birth\": \"NLD\",\n  \"country_of_residence\": \"NLD\",\n  \"created_at\": \"2023-08-02T18:48:22.000000Z\",\n  \"date_of_birth\": null,\n  \"deleted_at\": null,\n  \"description\": \"Relation of a high risk client\",\n  \"excluded_terms\": [],\n  \"gender\": null,\n  \"group_id\": null,\n  \"id\": 2049050,\n  \"identifier\": null,\n  \"match_on_connections\": false,\n  \"monitoring_frequency_sanctions\": 90,\n  \"monitoring_frequency_peps\": 90,\n  \"monitoring_frequency_news\": 90,\n  \"monitoring_frequency_enforcements\": 90,\n  \"monitoring_frequency_other\": 90,\n  \"name\": \"My test case\",\n  \"nationalities\": null,\n  \"organization_id\": 19,\n  \"origin\": \"public-api\",\n  \"risk\": 0.12,\n  \"searched_at\": \"2023-08-02T18:48:32.000000Z\",\n  \"hits_unresolved_count\": 0,\n  \"resolve_progress\": 100,\n  \"hit_counts\": {\n    \"negative\": {\n      \"enforcements\": 0,\n      \"news\": 0,\n      \"other\": 0,\n      \"peps\": 0,\n      \"sanctions\": 0\n    },\n    \"positive\": {\n      \"enforcements\": 0,\n      \"news\": 0,\n      \"other\": 0,\n      \"peps\": 0,\n      \"sanctions\": 0\n    },\n    \"unresolved\": {\n      \"enforcements\": 0,\n      \"news\": 0,\n      \"other\": 0,\n      \"peps\": 0,\n      \"sanctions\": 0\n    }\n  },\n  \"sources\": [\n    {\n      \"active\": true,\n      \"case_id\": 2049050,\n      \"data_source\": {\n        \"active\": true,\n        \"deactivated_at\": null,\n        \"id\": 409,\n        \"source\": \"peps\",\n        \"vendor\": \"default\"\n      },\n      \"data_source_id\": 409,\n      \"id\": 18320030,\n      \"searched_at\": \"2023-08-02T18:48:22.000000Z\",\n      \"succeeded\": true\n    },\n    {\n      \"active\": true,\n      \"case_id\": 2049050,\n      \"data_source\": {\n        \"active\": true,\n        \"deactivated_at\": null,\n        \"id\": 413,\n        \"source\": \"news\",\n        \"vendor\": \"default\"\n      },\n      \"data_source_id\": 413,\n      \"id\": 18320031,\n      \"searched_at\": \"2023-08-02T18:48:22.000000Z\",\n      \"succeeded\": true\n    }\n  ],\n  \"status\": \"Monitored\",\n  \"type\": \"Person\",\n  \"unresolved_risk\": 0,\n  \"updated_at\": \"2023-08-02T18:48:22.000000Z\",\n  \"user_id\": null,\n  \"uuid\": \"a2546955-de2d-4907-a533-0846ee46f719\"\n}\n",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n  \"additional_terms\": [\"CEO\"],\n  \"address\": \"3721 West Fork Street, Montana\",\n  \"aliases\": [\"J. Doe\"],\n  \"asset_type\": null,\n  \"clients\": [{ \"name\": \"John Doe\", \"id\": 1 }],\n  \"company_number\": null,\n  \"confidence\": \"Relative\",\n  \"country\": null,\n  \"country_of_birth\": \"NLD\",\n  \"country_of_residence\": \"NLD\",\n  \"created_at\": \"2023-08-02T18:48:22.000000Z\",\n  \"date_of_birth\": null,\n  \"deleted_at\": null,\n  \"description\": \"Relation of a high risk client\",\n  \"excluded_terms\": [],\n  \"gender\": null,\n  \"group_id\": null,\n  \"id\": 2049050,\n  \"identifier\": null,\n  \"match_on_connections\": false,\n  \"monitoring_frequency_sanctions\": 90,\n  \"monitoring_frequency_peps\": 90,\n  \"monitoring_frequency_news\": 90,\n  \"monitoring_frequency_enforcements\": 90,\n  \"monitoring_frequency_other\": 90,\n  \"name\": \"My test case\",\n  \"nationalities\": null,\n  \"organization_id\": 19,\n  \"origin\": \"public-api\",\n  \"risk\": 0.12,\n  \"searched_at\": \"2023-08-02T18:48:32.000000Z\",\n  \"hits_unresolved_count\": 0,\n  \"resolve_progress\": 100,\n  \"hit_counts\": {\n    \"negative\": {\n      \"enforcements\": 0,\n      \"news\": 0,\n      \"other\": 0,\n      \"peps\": 0,\n      \"sanctions\": 0\n    },\n    \"positive\": {\n      \"enforcements\": 0,\n      \"news\": 0,\n      \"other\": 0,\n      \"peps\": 0,\n      \"sanctions\": 0\n    },\n    \"unresolved\": {\n      \"enforcements\": 0,\n      \"news\": 0,\n      \"other\": 0,\n      \"peps\": 0,\n      \"sanctions\": 0\n    }\n  },\n  \"sources\": [\n    {\n      \"active\": true,\n      \"case_id\": 2049050,\n      \"data_source\": {\n        \"active\": true,\n        \"deactivated_at\": null,\n        \"id\": 409,\n        \"source\": \"peps\",\n        \"vendor\": \"default\"\n      },\n      \"data_source_id\": 409,\n      \"id\": 18320030,\n      \"searched_at\": \"2023-08-02T18:48:22.000000Z\",\n      \"succeeded\": true\n    },\n    {\n      \"active\": true,\n      \"case_id\": 2049050,\n      \"data_source\": {\n        \"active\": true,\n        \"deactivated_at\": null,\n        \"id\": 413,\n        \"source\": \"news\",\n        \"vendor\": \"default\"\n      },\n      \"data_source_id\": 413,\n      \"id\": 18320031,\n      \"searched_at\": \"2023-08-02T18:48:22.000000Z\",\n      \"succeeded\": true\n    }\n  ],\n  \"status\": \"Monitored\",\n  \"type\": \"Person\",\n  \"unresolved_risk\": 0,\n  \"updated_at\": \"2023-08-02T18:48:22.000000Z\",\n  \"user_id\": null,\n  \"uuid\": \"a2546955-de2d-4907-a533-0846ee46f719\"\n}\n",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n  \"message\": \"Maximum concurrent requests (3) reached. Please wait for existing requests to complete.\"\n}\n",
                            "name": "concurrency limit"
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n  \"message\": \"Duplicate case found in 'Preview' status. Set 'allow_duplicate_conversion' to true to allow conversion to a searchable status, or update the case status manually.\",\n  \"id\": 1,\n  \"uuid\": \"a41199d4-69eb-459e-809e-d169fb94a076\"\n}\n",
                            "name": "duplicate conversion"
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"message\": \"Search failed\"\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List cases",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cases\/searches",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/cases\/searches"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"per_page\":10,\"page\":1,\"sort_by\":\"updated_at\",\"sort_order\":\"desc\",\"secondary_sort_by\":\"uuid\",\"secondary_sort_order\":\"desc\",\"with\":[\"hitCountsPerSource\"],\"user_id\":[1],\"group_id\":[1],\"created_at\":[\"2025-01-01\",\"2025-01-31\"],\"updated_at\":[\"2025-01-01\",\"2025-01-31\"],\"searched_at\":[\"2025-01-01\",\"2025-01-31\"],\"deleted\":false,\"uuid\":[\"a2546955-de2d-4907-a533-0846ee46f719\"],\"nationalities\":[\"NLD\"],\"aliases\":[\"b\"],\"country_of_birth\":[\"NLD\"],\"country_of_residence\":[\"NLD\"],\"company_number\":\"n\",\"address\":\"g\",\"country\":[\"NLD\"],\"hit_resolution\":[\"positive\"],\"hit_source\":null,\"hit_time_range\":[\"2025-01-01\",\"2025-01-31\"],\"client_status\":[\"Active\"],\"clients\":{\"cases_count\":[1],\"clients_count\":[1],\"created_at\":[\"2025-01-01\",\"2025-01-31\"],\"risk\":[\"very high\"],\"updated_at\":[\"2025-01-01\",\"2025-01-31\"],\"identifier\":[\"ID123\"]}}"
                        },
                        "description": "List cases using filters.\nReturning basic information on a list of cases.\nPaginating through results is possible using the per_page and page parameters."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": [\n    {\n      \"additional_terms\": [\"CEO\"],\n      \"address\": \"3721 West Fork Street, Montana\",\n      \"aliases\": [\"J. Doe\"],\n      \"asset_type\": null,\n      \"clients\": [{ \"name\": \"John Doe\", \"id\": 1 }],\n      \"company_number\": null,\n      \"confidence\": \"Relative\",\n      \"country\": null,\n      \"country_of_birth\": \"NLD\",\n      \"country_of_residence\": \"NLD\",\n      \"created_at\": \"2023-08-02T18:48:22.000000Z\",\n      \"date_of_birth\": null,\n      \"deleted_at\": null,\n      \"description\": \"Relation of a high risk client\",\n      \"excluded_terms\": [],\n      \"gender\": null,\n      \"group_id\": null,\n      \"id\": 2049050,\n      \"identifier\": null,\n      \"match_on_connections\": false,\n      \"monitoring_frequency_sanctions\": 90,\n      \"monitoring_frequency_peps\": 90,\n      \"monitoring_frequency_news\": 90,\n      \"monitoring_frequency_enforcements\": 90,\n      \"monitoring_frequency_other\": 90,\n      \"name\": \"My test case\",\n      \"nationalities\": null,\n      \"organization_id\": 19,\n      \"origin\": \"import\",\n      \"risk\": 0.12,\n      \"searched_at\": \"2023-08-02T18:48:32.000000Z\",\n      \"hits_unresolved_count\": 0,\n      \"resolve_progress\": 100,\n      \"hit_counts\": {\n        \"negative\": {\n          \"enforcements\": 0,\n          \"news\": 0,\n          \"other\": 0,\n          \"peps\": 0,\n          \"sanctions\": 0\n        },\n        \"positive\": {\n          \"enforcements\": 0,\n          \"news\": 0,\n          \"other\": 0,\n          \"peps\": 0,\n          \"sanctions\": 0\n        },\n        \"unresolved\": {\n          \"enforcements\": 0,\n          \"news\": 0,\n          \"other\": 0,\n          \"peps\": 0,\n          \"sanctions\": 0\n        }\n      },\n      \"sources\": [\n        {\n          \"active\": true,\n          \"case_id\": 2049050,\n          \"data_source\": {\n            \"active\": true,\n            \"deactivated_at\": null,\n            \"id\": 409,\n            \"source\": \"peps\",\n            \"vendor\": \"default\"\n          },\n          \"data_source_id\": 409,\n          \"id\": 18320030,\n          \"searched_at\": \"2023-08-02T18:48:22.000000Z\",\n          \"succeeded\": true\n        },\n        {\n          \"active\": true,\n          \"case_id\": 2049050,\n          \"data_source\": {\n            \"active\": true,\n            \"deactivated_at\": null,\n            \"id\": 413,\n            \"source\": \"news\",\n            \"vendor\": \"default\"\n          },\n          \"data_source_id\": 413,\n          \"id\": 18320031,\n          \"searched_at\": \"2023-08-02T18:48:22.000000Z\",\n          \"succeeded\": true\n        }\n      ],\n      \"status\": \"Monitored\",\n      \"type\": \"Person\",\n      \"unresolved_risk\": 0,\n      \"updated_at\": \"2023-08-02T18:48:22.000000Z\",\n      \"user_id\": null,\n      \"uuid\": \"a2546955-de2d-4907-a533-0846ee46f719\"\n    }\n  ],\n  \"meta\": {\n    \"current_page\": 1,\n    \"from\": 1,\n    \"last_page\": 1,\n    \"per_page\": 10,\n    \"to\": 1,\n    \"total\": 1\n  }\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get case",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cases\/:id",
                            "query": [
                                {
                                    "key": "with[0]",
                                    "value": "hitCounts",
                                    "description": "Adds additional values to the results. Must be one of: hitCounts, hitCountsPerSource.",
                                    "disabled": false
                                },
                                {
                                    "key": "with[1]",
                                    "value": "hitCountsPerSource",
                                    "description": "Adds additional values to the results. Must be one of: hitCounts, hitCountsPerSource.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/cases\/:id?with[0]=hitCounts&with[1]=hitCountsPerSource",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "B3b1a0de-E464-0660-dEBB-cE54cDE1a84b%7C15",
                                    "description": "The ID of the case."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": null,
                        "description": "Retrieve a single case by ID or UUID."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"additional_terms\": [\"CEO\"],\n  \"address\": \"3721 West Fork Street, Montana\",\n  \"aliases\": [\"J. Doe\"],\n  \"asset_type\": null,\n  \"clients\": [{ \"name\": \"John Doe\", \"id\": 1 }],\n  \"company_number\": null,\n  \"confidence\": \"Relative\",\n  \"country\": null,\n  \"country_of_birth\": \"NLD\",\n  \"country_of_residence\": \"NLD\",\n  \"created_at\": \"2023-08-02T18:48:22.000000Z\",\n  \"date_of_birth\": null,\n  \"deleted_at\": null,\n  \"description\": \"Relation of a high risk client\",\n  \"excluded_terms\": [],\n  \"gender\": null,\n  \"group_id\": null,\n  \"id\": 2049050,\n  \"identifier\": null,\n  \"match_on_connections\": false,\n  \"monitoring_frequency_sanctions\": 90,\n  \"monitoring_frequency_peps\": 90,\n  \"monitoring_frequency_news\": 90,\n  \"monitoring_frequency_enforcements\": 90,\n  \"monitoring_frequency_other\": 90,\n  \"name\": \"My test case\",\n  \"nationalities\": null,\n  \"organization_id\": 19,\n  \"origin\": \"import\",\n  \"risk\": 0.12,\n  \"searched_at\": \"2023-08-02T18:48:32.000000Z\",\n  \"hits_unresolved_count\": 0,\n  \"resolve_progress\": 100,\n  \"hit_counts\": {\n    \"negative\": {\n      \"enforcements\": 0,\n      \"news\": 0,\n      \"other\": 0,\n      \"peps\": 0,\n      \"sanctions\": 0\n    },\n    \"positive\": {\n      \"enforcements\": 0,\n      \"news\": 0,\n      \"other\": 0,\n      \"peps\": 0,\n      \"sanctions\": 0\n    },\n    \"unresolved\": {\n      \"enforcements\": 0,\n      \"news\": 0,\n      \"other\": 0,\n      \"peps\": 0,\n      \"sanctions\": 0\n    }\n  },\n  \"sources\": [\n    {\n      \"active\": true,\n      \"case_id\": 2049050,\n      \"data_source\": {\n        \"active\": true,\n        \"deactivated_at\": null,\n        \"id\": 409,\n        \"source\": \"peps\",\n        \"vendor\": \"default\"\n      },\n      \"data_source_id\": 409,\n      \"id\": 18320030,\n      \"searched_at\": \"2023-08-02T18:48:22.000000Z\",\n      \"succeeded\": true\n    },\n    {\n      \"active\": true,\n      \"case_id\": 2049050,\n      \"data_source\": {\n        \"active\": true,\n        \"deactivated_at\": null,\n        \"id\": 413,\n        \"source\": \"news\",\n        \"vendor\": \"default\"\n      },\n      \"data_source_id\": 413,\n      \"id\": 18320031,\n      \"searched_at\": \"2023-08-02T18:48:22.000000Z\",\n      \"succeeded\": true\n    }\n  ],\n  \"status\": \"Monitored\",\n  \"type\": \"Person\",\n  \"unresolved_risk\": 0,\n  \"updated_at\": \"2023-08-02T18:48:22.000000Z\",\n  \"user_id\": null,\n  \"uuid\": \"a2546955-de2d-4907-a533-0846ee46f719\"\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update case",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cases\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/cases\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "B3b1a0de-E464-0660-dEBB-cE54cDE1a84b%7C15",
                                    "description": "The ID of the case."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"clients\":null,\"status\":\"Monitored\",\"on_hold_audit_description\":\"Waiting for an external legal review.\",\"monitoring_frequency\":7,\"name\":\"John Doe\",\"aliases\":null,\"confidence\":\"Relative\",\"match_on_connections\":false,\"gender\":\"Male\",\"nationalities\":[\"NLD\"],\"country_of_birth\":\"NLD\",\"country_of_residence\":\"NLD\",\"date_of_birth\":\"2000-01-31\",\"passportVerificationForm\":{\"country\":\"NLD\",\"dateOfExpiry\":\"2026-04-13\",\"documentNumber\":\"bngzmiy\",\"givenNames\":\"v\",\"lastName\":\"d\",\"nationality\":\"NLD\",\"optionalData\":\"ljnikhwaykcmyu\"},\"company_number\":\"NL123\",\"country\":\"NLD\",\"address\":\"3721 West Fork Street, Montana\",\"asset_type\":\"vessel\",\"identifier\":\"123456\",\"user_email\":\"user@example.com\"}"
                        },
                        "description": "Edit the specifications or status of an existing case.\nOnly fields provided will be updated, fields that are not provided will remain in the current state.\nWill return the updated case information.\n<aside class=\"notice\">For example, a request with just a case status <code>{\"status\": \"Monitored\"}<\/code> can be used to change a case from In review to Monitored<\/aside>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"additional_terms\": [\"CEO\"],\n  \"address\": \"3721 West Fork Street, Montana\",\n  \"aliases\": [\"J. Doe\"],\n  \"asset_type\": null,\n  \"clients\": [{ \"name\": \"John Doe\", \"id\": 1 }],\n  \"company_number\": null,\n  \"confidence\": \"Relative\",\n  \"country\": null,\n  \"country_of_birth\": \"NLD\",\n  \"country_of_residence\": \"NLD\",\n  \"created_at\": \"2023-08-02T18:48:22.000000Z\",\n  \"date_of_birth\": null,\n  \"deleted_at\": null,\n  \"description\": \"Relation of a high risk client\",\n  \"excluded_terms\": [],\n  \"gender\": null,\n  \"group_id\": null,\n  \"id\": 2049050,\n  \"identifier\": null,\n  \"match_on_connections\": false,\n  \"monitoring_frequency_sanctions\": 90,\n  \"monitoring_frequency_peps\": 90,\n  \"monitoring_frequency_news\": 90,\n  \"monitoring_frequency_enforcements\": 90,\n  \"monitoring_frequency_other\": 90,\n  \"name\": \"My test case\",\n  \"nationalities\": null,\n  \"organization_id\": 19,\n  \"origin\": \"import\",\n  \"risk\": 0.12,\n  \"searched_at\": \"2023-08-02T18:48:32.000000Z\",\n  \"sources\": [\n    {\n      \"active\": true,\n      \"case_id\": 2049050,\n      \"data_source\": {\n        \"active\": true,\n        \"deactivated_at\": null,\n        \"id\": 409,\n        \"source\": \"peps\",\n        \"vendor\": \"default\"\n      },\n      \"data_source_id\": 409,\n      \"id\": 18320030,\n      \"searched_at\": \"2023-08-02T18:48:22.000000Z\",\n      \"succeeded\": true\n    },\n    {\n      \"active\": true,\n      \"case_id\": 2049050,\n      \"data_source\": {\n        \"active\": true,\n        \"deactivated_at\": null,\n        \"id\": 413,\n        \"source\": \"news\",\n        \"vendor\": \"default\"\n      },\n      \"data_source_id\": 413,\n      \"id\": 18320031,\n      \"searched_at\": \"2023-08-02T18:48:22.000000Z\",\n      \"succeeded\": true\n    }\n  ],\n  \"status\": \"Monitored\",\n  \"type\": \"Person\",\n  \"unresolved_risk\": 0,\n  \"updated_at\": \"2023-08-02T18:48:22.000000Z\",\n  \"user_id\": null,\n  \"uuid\": \"a2546955-de2d-4907-a533-0846ee46f719\"\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Case hits key information",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cases\/:id\/hits-key-information",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/cases\/:id\/hits-key-information",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "B3b1a0de-E464-0660-dEBB-cE54cDE1a84b%7C15",
                                    "description": "The ID of the case."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": null,
                        "description": "Retrieve the key information of a case's hits."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"unresolved\": {\n    \"enforcements\": [\n      {\n        \"data\": {\n          \"birth_dates\": null,\n          \"connections\": null,\n          \"name\": \"John Doe\",\n          \"nationalities\": [\n            {\n              \"country\": \"United States of America\"\n            }\n          ]\n        },\n        \"resolution\": \"unresolved\",\n        \"source\": \"enforcements\"\n      }\n    ],\n    \"sanctions\": [\n      {\n        \"data\": {\n          \"birth_dates\": null,\n          \"connections\": null,\n          \"name\": \"John Doe\",\n          \"nationalities\": [\n            {\n              \"country\": \"United States of America\"\n            }\n          ]\n        },\n        \"resolution\": \"unresolved\",\n        \"source\": \"sanctions\"\n      }\n    ]\n  },\n  \"positive\": {\n    \"enforcements\": [\n      {\n        \"data\": {\n          \"birth_dates\": null,\n          \"connections\": null,\n          \"name\": \"John Doe\",\n          \"nationalities\": [\n            {\n              \"country\": \"United States of America\"\n            }\n          ]\n        },\n        \"resolution\": \"positive\",\n        \"source\": \"enforcements\"\n      }\n    ],\n    \"sanctions\": [\n      {\n        \"data\": {\n          \"birth_dates\": null,\n          \"connections\": null,\n          \"name\": \"John Doe\",\n          \"nationalities\": [\n            {\n              \"country\": \"United States of America\"\n            }\n          ]\n        },\n        \"resolution\": \"positive\",\n        \"source\": \"sanctions\"\n      }\n    ]\n  }\n}\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Clients",
            "description": "",
            "item": [
                {
                    "name": "Create client",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/clients",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/clients"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"My client\",\"identifier\":\"ID123\",\"description\":\"A description of the client.\"}"
                        },
                        "description": "Create a new client."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"id\": 13152,\n  \"name\": \"Pauline Lindgren III\",\n  \"organization_id\": 91,\n  \"created_at\": \"2025-08-28T13:40:59.000000Z\",\n  \"updated_at\": \"2025-08-28T13:40:59.000000Z\",\n  \"description\": \"Accusantium quod voluptas ut. Rerum dolorum soluta rerum dolores. Ut officia quia velit maxime non ducimus.\",\n  \"status\": \"Active\",\n  \"assignee_user_id\": null,\n  \"onboarding_status\": null,\n  \"onboarding_risk\": null,\n  \"cases_count\": 8,\n  \"risk\": 0.12,\n  \"hits_total_count\": 0,\n  \"hits_unresolved_count\": 0,\n  \"resolve_progress\": 100,\n  \"approval_steps\": []\n}\n",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"id\": 1,\n  \"name\": \"My client\",\n  \"identifier\": \"ABC-123\",\n  \"organization_id\": 1,\n  \"created_at\": \"2025-08-28T13:40:59.000000Z\",\n  \"updated_at\": \"2025-08-28T14:20:59.000000Z\",\n  \"description\": \"A description of the client.\",\n  \"status\": \"Active\",\n  \"assignee_user_id\": null,\n  \"onboarding_status\": \"waiting for approval\",\n  \"onboarding_risk\": null,\n  \"cases_count\": 8,\n  \"risk\": 0.12,\n  \"hits_total_count\": 0,\n  \"hits_unresolved_count\": 0,\n  \"resolve_progress\": 100,\n  \"approval_steps\": [\n    {\n      \"id\": 328,\n      \"user_id\": 2194,\n      \"approved\": true,\n      \"updated_at\": \"2025-08-28T14:20:59.000000Z\",\n      \"approved_by_function\": \"Compliance Officer\",\n      \"user_name\": \"John Smith\"\n    },\n    {\n      \"id\": 329,\n      \"user_id\": null,\n      \"approved\": null,\n      \"updated_at\": \"2025-08-28T14:20:59.000000Z\",\n      \"approved_by_function\": null,\n      \"user_name\": null\n    }\n  ]\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get client",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/clients\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/clients\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "564",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": null,
                        "description": "Get detailed information on a specific client."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"id\": 1,\n  \"name\": \"My client\",\n  \"identifier\": \"ABC-123\",\n  \"organization_id\": 1,\n  \"created_at\": \"2025-08-28T13:40:59.000000Z\",\n  \"updated_at\": \"2025-08-28T14:20:59.000000Z\",\n  \"description\": \"A description of the client.\",\n  \"status\": \"Active\",\n  \"assignee_user_id\": null,\n  \"onboarding_status\": \"waiting for approval\",\n  \"onboarding_risk\": null,\n  \"cases_count\": 8,\n  \"risk\": 0.12,\n  \"hits_total_count\": 0,\n  \"hits_unresolved_count\": 0,\n  \"resolve_progress\": 100,\n  \"approval_steps\": [\n    {\n      \"id\": 328,\n      \"user_id\": 2194,\n      \"approved\": true,\n      \"updated_at\": \"2025-08-28T14:20:59.000000Z\",\n      \"approved_by_function\": \"Compliance Officer\",\n      \"user_name\": \"John Smith\"\n    },\n    {\n      \"id\": 329,\n      \"user_id\": null,\n      \"approved\": null,\n      \"updated_at\": \"2025-08-28T14:20:59.000000Z\",\n      \"approved_by_function\": null,\n      \"user_name\": null\n    }\n  ]\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List clients",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/clients\/searches",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/clients\/searches"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":null,\"not_id\":null,\"identifier\":[\"ID123\"],\"assignee_user_id\":[16],\"client_client_id\":[22],\"not_client_client_id\":[67],\"not_cases_id\":[66],\"onboarding_status\":[\"declined\"],\"organization_id\":null,\"page\":1,\"per_page\":10,\"sort_by\":\"updated_at\",\"sort_order\":\"desc\",\"updated_at\":[\"2025-01-01\",\"2025-01-31\"],\"created_at\":[\"2025-01-01\",\"2025-01-31\"],\"risk\":[[\"high\",\"very high\"]],\"cases_count\":[1],\"clients_count\":[1],\"custom_filters\":[\"has_onboarding_forms\"],\"cases\":{\"group_id\":[1],\"user_id\":[1],\"country\":[\"NLD\"],\"created_at\":[\"2025-01-01\",\"2025-01-31\"],\"nationalities\":[\"NLD\"],\"aliases\":[\"m\"],\"status\":null,\"type\":null,\"updated_at\":[\"2025-01-01\",\"2025-01-31\"],\"searched_at\":[\"2025-01-01\",\"2025-01-31\"],\"hits\":{\"resolution\":[[\"unresolved\",\"positive\"]],\"source\":null,\"time_range\":[\"2025-01-01\",\"2025-01-31\"]}},\"with\":[\"approvalSteps\"]}"
                        },
                        "description": "List clients using filters.\nReturning basic information on a list of clients.\nPaginating through results is possible using the per_page and page parameters."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": [\n    {\n      \"id\": 1,\n      \"identifier\": \"ABC-123\",\n      \"name\": \"My client\",\n      \"organization_id\": 1,\n      \"created_at\": \"2025-08-28T13:40:59.000000Z\",\n      \"updated_at\": \"2025-08-28T13:40:59.000000Z\",\n      \"description\": \"A description of the client.\",\n      \"status\": \"Active\",\n      \"assignee_user_id\": null,\n      \"onboarding_status\": null,\n      \"onboarding_risk\": null,\n      \"cases_count\": 8,\n      \"risk\": 0.12,\n      \"hits_total_count\": 0,\n      \"hits_unresolved_count\": 0,\n      \"resolve_progress\": 100,\n      \"approval_steps\": []\n    }\n  ],\n  \"meta\": {\n    \"current_page\": 1,\n    \"from\": 1,\n    \"last_page\": 1,\n    \"per_page\": 10,\n    \"to\": 1,\n    \"total\": 1\n  }\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Link clients",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/clients\/:id\/clients",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/clients\/:id\/clients",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The id of the client that you want to link to other clients."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"client_ids\":[2]}"
                        },
                        "description": "Link a client to other clients."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": null,
                            "name": "Clients linked successfully."
                        }
                    ]
                },
                {
                    "name": "Update client",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/clients\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/clients\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "564",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"My client\"}"
                        },
                        "description": "Edit the specifications of an existing client."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"id\": 1,\n  \"name\": \"My client\",\n  \"identifier\": \"ABC-123\",\n  \"organization_id\": 1,\n  \"created_at\": \"2025-08-28T13:40:59.000000Z\",\n  \"updated_at\": \"2025-08-28T14:20:59.000000Z\",\n  \"description\": \"A description of the client.\",\n  \"status\": \"Active\",\n  \"assignee_user_id\": null,\n  \"onboarding_status\": \"waiting for approval\",\n  \"onboarding_risk\": null,\n  \"cases_count\": 8,\n  \"risk\": 0.12,\n  \"hits_total_count\": 0,\n  \"hits_unresolved_count\": 0,\n  \"resolve_progress\": 100,\n  \"approval_steps\": [\n    {\n      \"id\": 328,\n      \"user_id\": 2194,\n      \"approved\": true,\n      \"updated_at\": \"2025-08-28T14:20:59.000000Z\",\n      \"approved_by_function\": \"Compliance Officer\",\n      \"user_name\": \"John Smith\"\n    },\n    {\n      \"id\": 329,\n      \"user_id\": null,\n      \"approved\": null,\n      \"updated_at\": \"2025-08-28T14:20:59.000000Z\",\n      \"approved_by_function\": null,\n      \"user_name\": null\n    }\n  ]\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Unlink clients",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/clients\/:id\/clients",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/clients\/:id\/clients",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The id of the client that you want to unlink from other clients."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"client_ids\":[2]}"
                        },
                        "description": "Unlink a client from other clients."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": null,
                            "name": "Clients unlinked successfully."
                        }
                    ]
                },
                {
                    "name": "Import clients",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/clients\/import",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/clients\/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"clients\":[{\"type\":\"Person\",\"name\":\"John Doe\",\"identifier\":\"ID123\",\"status\":\"Active\",\"address\":\"123 Main St, Springfield\",\"phone_number\":\"+31612345678\",\"email\":\"john.doe@example.com\",\"incorporation_date\":\"2020-01-31\",\"company_number\":\"12345678\",\"country\":\"NLD\",\"nationalities\":[\"NLD\"],\"date_of_birth\":\"1990-01-31\",\"standard_industry_classifications\":[\"01110\"],\"account_creation_date\":\"2023-01-31\",\"risk_indicators\":[\"PEP\"],\"estimated_incoming_amount\":100000,\"estimated_incoming_currency\":\"EUR\",\"estimated_outgoing_amount\":50000,\"estimated_outgoing_currency\":\"EUR\",\"description\":\"Important client\",\"user_risk_score\":0.06,\"assignee_user_id\":1,\"profession\":\"Software Engineer\",\"gender\":\"male\",\"cash_incoming_currency\":\"USD\",\"cash_incoming_amount\":10000,\"cash_outgoing_currency\":\"USD\",\"cash_outgoing_amount\":5000,\"cash_percentage\":12.5,\"transaction_count\":120,\"transaction_volume_incoming\":200000,\"transaction_volume_outgoing\":150000,\"transaction_count_cross_border\":10,\"transaction_volume_cross_border_incoming\":50000,\"transaction_volume_cross_border_outgoing\":30000,\"transaction_countries\":[\"NLD\"]}],\"deduplication_fields\":[\"name\"],\"ignore_empty_fields\":false,\"attach_identifier_to_existing_clients\":false,\"batch_id\":\"99cbb5f6-49a7-492c-a1de-92ff356d98d8\",\"count\":250}"
                        },
                        "description": "Import a list of clients asynchronously.\nYou can use the 'List clients' endpoint to check the status of the imported clients.\nThe returned 'batch_id' is a batch ID, which you can use to check the progress of the import using the 'Get batch' endpoint."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"batch_id\": \"1abd0c71-dadd-4dad-8e20-1bd83aea25b3\"\n}\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Onboarding forms",
            "description": "",
            "item": [
                {
                    "name": "List onboarding form templates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/onboarding-form-templates\/searches",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/onboarding-form-templates\/searches"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page\":1,\"per_page\":10,\"updated_at\":[\"2025-01-01\",\"2025-01-31\"],\"sort_by\":\"updated_at\",\"sort_order\":\"desc\"}"
                        },
                        "description": "List onboarding form templates.\nPaginating through results is possible using the per_page and page parameters."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": [\n    {\n      \"created_at\": \"2024-11-28T08:34:03.000000Z\",\n      \"external_name\": \"Standard Form\",\n      \"id\": 88,\n      \"name\": \"Standard Form\",\n      \"organization_id\": 15,\n      \"updated_at\": \"2024-11-28T08:34:03.000000Z\"\n    }\n  ],\n  \"meta\": {\n    \"current_page\": 1,\n    \"from\": 1,\n    \"last_page\": 1,\n    \"per_page\": 10,\n    \"to\": 1,\n    \"total\": 1\n  }\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create onboarding form",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/onboarding-forms",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/onboarding-forms"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"assignee_user_email\":\"gbailey@example.net\",\"onboarding_form_template_id\":27,\"client_id\":35,\"onboarding_form_question_answers\":[{\"external_id\":\"company_name\",\"answer\":\"Acme Corp\"},{\"external_id\":\"country\",\"answer\":\"NLD\"}],\"status\":\"in progress\",\"external_users\":[{\"first_name\":\"y\",\"last_name\":\"v\",\"email\":\"jdach@example.org\"}]}"
                        },
                        "description": "Create an onboarding form for an existing client.<br>\nAdding an onboarding form to a client will make it visible in the <b>Onboarding<\/b> application."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n  \"assignee_user_id\": 24,\n  \"client_id\": 2834,\n  \"created_at\": \"2025-03-31T11:22:10.000000Z\",\n  \"external_name\": \"Standard Form\",\n  \"external_questions_open\": 1,\n  \"external_questions_total\": 1,\n  \"id\": 273,\n  \"name\": \"Standard Form\",\n  \"organization_id\": 10240,\n  \"questions_open\": 1,\n  \"questions_total\": 1,\n  \"status\": \"in progress\",\n  \"updated_at\": \"2025-03-31T11:22:10.000000Z\"\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List onboarding forms",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/onboarding-forms\/searches",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/onboarding-forms\/searches"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page\":1,\"per_page\":10,\"name\":\"b\",\"updated_at\":[\"2025-01-01\",\"2025-01-31\"],\"sort_by\":\"updated_at\",\"sort_order\":\"desc\",\"external_user_ids\":[22],\"client_id\":[67],\"with\":[\"user\"]}"
                        },
                        "description": "List onboarding forms using filters.\nReturning basic information on a list of onboarding forms.\nPaginating through results is possible using the per_page and page parameters."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "1000"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "999"
                                },
                                {
                                    "key": "vary",
                                    "value": "Precognition, Origin"
                                }
                            ],
                            "code": 403,
                            "body": "{\n    \"message\": \"This action is unauthorized.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List onboarding form questions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/onboarding-form-questions\/searches",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/onboarding-form-questions\/searches"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"external_ids\":[\"ID123\"],\"page\":1,\"per_page\":10,\"onboarding_form_ids\":null}"
                        },
                        "description": "List onboarding form questions using filters."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": [\n    {\n      \"id\": 164,\n      \"question_id\": 2,\n      \"parent_question_id\": null,\n      \"title\": \"Yes \/ No\",\n      \"answer\": \"Yes\",\n      \"type\": \"true_false\",\n      \"created_at\": \"2024-04-18T09:55:40.000000Z\",\n      \"updated_at\": \"2024-04-18T09:55:48.000000Z\"\n    },\n    {\n      \"id\": 178,\n      \"question_id\": 3,\n      \"parent_question_id\": null,\n      \"title\": \"Date of birth\",\n      \"answer\": \"2024-04-02\",\n      \"type\": \"datepicker\",\n      \"created_at\": \"2024-04-19T07:47:24.000000Z\",\n      \"updated_at\": \"2024-04-19T07:58:17.000000Z\"\n    },\n    {\n      \"id\": 168,\n      \"question_id\": 4,\n      \"parent_question_id\": null,\n      \"title\": \"True or false\",\n      \"answer\": \"Yes\",\n      \"type\": \"true_false\",\n      \"created_at\": \"2024-04-18T10:01:46.000000Z\",\n      \"updated_at\": \"2024-04-18T10:01:54.000000Z\"\n    },\n    {\n      \"id\": 173,\n      \"question_id\": 5,\n      \"parent_question_id\": null,\n      \"title\": \"Yes \/ No\",\n      \"answer\": \"Yes\",\n      \"type\": \"true_false\",\n      \"created_at\": \"2024-04-18T11:40:29.000000Z\",\n      \"updated_at\": \"2024-04-18T11:51:59.000000Z\"\n    },\n    {\n      \"id\": 175,\n      \"question_id\": 6,\n      \"parent_question_id\": null,\n      \"title\": \"Name\",\n      \"answer\": \"John Doe\",\n      \"type\": \"text\",\n      \"created_at\": \"2024-04-18T11:51:56.000000Z\",\n      \"updated_at\": \"2024-04-18T11:52:01.000000Z\"\n    },\n    {\n      \"id\": 176,\n      \"question_id\": 7,\n      \"parent_question_id\": null,\n      \"title\": \"E-mail\",\n      \"answer\": \"john.doe@vartion.com\",\n      \"type\": \"text\",\n      \"created_at\": \"2024-04-18T11:51:56.000000Z\",\n      \"updated_at\": \"2024-04-18T11:52:04.000000Z\"\n    },\n    {\n      \"id\": 548,\n      \"question_id\": 8,\n      \"parent_question_id\": null,\n      \"title\": \"Name\",\n      \"answer\": null,\n      \"type\": \"text\",\n      \"created_at\": \"2024-05-28T11:15:07.000000Z\",\n      \"updated_at\": \"2024-05-28T11:15:07.000000Z\"\n    },\n    {\n      \"id\": 170,\n      \"question_id\": 9,\n      \"parent_question_id\": null,\n      \"title\": \"Website\",\n      \"answer\": null,\n      \"type\": \"url\",\n      \"created_at\": \"2024-04-18T10:01:46.000000Z\",\n      \"updated_at\": \"2024-05-07T07:39:07.000000Z\"\n    },\n    {\n      \"id\": 166,\n      \"question_id\": 10,\n      \"parent_question_id\": null,\n      \"title\": \"Please give a number\",\n      \"answer\": \"2\",\n      \"type\": \"number\",\n      \"created_at\": \"2024-04-18T10:01:46.000000Z\",\n      \"updated_at\": \"2024-04-23T12:42:32.000000Z\"\n    },\n    {\n      \"id\": 167,\n      \"question_id\": 11,\n      \"parent_question_id\": null,\n      \"title\": \"Website\",\n      \"answer\": \"http:\/\/example.com\",\n      \"type\": \"url\",\n      \"created_at\": \"2024-04-18T10:01:46.000000Z\",\n      \"updated_at\": \"2024-04-23T12:42:38.000000Z\"\n    },\n    {\n      \"id\": 171,\n      \"question_id\": 12,\n      \"parent_question_id\": null,\n      \"title\": \"Choose a fruit\",\n      \"answer\": null,\n      \"type\": \"dropdown\",\n      \"created_at\": \"2024-04-18T10:01:46.000000Z\",\n      \"updated_at\": \"2024-05-07T07:39:10.000000Z\"\n    },\n    {\n      \"id\": 172,\n      \"question_id\": 13,\n      \"parent_question_id\": null,\n      \"title\": \"Choose another fruit\",\n      \"answer\": \"a\",\n      \"type\": \"dropdown\",\n      \"created_at\": \"2024-04-18T10:01:46.000000Z\",\n      \"updated_at\": \"2024-04-23T12:42:40.000000Z\"\n    },\n    {\n      \"id\": 177,\n      \"question_id\": 14,\n      \"parent_question_id\": null,\n      \"title\": \"Please upload your document\",\n      \"answer\": null,\n      \"type\": \"upload\",\n      \"created_at\": \"2024-04-18T11:51:56.000000Z\",\n      \"updated_at\": \"2024-04-18T11:51:56.000000Z\"\n    },\n    {\n      \"id\": 189,\n      \"question_id\": 15,\n      \"parent_question_id\": null,\n      \"title\": \"Persons to email\",\n      \"answer\": null,\n      \"type\": \"repeater\",\n      \"created_at\": \"2024-04-22T08:11:43.000000Z\",\n      \"updated_at\": \"2024-04-23T14:28:48.000000Z\"\n    },\n    {\n      \"id\": 185,\n      \"question_id\": 16,\n      \"parent_question_id\": 15,\n      \"title\": \"E-mail\",\n      \"answer\": null,\n      \"type\": \"text\",\n      \"created_at\": \"2024-04-22T08:11:43.000000Z\",\n      \"updated_at\": \"2024-04-23T14:28:48.000000Z\"\n    },\n    {\n      \"id\": 169,\n      \"question_id\": 17,\n      \"parent_question_id\": null,\n      \"title\": \"Please choose another number\",\n      \"answer\": \"2\",\n      \"type\": \"number\",\n      \"created_at\": \"2024-04-18T10:01:46.000000Z\",\n      \"updated_at\": \"2024-04-23T12:43:29.000000Z\"\n    }\n  ],\n  \"meta\": {\n    \"current_page\": 1,\n    \"from\": 1,\n    \"last_page\": 13,\n    \"per_page\": 15,\n    \"to\": 15,\n    \"total\": 187\n  }\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Download `upload` question file",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/onboarding-form-question-uploads\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/onboarding-form-question-uploads\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the onboarding form question."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "*\/*"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": null,
                        "description": "Download an uploaded file for a question in an onboarding form."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "",
                            "name": "application\/pdf"
                        }
                    ]
                }
            ]
        },
        {
            "name": "One time case links",
            "description": "The usual flow for a one time case link is as follows:\n1. Create a one time case link using your personal access token.\n2. Store the generated one time case link id and token somewhere secure.\n3. Use a one time case link (this is done by your user). See: <a href=\"#one-time-case-links-GETv1-one-time-case-link-authentication\">Authenticate using a one time case link<\/a>",
            "item": [
                {
                    "name": "Create one time case links",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/one-time-case-links",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/one-time-case-links"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"case_uuid\":\"ac6962da-4ff0-42ad-b5ee-35153d15e924\",\"user_email\":\"example@vartion.com\",\"return_url\":\"https:\\\/\\\/localhost\",\"expires_at\":\"1970-01-31 23:00:00\",\"interface_language\":\"en-gb\",\"known_languages\":[\"nl\"],\"translation_language\":\"en\"}"
                        },
                        "description": "Create one time case links.<br\/>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"case_uuid\": \"ac6962da-4ff0-42ad-b5ee-35153d15e924\",\n  \"created_at\": \"2023-08-14T10:50:25.000000Z\",\n  \"created_by_id\": 4,\n  \"expires_at\": \"2099-01-31T23:00:00.000000Z\",\n  \"id\": 11,\n  \"return_url\": \"https:\/\/localhost\",\n  \"token\": \"ehgwKBKPPubqQ7CC\",\n  \"updated_at\": \"2023-08-14T10:50:25.000000Z\",\n  \"user_id\": 13989\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "View a one time case link",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/one-time-case-links\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/one-time-case-links\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The id of the one time case link."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": null,
                        "description": "View a one time case link.<br\/>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"case_uuid\": \"ac6962da-4ff0-42ad-b5ee-35153d15e924\",\n  \"created_at\": \"2023-08-14T10:50:25.000000Z\",\n  \"created_by_id\": 4,\n  \"expires_at\": \"2099-01-31T23:00:00.000000Z\",\n  \"id\": 11,\n  \"return_url\": \"https:\/\/localhost\",\n  \"updated_at\": \"2023-08-14T10:50:25.000000Z\",\n  \"used_at\": null,\n  \"user_id\": 13989\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a one time case link",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/one-time-case-links\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/one-time-case-links\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The id of the one time case link."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": null,
                        "description": "Delete a one time case link.<br\/>"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "1000"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "998"
                                },
                                {
                                    "key": "vary",
                                    "value": "Precognition, Origin"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Authenticate using a one time case link",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/one-time-case-link-authentication",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/one-time-case-link-authentication"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/x-www-form-urlencoded"
                            },
                            {
                                "key": "Accept",
                                "value": "text\/html"
                            }
                        ],
                        "body": {
                            "mode": "urlencoded",
                            "urlencoded": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "type": "text",
                                    "description": "The one time case link ID. Must not be smaller than 1."
                                },
                                {
                                    "key": "token",
                                    "value": "fpncIktnu0GfUKJl",
                                    "type": "text",
                                    "description": "The one time case link token."
                                }
                            ]
                        },
                        "description": "Authenticate using a one time case link.<br\/>\nWhen successful, the user will be redirected to the page where they can resolve the linked case.\nWhen unsuccessful, the user will be redirected the the login page.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "<!doctype html>\n<html lang=\"en-gb\">\n    ...\n<\/html>\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Authenticate using a one time case link",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/one-time-case-link-authentication",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/one-time-case-link-authentication"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/x-www-form-urlencoded"
                            },
                            {
                                "key": "Accept",
                                "value": "text\/html"
                            }
                        ],
                        "body": {
                            "mode": "urlencoded",
                            "urlencoded": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "type": "text",
                                    "description": "The one time case link ID. Must not be smaller than 1."
                                },
                                {
                                    "key": "token",
                                    "value": "fpncIktnu0GfUKJl",
                                    "type": "text",
                                    "description": "The one time case link token."
                                }
                            ]
                        },
                        "description": "Authenticate using a one time case link.<br\/>\nWhen successful, the user will be redirected to the page where they can resolve the linked case.\nWhen unsuccessful, the user will be redirected the the login page.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "<!doctype html>\n<html lang=\"en-gb\">\n    ...\n<\/html>\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Reports",
            "description": "",
            "item": [
                {
                    "name": "Generate case reports",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pdf\/case",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pdf\/case"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"batch_name\":\"b\",\"filename\":\"n\",\"detailed\":true,\"language\":\"tr\",\"pages\":[\"overview\"],\"comment\":\"Automatically generated from the Pascal API\",\"to_email\":false,\"filters\":{\"user_id\":[1],\"group_id\":[1],\"created_at\":[\"2025-01-01\",\"2025-01-31\"],\"updated_at\":[\"2025-01-01\",\"2025-01-31\"],\"searched_at\":[\"2025-01-01\",\"2025-01-31\"],\"deleted\":false,\"uuid\":[\"a2546955-de2d-4907-a533-0846ee46f719\"],\"nationalities\":[\"NLD\"],\"aliases\":[\"g\"],\"country_of_birth\":[\"NLD\"],\"country_of_residence\":[\"NLD\"],\"company_number\":\"z\",\"address\":\"m\",\"country\":[\"NLD\"],\"hit_resolution\":[\"positive\"],\"hit_source\":null,\"hit_time_range\":[\"2025-01-01\",\"2025-01-31\"],\"client_status\":[\"Active\"],\"clients\":{\"cases_count\":[1],\"clients_count\":[1],\"created_at\":[\"2025-01-01\",\"2025-01-31\"],\"risk\":[\"very high\"],\"updated_at\":[\"2025-01-01\",\"2025-01-31\"],\"identifier\":[\"ID123\"]}}}"
                        },
                        "description": "Start the generation of one or more PDF case reports.\nCases to be used are selected using the filter parameter.\nAn id is returned which can be used to check if the PDF generation is finished using the 'Get batch' endpoint and download the PDF when it is finished using the 'Download reports' endpoint."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"id\": \"1abd0c71-dadd-4dad-8e20-1bd83aea25b3\",\n  \"createdAt\": \"2024-06-10T12:00:00.000000Z\",\n  \"finishedAt\": null\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Download reports",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/reports\/:id\/download",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/reports\/:id\/download",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "B3b1a0de-E464-0660-dEBB-cE54cDE1a84b%7C15",
                                    "description": "The ID of the report."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/pdf"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": null,
                        "description": "Download a previously generated report, using a report id or a report job id."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "PDF report file",
                            "name": "File"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "Report is not (yet) generated",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Transaction monitoring risk config",
            "description": "",
            "item": [
                {
                    "name": "Get risk config",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/transaction-monitoring-risk-config",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/transaction-monitoring-risk-config"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint returns the transaction monitoring risk configuration.\n\n**Note:** Access to transaction monitoring is required to use this endpoint."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"blocked_countries\": [\"NLD\", \"USA\", \"JPN\"]\n}\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Transactions",
            "description": "",
            "item": [
                {
                    "name": "Import transactions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/transactions\/import",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/transactions\/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "OrganizationId",
                                "value": "1"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"transactions\":[{\"client_account_number\":\"1234567890\",\"client_swift_code\":\"ABNANL2A\",\"client_bank_account_country\":\"NLD\",\"identifier\":\"TXN123456\",\"amount\":1000.5,\"currency\":\"EUR\",\"direction\":\"incoming\",\"counter_party_name\":\"John Doe\",\"counter_party_currency\":\"USD\",\"counter_party_account_number\":\"0987654321\",\"counter_party_swift_code\":\"RABONL2U\",\"counter_party_bank_name\":\"Rabobank\",\"counter_party_bank_account_country\":\"NLD\",\"description\":\"Invoice payment #12345\",\"transaction_date\":\"2023-08-02T14:30:00+02:00\",\"type\":\"wire_transfer\",\"balance_after_transaction\":15000.75}],\"batch_id\":\"99cbb5f6-49a7-492c-a1de-92ff356d98d8\",\"count\":150}"
                        },
                        "description": "Import a list of transactions asynchronously.\n\n**Note:** Access to transaction monitoring is required to use this endpoint."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"id\": \"1abd0c71-dadd-4dad-8e20-1bd83aea25b3\",\n  \"createdAt\": \"2024-06-10T12:00:00.000000Z\",\n  \"finishedAt\": null\n}\n",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "key",
                "type": "string"
            }
        ]
    }
}