{
    "item": [
        {
            "name": "Identity Validation",
            "description": "",
            "item": [
                {
                    "id": "b7c7d0b6-5918-42b7-a606-d3e1f64907fa",
                    "name": "Create Identity Validation",
                    "request": {
                        "name": "Create Identity Validation",
                        "description": {
                            "content": "Create an identity validation request to verify the identity of a user. The response carries the full validation; when the result is not available yet, the status is IN_PROGRESS and the country data is empty until the validation finishes.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                ""
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                    "type": "text/plain"
                                },
                                "key": "x-company-id",
                                "value": "<integer>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"country\": {\n    \"code\": \"AR\",\n    \"validation\": {\n      \"type\": \"AR_DNI\",\n      \"dni\": \"<string>\"\n    }\n  },\n  \"callbackUrl\": \"<string>\",\n  \"freshnessLimit\": \"<integer>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "basic",
                            "basic": [
                                {
                                    "key": "username",
                                    "value": "{{basicAuthUsername}}"
                                },
                                {
                                    "key": "password",
                                    "value": "{{basicAuthPassword}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "44e14d23-ef09-43fc-a459-75604e3b0425",
                            "name": "Successful Response",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"country\": {\n    \"code\": \"AR\",\n    \"validation\": {\n      \"type\": \"AR_DNI\",\n      \"dni\": \"<string>\"\n    }\n  },\n  \"callbackUrl\": \"<string>\",\n  \"freshnessLimit\": \"<integer>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"createdAt\": \"<dateTime>\",\n    \"updatedAt\": \"<dateTime>\",\n    \"status\": \"IN_PROGRESS\",\n    \"validatedAt\": \"<dateTime>\",\n    \"statusDescription\": \"<string>\",\n    \"callbackUrl\": \"<string>\",\n    \"freshnessLimit\": 2592000,\n    \"country\": {\n      \"code\": \"AR\",\n      \"validation\": {\n        \"type\": \"AR_DNI\",\n        \"dni\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"deceased\": \"<boolean>\",\n        \"dateOfBirth\": \"<string>\",\n        \"activityDescription\": \"<string>\",\n        \"activityCode\": \"<string>\"\n      }\n    }\n  },\n  \"status\": \"success\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "45dbcc59-ed0a-4d61-9167-49ca08e840ab",
                            "name": "Validation Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"country\": {\n    \"code\": \"AR\",\n    \"validation\": {\n      \"type\": \"AR_DNI\",\n      \"dni\": \"<string>\"\n    }\n  },\n  \"callbackUrl\": \"<string>\",\n  \"freshnessLimit\": \"<integer>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "6917a0d4-ef9f-4480-a665-4dad7081d031",
                    "name": "List Identity Validation Requests",
                    "request": {
                        "name": "List Identity Validation Requests",
                        "description": {
                            "content": "Retrieve a paginated list of identity validation requests.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                ""
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page number",
                                        "type": "text/plain"
                                    },
                                    "key": "pageNumber",
                                    "value": "1"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size",
                                        "type": "text/plain"
                                    },
                                    "key": "pageSize",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Start date",
                                        "type": "text/plain"
                                    },
                                    "key": "dateFrom",
                                    "value": "<dateTime>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "End date",
                                        "type": "text/plain"
                                    },
                                    "key": "dateTo",
                                    "value": "<dateTime>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Status (This can only be one of SUCCESSFUL,FAILED,IN_PROGRESS,TEMPORARY_FAILURE)",
                                        "type": "text/plain"
                                    },
                                    "key": "status",
                                    "value": "FAILED"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                    "type": "text/plain"
                                },
                                "key": "x-company-id",
                                "value": "<integer>"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": {
                            "type": "basic",
                            "basic": [
                                {
                                    "key": "username",
                                    "value": "{{basicAuthUsername}}"
                                },
                                {
                                    "key": "password",
                                    "value": "{{basicAuthPassword}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "b7354f8a-4bcb-47ff-b56f-600bb2480cc1",
                            "name": "Successful Response",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Page number",
                                                "type": "text/plain"
                                            },
                                            "key": "pageNumber",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Page size",
                                                "type": "text/plain"
                                            },
                                            "key": "pageSize",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Start date",
                                                "type": "text/plain"
                                            },
                                            "key": "dateFrom",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "End date",
                                                "type": "text/plain"
                                            },
                                            "key": "dateTo",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Status (This can only be one of SUCCESSFUL,FAILED,IN_PROGRESS,TEMPORARY_FAILURE)",
                                                "type": "text/plain"
                                            },
                                            "key": "status",
                                            "value": "FAILED"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "cursor",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\",\n      \"status\": \"IN_PROGRESS\",\n      \"validatedAt\": \"<dateTime>\",\n      \"statusDescription\": \"<string>\",\n      \"callbackUrl\": \"<string>\",\n      \"freshnessLimit\": 2592000,\n      \"country\": {\n        \"code\": \"AR\",\n        \"validation\": {\n          \"type\": \"AR_DNI\",\n          \"dni\": \"<string>\",\n          \"fullName\": \"<string>\",\n          \"deceased\": \"<boolean>\",\n          \"dateOfBirth\": \"<string>\",\n          \"activityDescription\": \"<string>\",\n          \"activityCode\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\",\n      \"status\": \"IN_PROGRESS\",\n      \"validatedAt\": \"<dateTime>\",\n      \"statusDescription\": \"<string>\",\n      \"callbackUrl\": \"<string>\",\n      \"freshnessLimit\": 2592000,\n      \"country\": {\n        \"code\": \"AR\",\n        \"validation\": {\n          \"type\": \"AR_DNI\",\n          \"dni\": \"<string>\",\n          \"fullName\": \"<string>\",\n          \"deceased\": \"<boolean>\",\n          \"dateOfBirth\": \"<string>\",\n          \"activityDescription\": \"<string>\",\n          \"activityCode\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"pagination\": {\n    \"total\": 0,\n    \"page\": 1,\n    \"perPage\": 50\n  },\n  \"next_cursor\": \"<string>\",\n  \"has_more\": false,\n  \"status\": \"success\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "3526c439-f4f6-4d1f-b2b8-a7513ededf31",
                            "name": "Validation Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Page number",
                                                "type": "text/plain"
                                            },
                                            "key": "pageNumber",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Page size",
                                                "type": "text/plain"
                                            },
                                            "key": "pageSize",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Start date",
                                                "type": "text/plain"
                                            },
                                            "key": "dateFrom",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "End date",
                                                "type": "text/plain"
                                            },
                                            "key": "dateTo",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Status (This can only be one of SUCCESSFUL,FAILED,IN_PROGRESS,TEMPORARY_FAILURE)",
                                                "type": "text/plain"
                                            },
                                            "key": "status",
                                            "value": "FAILED"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "cursor",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "b1e74406-7811-40f4-b124-a4406ae6288b",
                    "name": "Get Identity Validation Details",
                    "request": {
                        "name": "Get Identity Validation Details",
                        "description": {
                            "content": "Retrieve an identity validation information using the validation request ID previously obtained from the Create Identity Validation endpoint.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                ":id",
                                ""
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "id",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) ",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                    "type": "text/plain"
                                },
                                "key": "x-company-id",
                                "value": "<integer>"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": {
                            "type": "basic",
                            "basic": [
                                {
                                    "key": "username",
                                    "value": "{{basicAuthUsername}}"
                                },
                                {
                                    "key": "password",
                                    "value": "{{basicAuthPassword}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "d68d35aa-9000-494c-8b5f-3650e64d40c6",
                            "name": "Successful Response",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ":id",
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "id"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"createdAt\": \"<dateTime>\",\n    \"updatedAt\": \"<dateTime>\",\n    \"status\": \"IN_PROGRESS\",\n    \"validatedAt\": \"<dateTime>\",\n    \"statusDescription\": \"<string>\",\n    \"callbackUrl\": \"<string>\",\n    \"freshnessLimit\": 2592000,\n    \"country\": {\n      \"code\": \"AR\",\n      \"validation\": {\n        \"type\": \"AR_DNI\",\n        \"dni\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"deceased\": \"<boolean>\",\n        \"dateOfBirth\": \"<string>\",\n        \"activityDescription\": \"<string>\",\n        \"activityCode\": \"<string>\"\n      }\n    }\n  },\n  \"status\": \"success\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "f2a3995b-300a-4841-8f38-534053375b6f",
                            "name": "Validation Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ":id",
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "id"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        }
    ],
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "https://app2test.infiniaweb.com/infinia_api/v1/identity-validation"
        }
    ],
    "info": {
        "_postman_id": "653d8270-71ad-4843-8b8e-e8e42b48efad",
        "name": "Identity Validation",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "An Identity Validation API provides a secure way to verify users' identities by cross-checking provided personal information against trusted data sources. It allows businesses to validate key details such as name, address, date of birth, and government-issued identification (e.g., SSN, passport). This API helps prevent fraud, comply with KYC (Know Your Customer) regulations, and streamline onboarding processes by ensuring that only verified users gain access to services. By integrating identity validation, organizations can improve security, reduce risk, and enhance user trust.",
            "type": "text/plain"
        }
    }
}