{ "info": { "_postman_id": "e88139bb-2d1f-4bb7-9c74-9ee57a6907af", "name": "Unified.to account verification 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:27:30.000Z", "updatedAt": "2026-07-28T03:27:30.000Z", "lastUpdatedBy": "35240", "uid": "35240-e88139bb-2d1f-4bb7-9c74-9ee57a6907af" }, "item": [ { "name": "verification", "item": [ { "name": "{connection_id}", "item": [ { "name": "package", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Package", "id": "c2634807-7fd7-4fcf-8b05-db38337a31eb", "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/package/:id?fields=id&fields=average_processing_times&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "package", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "average_processing_times" }, { "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": "74637a76-20a3-40f7-b585-b28101f66673", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6d75e88e-855a-4105-b2c6-bd35a9f35f5e", "key": "id", "value": "", "description": "(Required) ID of the Package" } ] } }, "response": [ { "id": "86daf6d6-1857-4de4-ab39-c2795a8cd37e", "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/package/:id?fields=average_processing_times&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "package", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "average_processing_times" }, { "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 \"id\": \"\",\n \"name\": \"\",\n \"type\": \"FRAUD_PREVENTION\",\n \"aliases\": [\n \"\",\n \"\"\n ],\n \"average_processing_times\": [\n {\n \"milliseconds\": \"\",\n \"valid_regions\": [\n \"\",\n \"\"\n ]\n },\n {\n \"milliseconds\": \"\",\n \"valid_regions\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"cost_amount\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"has_redirect_url\": \"\",\n \"has_target_url\": \"\",\n \"info_url\": \"\",\n \"max_score\": \"\",\n \"needs_ip_address\": \"\",\n \"parameters\": [\n {\n \"name\": \"\",\n \"file_types\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"is_required\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"public_question\": \"\",\n \"type\": \"MULTIPLE_CHOICE\",\n \"valid_regions\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"file_types\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"is_required\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"public_question\": \"\",\n \"type\": \"MULTIPLE_CHOICE\",\n \"valid_regions\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"raw\": {\n \"qui3_5\": \"aliquip dolore\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"valid_regions\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-86daf6d6-1857-4de4-ab39-c2795a8cd37e" } ], "createdAt": "2026-07-28T03:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-c2634807-7fd7-4fcf-8b05-db38337a31eb" } ], "id": "ea3a7f0c-ad78-4643-965b-dc915b793573", "createdAt": "2026-07-28T03:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-ea3a7f0c-ad78-4643-965b-dc915b793573" }, { "name": "List All Packages", "id": "99eae198-b155-47dd-89cb-2379f90119d3", "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/package?limit=&offset=&updated_gte=&sort=&order=&query=&fields=id&fields=average_processing_times&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "package" ], "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": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "average_processing_times" }, { "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": "69e81bc7-4fd0-44fc-87a9-8dd54e1e3d07", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "72616a17-8c18-4606-ae9c-61492a2f2e1e", "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/package?limit=&offset=&updated_gte=&sort=&order=&query=&fields=average_processing_times&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "package" ], "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": "Fields to return", "key": "fields", "value": "average_processing_times" }, { "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 \"id\": \"\",\n \"name\": \"\",\n \"type\": \"FRAUD_PREVENTION\",\n \"aliases\": [\n \"\",\n \"\"\n ],\n \"average_processing_times\": [\n {\n \"milliseconds\": \"\",\n \"valid_regions\": [\n \"\",\n \"\"\n ]\n },\n {\n \"milliseconds\": \"\",\n \"valid_regions\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"cost_amount\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"has_redirect_url\": \"\",\n \"has_target_url\": \"\",\n \"info_url\": \"\",\n \"max_score\": \"\",\n \"needs_ip_address\": \"\",\n \"parameters\": [\n {\n \"name\": \"\",\n \"file_types\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"is_required\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"public_question\": \"\",\n \"type\": \"FILE\",\n \"valid_regions\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"file_types\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"is_required\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"public_question\": \"\",\n \"type\": \"DATE\",\n \"valid_regions\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"raw\": {\n \"eu4\": 53652905.92341331\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"valid_regions\": [\n \"\",\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"EMPLOYMENT_VERIFICATION\",\n \"aliases\": [\n \"\",\n \"\"\n ],\n \"average_processing_times\": [\n {\n \"milliseconds\": \"\",\n \"valid_regions\": [\n \"\",\n \"\"\n ]\n },\n {\n \"milliseconds\": \"\",\n \"valid_regions\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"cost_amount\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"has_redirect_url\": \"\",\n \"has_target_url\": \"\",\n \"info_url\": \"\",\n \"max_score\": \"\",\n \"needs_ip_address\": \"\",\n \"parameters\": [\n {\n \"name\": \"\",\n \"file_types\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"is_required\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"public_question\": \"\",\n \"type\": \"DATE\",\n \"valid_regions\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"file_types\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"is_required\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"public_question\": \"\",\n \"type\": \"MULTIPLE_CHOICE\",\n \"valid_regions\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"raw\": {\n \"tempor_f\": \"amet eu pariatur laborum\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"valid_regions\": [\n \"\",\n \"\"\n ]\n }\n]", "createdAt": "2026-07-28T03:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-72616a17-8c18-4606-ae9c-61492a2f2e1e" } ], "createdAt": "2026-07-28T03:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-99eae198-b155-47dd-89cb-2379f90119d3" } ], "id": "157764df-f688-4d8e-8504-b6b72383e13f", "createdAt": "2026-07-28T03:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-157764df-f688-4d8e-8504-b6b72383e13f" }, { "name": "request", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Request", "id": "576d9164-cfc4-42f2-be2c-fad0d43f2995", "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": "0bdc3704-cafa-4a9e-8490-9a819e82084b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6907654a-b9ae-43b1-8eb7-596cdad7931b", "key": "id", "value": "", "description": "(Required) ID of the Request" } ] } }, "response": [ { "id": "a81110ce-4f51-41c2-9bd0-d096bcaeabe0", "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:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-a81110ce-4f51-41c2-9bd0-d096bcaeabe0" }, { "id": "bcb11c7a-ada2-4856-b47e-edd0b995012e", "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:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-bcb11c7a-ada2-4856-b47e-edd0b995012e" } ], "createdAt": "2026-07-28T03:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-576d9164-cfc4-42f2-be2c-fad0d43f2995" }, { "name": "Retrieve a Request", "id": "8f19bd04-9e02-4bc0-bc66-4f66e31eb589", "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=response_issued_at&fields=response_completed_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "response_issued_at" }, { "description": "Fields to return", "key": "fields", "value": "response_completed_at" }, { "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": "d98fb48c-8a25-4d6a-88e2-dc2de61dbde3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7d1f15ab-15ca-4c7e-9509-f527d56fe3c6", "key": "id", "value": "", "description": "(Required) ID of the Request" } ] } }, "response": [ { "id": "a1a8488a-a792-4f45-aa80-c86b097e4a8b", "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=response_completed_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "response_completed_at" }, { "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 \"ut_4a2\": \"Ut dolor nostrud quis\",\n \"Excepteur9_f\": -76482756.0007796\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:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-a1a8488a-a792-4f45-aa80-c86b097e4a8b" } ], "createdAt": "2026-07-28T03:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-8f19bd04-9e02-4bc0-bc66-4f66e31eb589" }, { "name": "Update a Request", "id": "feaabb2e-6476-4328-8916-1dd515810c8b", "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 \"ut_4a2\": \"Ut dolor nostrud quis\",\n \"Excepteur9_f\": -76482756.0007796\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=response_issued_at&fields=response_completed_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "response_issued_at" }, { "description": "Fields to return", "key": "fields", "value": "response_completed_at" }, { "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": "9e0c141f-94b5-4c93-8ecf-10ec1cfc28f0", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7178900a-8f04-4d93-93bd-915a5e6060be", "key": "id", "value": "", "description": "(Required) ID of the Request" } ] } }, "response": [ { "id": "35d4bbd0-6925-445e-993b-f64451f1c399", "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 \"ut_4a2\": \"Ut dolor nostrud quis\",\n \"Excepteur9_f\": -76482756.0007796\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=response_completed_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "response_completed_at" }, { "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 \"ut_4a2\": \"Ut dolor nostrud quis\",\n \"Excepteur9_f\": -76482756.0007796\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:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-35d4bbd0-6925-445e-993b-f64451f1c399" } ], "createdAt": "2026-07-28T03:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-feaabb2e-6476-4328-8916-1dd515810c8b" }, { "name": "Update a Request", "id": "610c2f47-314d-4f82-9d80-d945a23a4cb6", "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 \"ut_4a2\": \"Ut dolor nostrud quis\",\n \"Excepteur9_f\": -76482756.0007796\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=response_issued_at&fields=response_completed_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "response_issued_at" }, { "description": "Fields to return", "key": "fields", "value": "response_completed_at" }, { "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": "a272e325-0876-453e-afa1-1f82cf7e24b7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "bcd5dd15-7641-4b1e-9e08-4ab5a3ff97db", "key": "id", "value": "", "description": "(Required) ID of the Request" } ] } }, "response": [ { "id": "8384e448-01d8-4d6b-bd36-65f6560027fa", "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 \"ut_4a2\": \"Ut dolor nostrud quis\",\n \"Excepteur9_f\": -76482756.0007796\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=response_completed_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "response_completed_at" }, { "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 \"ut_4a2\": \"Ut dolor nostrud quis\",\n \"Excepteur9_f\": -76482756.0007796\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:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-8384e448-01d8-4d6b-bd36-65f6560027fa" } ], "createdAt": "2026-07-28T03:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-610c2f47-314d-4f82-9d80-d945a23a4cb6" } ], "id": "903b1f4a-008f-4412-b419-08811f2ddc85", "createdAt": "2026-07-28T03:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-903b1f4a-008f-4412-b419-08811f2ddc85" }, { "name": "List All Requests", "id": "c6fcd658-1321-48d1-a2b0-6f991729f949", "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=response_issued_at&fields=response_completed_at&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": "response_issued_at" }, { "description": "Fields to return", "key": "fields", "value": "response_completed_at" }, { "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": "f50c8ce7-3171-47cb-80f9-019a973b8a9c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "758b5fda-a60e-405d-a05a-fecbee7fe1e1", "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=response_completed_at&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": "response_completed_at" }, { "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\": \"TRANS\",\n \"profile_ip_address\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"in7f\": 12860821\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 {\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 \"magnaf\": 27414821.917298988,\n \"aute_260\": 72677611,\n \"mollit0e\": 58272756\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:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-758b5fda-a60e-405d-a05a-fecbee7fe1e1" } ], "createdAt": "2026-07-28T03:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-c6fcd658-1321-48d1-a2b0-6f991729f949" }, { "name": "Create a Request", "id": "a999056d-7d3c-4e6c-9f55-12b74abe74e1", "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 \"ut_4a2\": \"Ut dolor nostrud quis\",\n \"Excepteur9_f\": -76482756.0007796\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=response_issued_at&fields=response_completed_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "response_issued_at" }, { "description": "Fields to return", "key": "fields", "value": "response_completed_at" }, { "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": "0d0993c9-4a89-4f21-9041-21e8a06032af", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "26e89e18-64ff-4424-af35-f11247f39988", "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 \"ut_4a2\": \"Ut dolor nostrud quis\",\n \"Excepteur9_f\": -76482756.0007796\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=response_completed_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "verification", ":connection_id", "request" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "response_completed_at" }, { "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 \"ut_4a2\": \"Ut dolor nostrud quis\",\n \"Excepteur9_f\": -76482756.0007796\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:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-26e89e18-64ff-4424-af35-f11247f39988" } ], "createdAt": "2026-07-28T03:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-a999056d-7d3c-4e6c-9f55-12b74abe74e1" } ], "id": "f835b2c9-31fb-418d-af32-8ef1acde50f5", "createdAt": "2026-07-28T03:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-f835b2c9-31fb-418d-af32-8ef1acde50f5" } ], "id": "6005633e-671e-4aae-bbc4-99b64434d471", "createdAt": "2026-07-28T03:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-6005633e-671e-4aae-bbc4-99b64434d471" } ], "id": "da5f9178-f421-44e3-a6a9-38ce1d572af2", "createdAt": "2026-07-28T03:27:31.000Z", "updatedAt": "2026-07-28T03:27:31.000Z", "uid": "35240-da5f9178-f421-44e3-a6a9-38ce1d572af2" } ], "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" } ] }