{ "info": { "_postman_id": "9b643ea9-8ba7-4b7f-9fa2-3b49cf1624de", "name": "Unified.to account request API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:26:34.000Z", "updatedAt": "2026-07-28T03:26:34.000Z", "lastUpdatedBy": "35240", "uid": "35240-9b643ea9-8ba7-4b7f-9fa2-3b49cf1624de" }, "item": [ { "name": "verification", "item": [ { "name": "{connection_id}", "item": [ { "name": "request", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Request", "id": "d9cff002-5196-44a0-8f41-9fd954386cf6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/verification/:connection_id/request/:id", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request", ":id" ], "variable": [ { "id": "994fddfb-8abb-4bcb-a91f-4db769e907db", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "15872bd0-7328-43e2-bc8f-484853aaa459", "key": "id", "value": "", "description": "(Required) ID of the Request" } ] } }, "response": [ { "id": "14f61022-d11e-4dc8-bd3e-4c8b662074f7", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/verification/:connection_id/request/:id", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:26:34.000Z", "updatedAt": "2026-07-28T03:26:34.000Z", "uid": "35240-14f61022-d11e-4dc8-bd3e-4c8b662074f7" }, { "id": "f10fe65c-fc14-4f24-a988-583d881c0829", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/verification/:connection_id/request/:id", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:26:34.000Z", "updatedAt": "2026-07-28T03:26:34.000Z", "uid": "35240-f10fe65c-fc14-4f24-a988-583d881c0829" } ], "createdAt": "2026-07-28T03:26:34.000Z", "updatedAt": "2026-07-28T03:26:34.000Z", "uid": "35240-d9cff002-5196-44a0-8f41-9fd954386cf6" }, { "name": "Retrieve a Request", "id": "4b9831ca-d9ca-4345-8120-07d7bdaf649b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/verification/:connection_id/request/:id?fields=id&fields=candidate_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "candidate_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "6e22a032-ad7b-4f30-af77-23b151cc8e7c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "09b6ff05-c92d-4faa-bcfe-ed91b3bf2193", "key": "id", "value": "", "description": "(Required) ID of the Request" } ] } }, "response": [ { "id": "ad54b687-0ab6-41bd-b737-6e541b55102e", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/verification/:connection_id/request/:id?fields=candidate_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "candidate_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"package_id\": \"\",\n \"parameters\": [\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n }\n ],\n \"profile_addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"profile_date_of_birth\": \"\",\n \"profile_emails\": [\n \"\",\n \"\"\n ],\n \"profile_gender\": \"INTERSEX\",\n \"profile_ip_address\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"non_4\": -52573944.50586106,\n \"do_54a\": false,\n \"nisia\": true\n },\n \"response_completed_at\": \"\",\n \"response_details\": [\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n },\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n }\n ],\n \"response_download_urls\": [\n \"\",\n \"\"\n ],\n \"response_expires_at\": \"\",\n \"response_issued_at\": \"\",\n \"response_redirect_url\": \"\",\n \"response_score\": \"\",\n \"response_source\": \"\",\n \"response_status\": \"PENDING\",\n \"target_url\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:34.000Z", "updatedAt": "2026-07-28T03:26:34.000Z", "uid": "35240-ad54b687-0ab6-41bd-b737-6e541b55102e" } ], "createdAt": "2026-07-28T03:26:34.000Z", "updatedAt": "2026-07-28T03:26:34.000Z", "uid": "35240-4b9831ca-d9ca-4345-8120-07d7bdaf649b" }, { "name": "Update a Request", "id": "2e95e858-f32e-4308-b81f-26949da55386", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"package_id\": \"\",\n \"parameters\": [\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n }\n ],\n \"profile_addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"profile_date_of_birth\": \"\",\n \"profile_emails\": [\n \"\",\n \"\"\n ],\n \"profile_gender\": \"INTERSEX\",\n \"profile_ip_address\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"non_4\": -52573944.50586106,\n \"do_54a\": false,\n \"nisia\": true\n },\n \"response_completed_at\": \"\",\n \"response_details\": [\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n },\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n }\n ],\n \"response_download_urls\": [\n \"\",\n \"\"\n ],\n \"response_expires_at\": \"\",\n \"response_issued_at\": \"\",\n \"response_redirect_url\": \"\",\n \"response_score\": \"\",\n \"response_source\": \"\",\n \"response_status\": \"PENDING\",\n \"target_url\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/verification/:connection_id/request/:id?fields=id&fields=candidate_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "candidate_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "caccc992-a222-4595-97c2-3a13ec26a417", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d7a1f607-7e1c-4a94-bbe4-17f8cd8e1e37", "key": "id", "value": "", "description": "(Required) ID of the Request" } ] } }, "response": [ { "id": "d0fc6098-787f-4ab1-a66e-2ac212037ec3", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"package_id\": \"\",\n \"parameters\": [\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n }\n ],\n \"profile_addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"profile_date_of_birth\": \"\",\n \"profile_emails\": [\n \"\",\n \"\"\n ],\n \"profile_gender\": \"INTERSEX\",\n \"profile_ip_address\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"non_4\": -52573944.50586106,\n \"do_54a\": false,\n \"nisia\": true\n },\n \"response_completed_at\": \"\",\n \"response_details\": [\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n },\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n }\n ],\n \"response_download_urls\": [\n \"\",\n \"\"\n ],\n \"response_expires_at\": \"\",\n \"response_issued_at\": \"\",\n \"response_redirect_url\": \"\",\n \"response_score\": \"\",\n \"response_source\": \"\",\n \"response_status\": \"PENDING\",\n \"target_url\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/verification/:connection_id/request/:id?fields=candidate_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "candidate_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"package_id\": \"\",\n \"parameters\": [\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n }\n ],\n \"profile_addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"profile_date_of_birth\": \"\",\n \"profile_emails\": [\n \"\",\n \"\"\n ],\n \"profile_gender\": \"INTERSEX\",\n \"profile_ip_address\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"non_4\": -52573944.50586106,\n \"do_54a\": false,\n \"nisia\": true\n },\n \"response_completed_at\": \"\",\n \"response_details\": [\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n },\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n }\n ],\n \"response_download_urls\": [\n \"\",\n \"\"\n ],\n \"response_expires_at\": \"\",\n \"response_issued_at\": \"\",\n \"response_redirect_url\": \"\",\n \"response_score\": \"\",\n \"response_source\": \"\",\n \"response_status\": \"PENDING\",\n \"target_url\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:34.000Z", "updatedAt": "2026-07-28T03:26:34.000Z", "uid": "35240-d0fc6098-787f-4ab1-a66e-2ac212037ec3" } ], "createdAt": "2026-07-28T03:26:34.000Z", "updatedAt": "2026-07-28T03:26:34.000Z", "uid": "35240-2e95e858-f32e-4308-b81f-26949da55386" }, { "name": "Update a Request", "id": "9873583f-e935-4d15-897a-aa6e2ba145c9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"package_id\": \"\",\n \"parameters\": [\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n }\n ],\n \"profile_addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"profile_date_of_birth\": \"\",\n \"profile_emails\": [\n \"\",\n \"\"\n ],\n \"profile_gender\": \"INTERSEX\",\n \"profile_ip_address\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"non_4\": -52573944.50586106,\n \"do_54a\": false,\n \"nisia\": true\n },\n \"response_completed_at\": \"\",\n \"response_details\": [\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n },\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n }\n ],\n \"response_download_urls\": [\n \"\",\n \"\"\n ],\n \"response_expires_at\": \"\",\n \"response_issued_at\": \"\",\n \"response_redirect_url\": \"\",\n \"response_score\": \"\",\n \"response_source\": \"\",\n \"response_status\": \"PENDING\",\n \"target_url\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/verification/:connection_id/request/:id?fields=id&fields=candidate_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "candidate_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "eef7a056-be13-463e-b2fb-1b8bb89fad5b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d4a2caa4-e17e-4a31-8bec-01e3a12200b6", "key": "id", "value": "", "description": "(Required) ID of the Request" } ] } }, "response": [ { "id": "a07acb61-1031-423a-b5e7-d963fbf7d830", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"package_id\": \"\",\n \"parameters\": [\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n }\n ],\n \"profile_addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"profile_date_of_birth\": \"\",\n \"profile_emails\": [\n \"\",\n \"\"\n ],\n \"profile_gender\": \"INTERSEX\",\n \"profile_ip_address\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"non_4\": -52573944.50586106,\n \"do_54a\": false,\n \"nisia\": true\n },\n \"response_completed_at\": \"\",\n \"response_details\": [\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n },\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n }\n ],\n \"response_download_urls\": [\n \"\",\n \"\"\n ],\n \"response_expires_at\": \"\",\n \"response_issued_at\": \"\",\n \"response_redirect_url\": \"\",\n \"response_score\": \"\",\n \"response_source\": \"\",\n \"response_status\": \"PENDING\",\n \"target_url\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/verification/:connection_id/request/:id?fields=candidate_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "candidate_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"package_id\": \"\",\n \"parameters\": [\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n }\n ],\n \"profile_addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"profile_date_of_birth\": \"\",\n \"profile_emails\": [\n \"\",\n \"\"\n ],\n \"profile_gender\": \"INTERSEX\",\n \"profile_ip_address\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"non_4\": -52573944.50586106,\n \"do_54a\": false,\n \"nisia\": true\n },\n \"response_completed_at\": \"\",\n \"response_details\": [\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n },\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n }\n ],\n \"response_download_urls\": [\n \"\",\n \"\"\n ],\n \"response_expires_at\": \"\",\n \"response_issued_at\": \"\",\n \"response_redirect_url\": \"\",\n \"response_score\": \"\",\n \"response_source\": \"\",\n \"response_status\": \"PENDING\",\n \"target_url\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:34.000Z", "updatedAt": "2026-07-28T03:26:34.000Z", "uid": "35240-a07acb61-1031-423a-b5e7-d963fbf7d830" } ], "createdAt": "2026-07-28T03:26:34.000Z", "updatedAt": "2026-07-28T03:26:34.000Z", "uid": "35240-9873583f-e935-4d15-897a-aa6e2ba145c9" } ], "id": "7fd78c44-18b5-4d05-b426-d4104cdef4fe", "createdAt": "2026-07-28T03:26:34.000Z", "updatedAt": "2026-07-28T03:26:34.000Z", "uid": "35240-7fd78c44-18b5-4d05-b426-d4104cdef4fe" }, { "name": "List All Requests", "id": "e6ca59bc-77b6-4a73-9ba8-7781b91b147a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/verification/:connection_id/request?limit=&offset=&updated_gte=&sort=&order=&query=&package_id=&candidate_id=&fields=id&fields=candidate_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The package ID to filter by", "key": "package_id", "value": "" }, { "description": "The candidate ID to filter by", "key": "candidate_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "candidate_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "ad6ce0d3-9d5f-4c21-b4a1-ad5ba6e84bb1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "a6bc550d-64dd-4701-914e-dc1e8fad46ba", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/verification/:connection_id/request?limit=&offset=&updated_gte=&sort=&order=&query=&package_id=&candidate_id=&fields=candidate_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The package ID to filter by", "key": "package_id", "value": "" }, { "description": "The candidate ID to filter by", "key": "candidate_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "candidate_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"package_id\": \"\",\n \"parameters\": [\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n }\n ],\n \"profile_addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"profile_date_of_birth\": \"\",\n \"profile_emails\": [\n \"\",\n \"\"\n ],\n \"profile_gender\": \"NON_BINARY\",\n \"profile_ip_address\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"sunt_92\": 92846146.01634741,\n \"eiusmod_9a7\": false,\n \"laborum5\": 91877037\n },\n \"response_completed_at\": \"\",\n \"response_details\": [\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n },\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n }\n ],\n \"response_download_urls\": [\n \"\",\n \"\"\n ],\n \"response_expires_at\": \"\",\n \"response_issued_at\": \"\",\n \"response_redirect_url\": \"\",\n \"response_score\": \"\",\n \"response_source\": \"\",\n \"response_status\": \"FAILED\",\n \"target_url\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"package_id\": \"\",\n \"parameters\": [\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n }\n ],\n \"profile_addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"profile_date_of_birth\": \"\",\n \"profile_emails\": [\n \"\",\n \"\"\n ],\n \"profile_gender\": \"MALE\",\n \"profile_ip_address\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"veniam_ab\": -70139934\n },\n \"response_completed_at\": \"\",\n \"response_details\": [\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n },\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n }\n ],\n \"response_download_urls\": [\n \"\",\n \"\"\n ],\n \"response_expires_at\": \"\",\n \"response_issued_at\": \"\",\n \"response_redirect_url\": \"\",\n \"response_score\": \"\",\n \"response_source\": \"\",\n \"response_status\": \"COMPLETED\",\n \"target_url\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:34.000Z", "updatedAt": "2026-07-28T03:26:34.000Z", "uid": "35240-a6bc550d-64dd-4701-914e-dc1e8fad46ba" } ], "createdAt": "2026-07-28T03:26:34.000Z", "updatedAt": "2026-07-28T03:26:34.000Z", "uid": "35240-e6ca59bc-77b6-4a73-9ba8-7781b91b147a" }, { "name": "Create a Request", "id": "8d9f7059-810a-4040-8e81-ab1744af6db0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"package_id\": \"\",\n \"parameters\": [\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n }\n ],\n \"profile_addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"profile_date_of_birth\": \"\",\n \"profile_emails\": [\n \"\",\n \"\"\n ],\n \"profile_gender\": \"INTERSEX\",\n \"profile_ip_address\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"non_4\": -52573944.50586106,\n \"do_54a\": false,\n \"nisia\": true\n },\n \"response_completed_at\": \"\",\n \"response_details\": [\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n },\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n }\n ],\n \"response_download_urls\": [\n \"\",\n \"\"\n ],\n \"response_expires_at\": \"\",\n \"response_issued_at\": \"\",\n \"response_redirect_url\": \"\",\n \"response_score\": \"\",\n \"response_source\": \"\",\n \"response_status\": \"PENDING\",\n \"target_url\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/verification/:connection_id/request?fields=id&fields=candidate_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "candidate_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "75faaf8c-9dca-435b-8ab9-9d670f1b2b25", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "f942966c-b386-4d67-afa7-71a326f8f959", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"package_id\": \"\",\n \"parameters\": [\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n }\n ],\n \"profile_addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"profile_date_of_birth\": \"\",\n \"profile_emails\": [\n \"\",\n \"\"\n ],\n \"profile_gender\": \"INTERSEX\",\n \"profile_ip_address\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"non_4\": -52573944.50586106,\n \"do_54a\": false,\n \"nisia\": true\n },\n \"response_completed_at\": \"\",\n \"response_details\": [\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n },\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n }\n ],\n \"response_download_urls\": [\n \"\",\n \"\"\n ],\n \"response_expires_at\": \"\",\n \"response_issued_at\": \"\",\n \"response_redirect_url\": \"\",\n \"response_score\": \"\",\n \"response_source\": \"\",\n \"response_status\": \"PENDING\",\n \"target_url\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/verification/:connection_id/request?fields=candidate_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "candidate_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"package_id\": \"\",\n \"parameters\": [\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\"\n }\n ],\n \"profile_addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"profile_date_of_birth\": \"\",\n \"profile_emails\": [\n \"\",\n \"\"\n ],\n \"profile_gender\": \"INTERSEX\",\n \"profile_ip_address\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"non_4\": -52573944.50586106,\n \"do_54a\": false,\n \"nisia\": true\n },\n \"response_completed_at\": \"\",\n \"response_details\": [\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n },\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n }\n ],\n \"response_download_urls\": [\n \"\",\n \"\"\n ],\n \"response_expires_at\": \"\",\n \"response_issued_at\": \"\",\n \"response_redirect_url\": \"\",\n \"response_score\": \"\",\n \"response_source\": \"\",\n \"response_status\": \"PENDING\",\n \"target_url\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:34.000Z", "updatedAt": "2026-07-28T03:26:34.000Z", "uid": "35240-f942966c-b386-4d67-afa7-71a326f8f959" } ], "createdAt": "2026-07-28T03:26:34.000Z", "updatedAt": "2026-07-28T03:26:34.000Z", "uid": "35240-8d9f7059-810a-4040-8e81-ab1744af6db0" } ], "id": "07415009-91ee-4287-bd15-c31131b5b7c4", "createdAt": "2026-07-28T03:26:34.000Z", "updatedAt": "2026-07-28T03:26:34.000Z", "uid": "35240-07415009-91ee-4287-bd15-c31131b5b7c4" } ], "id": "dce1759c-67ac-4f79-bdd6-2d52efacfc38", "createdAt": "2026-07-28T03:26:34.000Z", "updatedAt": "2026-07-28T03:26:34.000Z", "uid": "35240-dce1759c-67ac-4f79-bdd6-2d52efacfc38" } ], "id": "488dc69f-60ff-4d35-8015-dbbdc4ffd43a", "createdAt": "2026-07-28T03:26:34.000Z", "updatedAt": "2026-07-28T03:26:34.000Z", "uid": "35240-488dc69f-60ff-4d35-8015-dbbdc4ffd43a" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.unified.to" } ] }