{ "info": { "_postman_id": "2d6ddd79-2f69-4d55-96bc-4880dbab5b00", "name": "Truework Qualifications & Tenant Properties API (Beta) subpackage_orders API", "description": "Public beta surfaces of the Truework API covering Qualification Checks (lightweight income/employment knockout decisions against a borrower's verified employment data) and Tenant Properties (provider-defined verification configuration knobs). These endpoints are in public beta and the schema may evolve.\n\n\nContact Support:\n Name: Truework Implementations\n Email: implementations@truework.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:20:08.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "lastUpdatedBy": "35240", "uid": "35240-2d6ddd79-2f69-4d55-96bc-4880dbab5b00" }, "item": [ { "name": "orders", "item": [ { "name": "target-employer", "item": [ { "name": "Create a target employer order", "id": "f39c762d-261f-4d97-9d09-72f1bda85afc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"employment\",\n \"target\": {\n \"company\": {\n \"name\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n }\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment-income\",\n \"use_case\": \"credit\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": null,\n \"request_config\": {\n \"allowed_verification_methods\": [\n \"instant\",\n \"smart-outreach\",\n \"credentials\"\n ]\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"employee-request\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/target-employer", "host": [ "{{baseUrl}}" ], "path": [ "orders", "target-employer" ] }, "description": "Creates a new order and verification. Returns a JSON object representing the newly created order and verification.\n\nA target employer verification is distinct in that it _requires_ a target employer in the request body for processing.\n\n## Verification processing\n\nTarget employer verifications are processed _asynchronously_: they will be created and returned in the response body without any [reports](api.yaml/paths/~1verification-requests~1{verification_id}~1report/get). Truework will then send a webhook when the request has finished processing, and the reports can be retrieved.\n\nThis creates a verification request with the following attributes:\n\n- Target employer required\n- Is processed asynchronously\n- Can be any client-defined combination of Instant, Credentials, and Smart Outreach verification methods\n- Returns the verification on a new order object\n\n### Controlling Processing with request config\n\nThe request config object allows you to configure how you use Truework by selecting only the verification methods and features you need.\n" }, "response": [ { "id": "e7073fbe-f20e-4632-8439-0a17f0afa419", "name": "Order Request Created.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"employment\",\n \"target\": {\n \"company\": {\n \"name\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n }\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment-income\",\n \"use_case\": \"credit\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": null,\n \"request_config\": {\n \"allowed_verification_methods\": [\n \"instant\",\n \"smart-outreach\",\n \"credentials\"\n ]\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"employee-request\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/target-employer", "host": [ "{{baseUrl}}" ], "path": [ "orders", "target-employer" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"employer_search\": {\n \"additional_information\": \"\",\n \"authorization_forms\": null,\n \"loan_id\": \"\",\n \"metadata\": {\n \"ea_2\": \"\"\n },\n \"permissible_purpose\": {\n \"canonical_value\": \"other\",\n \"raw_value\": \"\"\n },\n \"request_config\": {\n \"employer_filter\": \"any-employers\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": {\n \"canonical_value\": \"credit-application\",\n \"raw_value\": \"\"\n },\n \"use_case\": {\n \"canonical_value\": \"tenant\",\n \"raw_value\": \"\"\n }\n },\n \"search_key\": \"\",\n \"target\": {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\"\n },\n \"type\": \"tenant-screening\",\n \"use_case\": {\n \"canonical_value\": \"mortgage\",\n \"raw_value\": \"\"\n }\n },\n \"id\": \"\",\n \"loan_id\": \"\",\n \"reverification\": {\n \"parent_order_id\": \"\",\n \"targets\": [\n {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"truework_direct_session_token\": \"\"\n }\n ]\n },\n \"search_key\": \"\",\n \"target_employer\": {\n \"additional_information\": \"\",\n \"authorization_forms\": null,\n \"loan_id\": \"\",\n \"metadata\": null,\n \"permissible_purpose\": {\n \"canonical_value\": \"child-support\",\n \"raw_value\": \"\"\n },\n \"request_config\": {\n \"allowed_verification_methods\": [\n \"instant\"\n ]\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": {\n \"canonical_value\": \"other\",\n \"raw_value\": \"\"\n },\n \"use_case\": {\n \"canonical_value\": \"lending\",\n \"raw_value\": \"\"\n }\n },\n \"search_key\": \"\",\n \"target\": {\n \"company\": {\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"name\": \"\"\n },\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\"\n },\n \"type\": \"employment\",\n \"use_case\": {\n \"canonical_value\": \"auto\",\n \"raw_value\": \"\"\n }\n },\n \"truework_direct\": {\n \"targets\": [\n {\n \"authorization_forms\": null,\n \"companies\": [\n {\n \"action\": {\n \"canonical_value\": \"other\",\n \"raw_value\": \"\"\n },\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"name\": \"\",\n \"phone_number\": \"\"\n }\n ],\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"metadata\": null,\n \"permissible_purpose\": {\n \"canonical_value\": \"subpoena\",\n \"raw_value\": \"\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": {\n \"canonical_value\": \"employee-request\",\n \"raw_value\": \"\"\n },\n \"use_case\": {\n \"canonical_value\": \"mortgage\",\n \"raw_value\": \"\"\n }\n },\n \"self_employment\": {\n \"business_name\": \"\"\n },\n \"social_security_number\": \"\",\n \"truework_direct_session_link\": \"\",\n \"truework_direct_session_token\": \"\",\n \"type\": \"employment-income\",\n \"use_case\": {\n \"canonical_value\": \"lending\",\n \"raw_value\": \"\"\n }\n }\n ]\n },\n \"truework_direct_session_link\": \"\",\n \"verification_requests\": null\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-e7073fbe-f20e-4632-8439-0a17f0afa419" }, { "id": "f3cb65dc-f406-4db7-ae56-29ff3d5e60b4", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"employment\",\n \"target\": {\n \"company\": {\n \"name\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n }\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment-income\",\n \"use_case\": \"credit\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": null,\n \"request_config\": {\n \"allowed_verification_methods\": [\n \"instant\",\n \"smart-outreach\",\n \"credentials\"\n ]\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"employee-request\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/target-employer", "host": [ "{{baseUrl}}" ], "path": [ "orders", "target-employer" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"Invalid field values provided\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-f3cb65dc-f406-4db7-ae56-29ff3d5e60b4" }, { "id": "3448c5cc-cd63-4d6f-aac5-6e8bef1dbf73", "name": "The request's authorization is missing, invalid, or expired", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"employment\",\n \"target\": {\n \"company\": {\n \"name\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n }\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment-income\",\n \"use_case\": \"credit\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": null,\n \"request_config\": {\n \"allowed_verification_methods\": [\n \"instant\",\n \"smart-outreach\",\n \"credentials\"\n ]\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"employee-request\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/target-employer", "host": [ "{{baseUrl}}" ], "path": [ "orders", "target-employer" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-3448c5cc-cd63-4d6f-aac5-6e8bef1dbf73" }, { "id": "9d8f2e3c-e026-4d6a-b451-906f2f983bba", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"employment\",\n \"target\": {\n \"company\": {\n \"name\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n }\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment-income\",\n \"use_case\": \"credit\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": null,\n \"request_config\": {\n \"allowed_verification_methods\": [\n \"instant\",\n \"smart-outreach\",\n \"credentials\"\n ]\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"employee-request\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/target-employer", "host": [ "{{baseUrl}}" ], "path": [ "orders", "target-employer" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-9d8f2e3c-e026-4d6a-b451-906f2f983bba" }, { "id": "85c075bd-fbd8-4fef-98ea-c6168cd05e8f", "name": "An invalid API version was requested", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"employment\",\n \"target\": {\n \"company\": {\n \"name\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n }\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment-income\",\n \"use_case\": \"credit\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": null,\n \"request_config\": {\n \"allowed_verification_methods\": [\n \"instant\",\n \"smart-outreach\",\n \"credentials\"\n ]\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"employee-request\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/target-employer", "host": [ "{{baseUrl}}" ], "path": [ "orders", "target-employer" ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-85c075bd-fbd8-4fef-98ea-c6168cd05e8f" }, { "id": "b93e8b48-916f-407a-858e-7d208ba67e9a", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"employment\",\n \"target\": {\n \"company\": {\n \"name\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n }\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment-income\",\n \"use_case\": \"credit\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": null,\n \"request_config\": {\n \"allowed_verification_methods\": [\n \"instant\",\n \"smart-outreach\",\n \"credentials\"\n ]\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"employee-request\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/target-employer", "host": [ "{{baseUrl}}" ], "path": [ "orders", "target-employer" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-b93e8b48-916f-407a-858e-7d208ba67e9a" }, { "id": "2a9f7d5e-2cc6-48d6-b58e-7bab41dc61cf", "name": "Frozen SSN", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"employment\",\n \"target\": {\n \"company\": {\n \"name\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n }\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment-income\",\n \"use_case\": \"credit\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": null,\n \"request_config\": {\n \"allowed_verification_methods\": [\n \"instant\",\n \"smart-outreach\",\n \"credentials\"\n ]\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"employee-request\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/target-employer", "host": [ "{{baseUrl}}" ], "path": [ "orders", "target-employer" ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-2a9f7d5e-2cc6-48d6-b58e-7bab41dc61cf" }, { "id": "fdf3f146-e128-4694-ac6b-3ecd0aa9aa26", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"employment\",\n \"target\": {\n \"company\": {\n \"name\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n }\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment-income\",\n \"use_case\": \"credit\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": null,\n \"request_config\": {\n \"allowed_verification_methods\": [\n \"instant\",\n \"smart-outreach\",\n \"credentials\"\n ]\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"employee-request\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/target-employer", "host": [ "{{baseUrl}}" ], "path": [ "orders", "target-employer" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-fdf3f146-e128-4694-ac6b-3ecd0aa9aa26" }, { "id": "abc3726e-caa2-4def-b11f-6259717f9b1e", "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"employment\",\n \"target\": {\n \"company\": {\n \"name\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n }\n },\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment-income\",\n \"use_case\": \"credit\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": null,\n \"request_config\": {\n \"allowed_verification_methods\": [\n \"instant\",\n \"smart-outreach\",\n \"credentials\"\n ]\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"employee-request\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/target-employer", "host": [ "{{baseUrl}}" ], "path": [ "orders", "target-employer" ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-abc3726e-caa2-4def-b11f-6259717f9b1e" } ], "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-f39c762d-261f-4d97-9d09-72f1bda85afc" } ], "id": "23c321d3-4db7-4d88-a5d0-e5d70a0f7490", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-23c321d3-4db7-4d88-a5d0-e5d70a0f7490" }, { "name": "employer-search", "item": [ { "name": "Create an employer search order", "id": "16520eed-f417-457f-b28a-19e6bd445b51", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"credit-application\",\n \"target\": {\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment\",\n \"use_case\": \"offers\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": {\n \"consequatcf\": \"\",\n \"officia_feb\": \"\"\n },\n \"request_config\": {\n \"employer_filter\": \"any-employers\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/employer-search?fields=&include_income_analytics=false&include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", "employer-search" ], "query": [ { "description": "Comma-separated names of fields to include in the response. Separate multiple fields with commas, and denote subfields with parentheses. Multiple subfields from the same type can be listed within parentheses. In case of a list, subfields apply to each individual object. If omitted, all fields are included.", "key": "fields", "value": "" }, { "description": "Whether to calculate income analytics for the nested reports in each verification.", "key": "include_income_analytics", "value": "false" }, { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ] }, "description": "POST requests create both an order and a verification. Returns a JSON object representing the newly created order and verification.\n\n## Verification processing\n\nEmployer search verifications are processed _synchronously_: Truework will attempt to process the verification during the initial POST request. If successful, the `201` response will include a `reports` key, which will contain the requested data.\n\nIt is recommended to set a timeout on synchronous requests, to account for potential latency when calling our\npartners. Synchronous requests generally take only a few seconds to complete, but in rare cases they may take longer.\n\nThis creates a verification request with the following attributes:\n\n- No target company\n- Is processed synchronously\n- Is Instant verification method only\n- Filter employers by one of the following: any-employers, current-employers, previous-employers\n- Returns the verification on a new order object\n" }, "response": [ { "id": "a60f3cc5-78d2-45f7-af55-454f90d8e28a", "name": "Order and Verification Request Created.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"credit-application\",\n \"target\": {\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment\",\n \"use_case\": \"offers\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": {\n \"consequatcf\": \"\",\n \"officia_feb\": \"\"\n },\n \"request_config\": {\n \"employer_filter\": \"any-employers\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/employer-search?fields=&include_income_analytics=false&include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", "employer-search" ], "query": [ { "description": "Comma-separated names of fields to include in the response. Separate multiple fields with commas, and denote subfields with parentheses. Multiple subfields from the same type can be listed within parentheses. In case of a list, subfields apply to each individual object. If omitted, all fields are included.", "key": "fields", "value": "" }, { "description": "Whether to calculate income analytics for the nested reports in each verification.", "key": "include_income_analytics", "value": "false" }, { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"employer_search\": {\n \"additional_information\": \"\",\n \"authorization_forms\": null,\n \"loan_id\": \"\",\n \"metadata\": {\n \"ea_2\": \"\"\n },\n \"permissible_purpose\": {\n \"canonical_value\": \"other\",\n \"raw_value\": \"\"\n },\n \"request_config\": {\n \"employer_filter\": \"any-employers\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": {\n \"canonical_value\": \"credit-application\",\n \"raw_value\": \"\"\n },\n \"use_case\": {\n \"canonical_value\": \"tenant\",\n \"raw_value\": \"\"\n }\n },\n \"search_key\": \"\",\n \"target\": {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\"\n },\n \"type\": \"tenant-screening\",\n \"use_case\": {\n \"canonical_value\": \"mortgage\",\n \"raw_value\": \"\"\n }\n },\n \"id\": \"\",\n \"loan_id\": \"\",\n \"reverification\": {\n \"parent_order_id\": \"\",\n \"targets\": [\n {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"truework_direct_session_token\": \"\"\n }\n ]\n },\n \"search_key\": \"\",\n \"target_employer\": {\n \"additional_information\": \"\",\n \"authorization_forms\": null,\n \"loan_id\": \"\",\n \"metadata\": null,\n \"permissible_purpose\": {\n \"canonical_value\": \"child-support\",\n \"raw_value\": \"\"\n },\n \"request_config\": {\n \"allowed_verification_methods\": [\n \"instant\"\n ]\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": {\n \"canonical_value\": \"other\",\n \"raw_value\": \"\"\n },\n \"use_case\": {\n \"canonical_value\": \"lending\",\n \"raw_value\": \"\"\n }\n },\n \"search_key\": \"\",\n \"target\": {\n \"company\": {\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"name\": \"\"\n },\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\"\n },\n \"type\": \"employment\",\n \"use_case\": {\n \"canonical_value\": \"auto\",\n \"raw_value\": \"\"\n }\n },\n \"truework_direct\": {\n \"targets\": [\n {\n \"authorization_forms\": null,\n \"companies\": [\n {\n \"action\": {\n \"canonical_value\": \"other\",\n \"raw_value\": \"\"\n },\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"name\": \"\",\n \"phone_number\": \"\"\n }\n ],\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"metadata\": null,\n \"permissible_purpose\": {\n \"canonical_value\": \"subpoena\",\n \"raw_value\": \"\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": {\n \"canonical_value\": \"employee-request\",\n \"raw_value\": \"\"\n },\n \"use_case\": {\n \"canonical_value\": \"mortgage\",\n \"raw_value\": \"\"\n }\n },\n \"self_employment\": {\n \"business_name\": \"\"\n },\n \"social_security_number\": \"\",\n \"truework_direct_session_link\": \"\",\n \"truework_direct_session_token\": \"\",\n \"type\": \"employment-income\",\n \"use_case\": {\n \"canonical_value\": \"lending\",\n \"raw_value\": \"\"\n }\n }\n ]\n },\n \"truework_direct_session_link\": \"\",\n \"verification_requests\": null\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-a60f3cc5-78d2-45f7-af55-454f90d8e28a" }, { "id": "b6d1c2e4-f697-4fa1-a731-e9374b0f3362", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"credit-application\",\n \"target\": {\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment\",\n \"use_case\": \"offers\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": {\n \"consequatcf\": \"\",\n \"officia_feb\": \"\"\n },\n \"request_config\": {\n \"employer_filter\": \"any-employers\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/employer-search?fields=&include_income_analytics=false&include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", "employer-search" ], "query": [ { "description": "Comma-separated names of fields to include in the response. Separate multiple fields with commas, and denote subfields with parentheses. Multiple subfields from the same type can be listed within parentheses. In case of a list, subfields apply to each individual object. If omitted, all fields are included.", "key": "fields", "value": "" }, { "description": "Whether to calculate income analytics for the nested reports in each verification.", "key": "include_income_analytics", "value": "false" }, { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"Invalid field values provided\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-b6d1c2e4-f697-4fa1-a731-e9374b0f3362" }, { "id": "4f8d9cfd-2acd-404a-bdfa-a5416fae93bb", "name": "The request's authorization is missing, invalid, or expired", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"credit-application\",\n \"target\": {\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment\",\n \"use_case\": \"offers\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": {\n \"consequatcf\": \"\",\n \"officia_feb\": \"\"\n },\n \"request_config\": {\n \"employer_filter\": \"any-employers\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/employer-search?fields=&include_income_analytics=false&include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", "employer-search" ], "query": [ { "description": "Comma-separated names of fields to include in the response. Separate multiple fields with commas, and denote subfields with parentheses. Multiple subfields from the same type can be listed within parentheses. In case of a list, subfields apply to each individual object. If omitted, all fields are included.", "key": "fields", "value": "" }, { "description": "Whether to calculate income analytics for the nested reports in each verification.", "key": "include_income_analytics", "value": "false" }, { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-4f8d9cfd-2acd-404a-bdfa-a5416fae93bb" }, { "id": "62cf0b03-3c21-46da-ae48-c048ac896353", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"credit-application\",\n \"target\": {\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment\",\n \"use_case\": \"offers\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": {\n \"consequatcf\": \"\",\n \"officia_feb\": \"\"\n },\n \"request_config\": {\n \"employer_filter\": \"any-employers\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/employer-search?fields=&include_income_analytics=false&include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", "employer-search" ], "query": [ { "description": "Comma-separated names of fields to include in the response. Separate multiple fields with commas, and denote subfields with parentheses. Multiple subfields from the same type can be listed within parentheses. In case of a list, subfields apply to each individual object. If omitted, all fields are included.", "key": "fields", "value": "" }, { "description": "Whether to calculate income analytics for the nested reports in each verification.", "key": "include_income_analytics", "value": "false" }, { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-62cf0b03-3c21-46da-ae48-c048ac896353" }, { "id": "d2e8b65c-7b38-4ef5-8f38-a949bb51d949", "name": "An invalid API version was requested", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"credit-application\",\n \"target\": {\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment\",\n \"use_case\": \"offers\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": {\n \"consequatcf\": \"\",\n \"officia_feb\": \"\"\n },\n \"request_config\": {\n \"employer_filter\": \"any-employers\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/employer-search?fields=&include_income_analytics=false&include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", "employer-search" ], "query": [ { "description": "Comma-separated names of fields to include in the response. Separate multiple fields with commas, and denote subfields with parentheses. Multiple subfields from the same type can be listed within parentheses. In case of a list, subfields apply to each individual object. If omitted, all fields are included.", "key": "fields", "value": "" }, { "description": "Whether to calculate income analytics for the nested reports in each verification.", "key": "include_income_analytics", "value": "false" }, { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-d2e8b65c-7b38-4ef5-8f38-a949bb51d949" }, { "id": "d4157c15-39cb-4558-9949-e83f540c533b", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"credit-application\",\n \"target\": {\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment\",\n \"use_case\": \"offers\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": {\n \"consequatcf\": \"\",\n \"officia_feb\": \"\"\n },\n \"request_config\": {\n \"employer_filter\": \"any-employers\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/employer-search?fields=&include_income_analytics=false&include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", "employer-search" ], "query": [ { "description": "Comma-separated names of fields to include in the response. Separate multiple fields with commas, and denote subfields with parentheses. Multiple subfields from the same type can be listed within parentheses. In case of a list, subfields apply to each individual object. If omitted, all fields are included.", "key": "fields", "value": "" }, { "description": "Whether to calculate income analytics for the nested reports in each verification.", "key": "include_income_analytics", "value": "false" }, { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-d4157c15-39cb-4558-9949-e83f540c533b" }, { "id": "46a1b681-1273-450d-86b9-f3f3bd73f202", "name": "Frozen SSN", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"credit-application\",\n \"target\": {\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment\",\n \"use_case\": \"offers\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": {\n \"consequatcf\": \"\",\n \"officia_feb\": \"\"\n },\n \"request_config\": {\n \"employer_filter\": \"any-employers\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/employer-search?fields=&include_income_analytics=false&include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", "employer-search" ], "query": [ { "description": "Comma-separated names of fields to include in the response. Separate multiple fields with commas, and denote subfields with parentheses. Multiple subfields from the same type can be listed within parentheses. In case of a list, subfields apply to each individual object. If omitted, all fields are included.", "key": "fields", "value": "" }, { "description": "Whether to calculate income analytics for the nested reports in each verification.", "key": "include_income_analytics", "value": "false" }, { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-46a1b681-1273-450d-86b9-f3f3bd73f202" }, { "id": "62830b27-8bb4-40ec-b034-5192043ae92a", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"credit-application\",\n \"target\": {\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment\",\n \"use_case\": \"offers\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": {\n \"consequatcf\": \"\",\n \"officia_feb\": \"\"\n },\n \"request_config\": {\n \"employer_filter\": \"any-employers\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/employer-search?fields=&include_income_analytics=false&include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", "employer-search" ], "query": [ { "description": "Comma-separated names of fields to include in the response. Separate multiple fields with commas, and denote subfields with parentheses. Multiple subfields from the same type can be listed within parentheses. In case of a list, subfields apply to each individual object. If omitted, all fields are included.", "key": "fields", "value": "" }, { "description": "Whether to calculate income analytics for the nested reports in each verification.", "key": "include_income_analytics", "value": "false" }, { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-62830b27-8bb4-40ec-b034-5192043ae92a" }, { "id": "28596e6d-fb09-4948-82e3-296686d7e0f6", "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissible_purpose\": \"credit-application\",\n \"target\": {\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\",\n \"contact_email\": \"\",\n \"phone_number\": \"\"\n },\n \"type\": \"employment\",\n \"use_case\": \"offers\",\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": {\n \"consequatcf\": \"\",\n \"officia_feb\": \"\"\n },\n \"request_config\": {\n \"employer_filter\": \"any-employers\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"use_case\": \"account-management\"\n },\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/employer-search?fields=&include_income_analytics=false&include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", "employer-search" ], "query": [ { "description": "Comma-separated names of fields to include in the response. Separate multiple fields with commas, and denote subfields with parentheses. Multiple subfields from the same type can be listed within parentheses. In case of a list, subfields apply to each individual object. If omitted, all fields are included.", "key": "fields", "value": "" }, { "description": "Whether to calculate income analytics for the nested reports in each verification.", "key": "include_income_analytics", "value": "false" }, { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-28596e6d-fb09-4948-82e3-296686d7e0f6" } ], "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-16520eed-f417-457f-b28a-19e6bd445b51" } ], "id": "6e1a88f7-e6b1-4bb8-84c0-8cd963d86b7c", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-6e1a88f7-e6b1-4bb8-84c0-8cd963d86b7c" }, { "name": "truework-direct", "item": [ { "name": "Create a Truework Direct order", "id": "8fd099de-f934-4649-a207-474f458c5426", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"targets\": [\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"social_security_number\": \"\",\n \"type\": \"employment\",\n \"use_case\": \"home-equity\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": null,\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"child-support\",\n \"use_case\": \"auto\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n },\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"employee-review-or-collection\",\n \"social_security_number\": \"\",\n \"type\": \"tenant-screening\",\n \"use_case\": \"background\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": [\n {\n \"name\": \"\",\n \"action\": \"do-not-verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n },\n {\n \"name\": \"\",\n \"action\": \"verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n }\n ],\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"legitimate-reason-review\",\n \"use_case\": \"health\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n }\n ],\n \"loan_id\": \"\",\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/truework-direct", "host": [ "{{baseUrl}}" ], "path": [ "orders", "truework-direct" ] }, "description": "POST requests create an order with a Truework Direct session token, used for instantiating the Truework.js widget." }, "response": [ { "id": "546eb6b8-5518-4967-8d23-83ea05ac148d", "name": "Order Created.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"targets\": [\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"social_security_number\": \"\",\n \"type\": \"employment\",\n \"use_case\": \"home-equity\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": null,\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"child-support\",\n \"use_case\": \"auto\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n },\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"employee-review-or-collection\",\n \"social_security_number\": \"\",\n \"type\": \"tenant-screening\",\n \"use_case\": \"background\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": [\n {\n \"name\": \"\",\n \"action\": \"do-not-verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n },\n {\n \"name\": \"\",\n \"action\": \"verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n }\n ],\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"legitimate-reason-review\",\n \"use_case\": \"health\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n }\n ],\n \"loan_id\": \"\",\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/truework-direct", "host": [ "{{baseUrl}}" ], "path": [ "orders", "truework-direct" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"employer_search\": {\n \"additional_information\": \"\",\n \"authorization_forms\": null,\n \"loan_id\": \"\",\n \"metadata\": {\n \"ea_2\": \"\"\n },\n \"permissible_purpose\": {\n \"canonical_value\": \"other\",\n \"raw_value\": \"\"\n },\n \"request_config\": {\n \"employer_filter\": \"any-employers\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": {\n \"canonical_value\": \"credit-application\",\n \"raw_value\": \"\"\n },\n \"use_case\": {\n \"canonical_value\": \"tenant\",\n \"raw_value\": \"\"\n }\n },\n \"search_key\": \"\",\n \"target\": {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\"\n },\n \"type\": \"tenant-screening\",\n \"use_case\": {\n \"canonical_value\": \"mortgage\",\n \"raw_value\": \"\"\n }\n },\n \"id\": \"\",\n \"loan_id\": \"\",\n \"reverification\": {\n \"parent_order_id\": \"\",\n \"targets\": [\n {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"truework_direct_session_token\": \"\"\n }\n ]\n },\n \"search_key\": \"\",\n \"target_employer\": {\n \"additional_information\": \"\",\n \"authorization_forms\": null,\n \"loan_id\": \"\",\n \"metadata\": null,\n \"permissible_purpose\": {\n \"canonical_value\": \"child-support\",\n \"raw_value\": \"\"\n },\n \"request_config\": {\n \"allowed_verification_methods\": [\n \"instant\"\n ]\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": {\n \"canonical_value\": \"other\",\n \"raw_value\": \"\"\n },\n \"use_case\": {\n \"canonical_value\": \"lending\",\n \"raw_value\": \"\"\n }\n },\n \"search_key\": \"\",\n \"target\": {\n \"company\": {\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"name\": \"\"\n },\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\"\n },\n \"type\": \"employment\",\n \"use_case\": {\n \"canonical_value\": \"auto\",\n \"raw_value\": \"\"\n }\n },\n \"truework_direct\": {\n \"targets\": [\n {\n \"authorization_forms\": null,\n \"companies\": [\n {\n \"action\": {\n \"canonical_value\": \"other\",\n \"raw_value\": \"\"\n },\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"name\": \"\",\n \"phone_number\": \"\"\n }\n ],\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"metadata\": null,\n \"permissible_purpose\": {\n \"canonical_value\": \"subpoena\",\n \"raw_value\": \"\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": {\n \"canonical_value\": \"employee-request\",\n \"raw_value\": \"\"\n },\n \"use_case\": {\n \"canonical_value\": \"mortgage\",\n \"raw_value\": \"\"\n }\n },\n \"self_employment\": {\n \"business_name\": \"\"\n },\n \"social_security_number\": \"\",\n \"truework_direct_session_link\": \"\",\n \"truework_direct_session_token\": \"\",\n \"type\": \"employment-income\",\n \"use_case\": {\n \"canonical_value\": \"lending\",\n \"raw_value\": \"\"\n }\n }\n ]\n },\n \"truework_direct_session_link\": \"\",\n \"verification_requests\": null\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-546eb6b8-5518-4967-8d23-83ea05ac148d" }, { "id": "34850f6b-c9b1-4900-af67-8fe39cb11fd6", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"targets\": [\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"social_security_number\": \"\",\n \"type\": \"employment\",\n \"use_case\": \"home-equity\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": null,\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"child-support\",\n \"use_case\": \"auto\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n },\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"employee-review-or-collection\",\n \"social_security_number\": \"\",\n \"type\": \"tenant-screening\",\n \"use_case\": \"background\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": [\n {\n \"name\": \"\",\n \"action\": \"do-not-verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n },\n {\n \"name\": \"\",\n \"action\": \"verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n }\n ],\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"legitimate-reason-review\",\n \"use_case\": \"health\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n }\n ],\n \"loan_id\": \"\",\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/truework-direct", "host": [ "{{baseUrl}}" ], "path": [ "orders", "truework-direct" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"Invalid field values provided\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-34850f6b-c9b1-4900-af67-8fe39cb11fd6" }, { "id": "8f1a5022-c376-4520-8e02-82feb2387a57", "name": "The request's authorization is missing, invalid, or expired", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"targets\": [\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"social_security_number\": \"\",\n \"type\": \"employment\",\n \"use_case\": \"home-equity\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": null,\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"child-support\",\n \"use_case\": \"auto\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n },\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"employee-review-or-collection\",\n \"social_security_number\": \"\",\n \"type\": \"tenant-screening\",\n \"use_case\": \"background\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": [\n {\n \"name\": \"\",\n \"action\": \"do-not-verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n },\n {\n \"name\": \"\",\n \"action\": \"verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n }\n ],\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"legitimate-reason-review\",\n \"use_case\": \"health\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n }\n ],\n \"loan_id\": \"\",\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/truework-direct", "host": [ "{{baseUrl}}" ], "path": [ "orders", "truework-direct" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-8f1a5022-c376-4520-8e02-82feb2387a57" }, { "id": "b2a4e489-b799-4dc9-b1c8-fded297e647b", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"targets\": [\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"social_security_number\": \"\",\n \"type\": \"employment\",\n \"use_case\": \"home-equity\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": null,\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"child-support\",\n \"use_case\": \"auto\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n },\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"employee-review-or-collection\",\n \"social_security_number\": \"\",\n \"type\": \"tenant-screening\",\n \"use_case\": \"background\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": [\n {\n \"name\": \"\",\n \"action\": \"do-not-verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n },\n {\n \"name\": \"\",\n \"action\": \"verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n }\n ],\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"legitimate-reason-review\",\n \"use_case\": \"health\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n }\n ],\n \"loan_id\": \"\",\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/truework-direct", "host": [ "{{baseUrl}}" ], "path": [ "orders", "truework-direct" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-b2a4e489-b799-4dc9-b1c8-fded297e647b" }, { "id": "33500b57-b093-4c0b-906f-5b7742fb2ee4", "name": "An invalid API version was requested", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"targets\": [\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"social_security_number\": \"\",\n \"type\": \"employment\",\n \"use_case\": \"home-equity\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": null,\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"child-support\",\n \"use_case\": \"auto\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n },\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"employee-review-or-collection\",\n \"social_security_number\": \"\",\n \"type\": \"tenant-screening\",\n \"use_case\": \"background\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": [\n {\n \"name\": \"\",\n \"action\": \"do-not-verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n },\n {\n \"name\": \"\",\n \"action\": \"verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n }\n ],\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"legitimate-reason-review\",\n \"use_case\": \"health\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n }\n ],\n \"loan_id\": \"\",\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/truework-direct", "host": [ "{{baseUrl}}" ], "path": [ "orders", "truework-direct" ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-33500b57-b093-4c0b-906f-5b7742fb2ee4" }, { "id": "943193d4-b5dd-49ec-9c65-3b89739c932f", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"targets\": [\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"social_security_number\": \"\",\n \"type\": \"employment\",\n \"use_case\": \"home-equity\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": null,\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"child-support\",\n \"use_case\": \"auto\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n },\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"employee-review-or-collection\",\n \"social_security_number\": \"\",\n \"type\": \"tenant-screening\",\n \"use_case\": \"background\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": [\n {\n \"name\": \"\",\n \"action\": \"do-not-verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n },\n {\n \"name\": \"\",\n \"action\": \"verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n }\n ],\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"legitimate-reason-review\",\n \"use_case\": \"health\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n }\n ],\n \"loan_id\": \"\",\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/truework-direct", "host": [ "{{baseUrl}}" ], "path": [ "orders", "truework-direct" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-943193d4-b5dd-49ec-9c65-3b89739c932f" }, { "id": "be3ec471-7226-4029-ba23-d5e63007c798", "name": "Frozen SSN", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"targets\": [\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"social_security_number\": \"\",\n \"type\": \"employment\",\n \"use_case\": \"home-equity\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": null,\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"child-support\",\n \"use_case\": \"auto\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n },\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"employee-review-or-collection\",\n \"social_security_number\": \"\",\n \"type\": \"tenant-screening\",\n \"use_case\": \"background\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": [\n {\n \"name\": \"\",\n \"action\": \"do-not-verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n },\n {\n \"name\": \"\",\n \"action\": \"verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n }\n ],\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"legitimate-reason-review\",\n \"use_case\": \"health\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n }\n ],\n \"loan_id\": \"\",\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/truework-direct", "host": [ "{{baseUrl}}" ], "path": [ "orders", "truework-direct" ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-be3ec471-7226-4029-ba23-d5e63007c798" }, { "id": "b93035b0-72be-45cc-83fd-23517ffb428b", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"targets\": [\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"social_security_number\": \"\",\n \"type\": \"employment\",\n \"use_case\": \"home-equity\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": null,\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"child-support\",\n \"use_case\": \"auto\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n },\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"employee-review-or-collection\",\n \"social_security_number\": \"\",\n \"type\": \"tenant-screening\",\n \"use_case\": \"background\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": [\n {\n \"name\": \"\",\n \"action\": \"do-not-verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n },\n {\n \"name\": \"\",\n \"action\": \"verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n }\n ],\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"legitimate-reason-review\",\n \"use_case\": \"health\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n }\n ],\n \"loan_id\": \"\",\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/truework-direct", "host": [ "{{baseUrl}}" ], "path": [ "orders", "truework-direct" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-b93035b0-72be-45cc-83fd-23517ffb428b" }, { "id": "cc1c8198-5deb-4127-8c0e-deacec4fcb73", "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"targets\": [\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"credit-application\",\n \"social_security_number\": \"\",\n \"type\": \"employment\",\n \"use_case\": \"home-equity\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": null,\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"child-support\",\n \"use_case\": \"auto\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n },\n {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"permissible_purpose\": \"employee-review-or-collection\",\n \"social_security_number\": \"\",\n \"type\": \"tenant-screening\",\n \"use_case\": \"background\",\n \"authorization_forms\": [\n {\n \"content\": \"\",\n \"filename\": \"\"\n },\n {\n \"content\": \"\",\n \"filename\": \"\"\n }\n ],\n \"companies\": [\n {\n \"name\": \"\",\n \"action\": \"do-not-verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n },\n {\n \"name\": \"\",\n \"action\": \"verify\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"phone_number\": \"\"\n }\n ],\n \"metadata\": null,\n \"phone_number\": \"\",\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": \"legitimate-reason-review\",\n \"use_case\": \"health\"\n },\n \"self_employment\": {\n \"business_name\": \"\"\n }\n }\n ],\n \"loan_id\": \"\",\n \"search_key\": \"\",\n \"tenant_property_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/truework-direct", "host": [ "{{baseUrl}}" ], "path": [ "orders", "truework-direct" ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-cc1c8198-5deb-4127-8c0e-deacec4fcb73" } ], "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-8fd099de-f934-4649-a207-474f458c5426" } ], "id": "a2647211-fcfd-4f40-83e8-4f0aba6fe43d", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-a2647211-fcfd-4f40-83e8-4f0aba6fe43d" }, { "name": "{order_id}", "item": [ { "name": "cancel", "item": [ { "name": "Cancel an order", "id": "41e52b50-f4b5-4270-b85b-8df05666484a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"cancellation_reason\": \"competitor\",\n \"cancellation_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/:order_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "cancel" ], "variable": [ { "id": "40170aee-d197-4609-b9ff-64438e056274", "key": "order_id", "value": "", "description": "(Required) Order ID" } ] }, "description": "Cancels all verification requests on an order, provided each request is not already in a terminal state.\n" }, "response": [ { "id": "8c60d72a-f302-459c-a6f9-8667dee7a143", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"cancellation_reason\": \"competitor\",\n \"cancellation_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/:order_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "cancel" ], "variable": [ { "key": "order_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"loan_id\": \"\",\n \"verification_requests\": null\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-8c60d72a-f302-459c-a6f9-8667dee7a143" }, { "id": "ab56ae15-1335-43cb-994e-c8f0670a70d8", "name": "Bad Request or Order not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"cancellation_reason\": \"competitor\",\n \"cancellation_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/:order_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "cancel" ], "variable": [ { "key": "order_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"Invalid field values provided\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-ab56ae15-1335-43cb-994e-c8f0670a70d8" }, { "id": "dd38c21e-e47f-4f8a-bad4-45f030efe727", "name": "The request's authorization is missing, invalid, or expired", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"cancellation_reason\": \"competitor\",\n \"cancellation_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/:order_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "cancel" ], "variable": [ { "key": "order_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-dd38c21e-e47f-4f8a-bad4-45f030efe727" }, { "id": "c8897e0e-20ec-4403-9a3a-9470df939148", "name": "Forbidden", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"cancellation_reason\": \"competitor\",\n \"cancellation_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/:order_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "cancel" ], "variable": [ { "key": "order_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-c8897e0e-20ec-4403-9a3a-9470df939148" }, { "id": "ea15c021-093e-4b98-ba15-a5d925c24d17", "name": "Not Found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"cancellation_reason\": \"competitor\",\n \"cancellation_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/:order_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "cancel" ], "variable": [ { "key": "order_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-ea15c021-093e-4b98-ba15-a5d925c24d17" }, { "id": "35fcbf08-5a9b-4721-87cf-da6115e65a55", "name": "An invalid API version was requested", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"cancellation_reason\": \"competitor\",\n \"cancellation_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/:order_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "cancel" ], "variable": [ { "key": "order_id" } ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-35fcbf08-5a9b-4721-87cf-da6115e65a55" }, { "id": "53364a79-381e-4eb1-b9da-496ad7031bbd", "name": "Too Many Requests", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"cancellation_reason\": \"competitor\",\n \"cancellation_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/:order_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "cancel" ], "variable": [ { "key": "order_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-53364a79-381e-4eb1-b9da-496ad7031bbd" }, { "id": "c2ab701e-952f-4389-b99c-a4f59abca2d2", "name": "Frozen SSN", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"cancellation_reason\": \"competitor\",\n \"cancellation_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/:order_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "cancel" ], "variable": [ { "key": "order_id" } ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-c2ab701e-952f-4389-b99c-a4f59abca2d2" }, { "id": "04f4bac3-1a34-404a-9d70-a846f10b3e2f", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"cancellation_reason\": \"competitor\",\n \"cancellation_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/:order_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "cancel" ], "variable": [ { "key": "order_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-04f4bac3-1a34-404a-9d70-a846f10b3e2f" }, { "id": "4380fd54-4ca8-45b1-a132-7d77e78f122f", "name": "Not Implemented", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"cancellation_reason\": \"competitor\",\n \"cancellation_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/:order_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "cancel" ], "variable": [ { "key": "order_id" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-4380fd54-4ca8-45b1-a132-7d77e78f122f" } ], "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-41e52b50-f4b5-4270-b85b-8df05666484a" } ], "id": "710ae814-6280-419e-bb27-f184c446d5fa", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-710ae814-6280-419e-bb27-f184c446d5fa" }, { "name": "events", "item": [ { "name": "Get order events", "id": "c5b9da05-9c6f-4dd6-8d42-d3a6655eab7f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id/events?limit=25&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "events" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" } ], "variable": [ { "id": "e62d8f12-8bca-4221-bfd6-31b64b86cdf3", "key": "order_id", "value": "", "description": "(Required) Order ID" } ] }, "description": "Returns all events associated with an order." }, "response": [ { "id": "69e4941a-d243-43ec-aced-339eb777d0c5", "name": "A list of Events was successfully retrieved.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id/events?limit=25&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "events" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" } ], "variable": [ { "key": "order_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"created\": \"\",\n \"id\": \"\",\n \"message\": \"\",\n \"strategy\": \"\",\n \"type\": \"\",\n \"verification_request_id\": \"\"\n },\n {\n \"created\": \"\",\n \"id\": \"\",\n \"message\": \"\",\n \"strategy\": \"\",\n \"type\": \"\",\n \"verification_request_id\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-69e4941a-d243-43ec-aced-339eb777d0c5" }, { "id": "96ba0832-9004-4753-a50d-d7e6eff2030d", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id/events?limit=25&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "events" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" } ], "variable": [ { "key": "order_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"Invalid field values provided\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-96ba0832-9004-4753-a50d-d7e6eff2030d" }, { "id": "6bb65fa9-be8c-4938-8619-26b671093538", "name": "The request's authorization is missing, invalid, or expired", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id/events?limit=25&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "events" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" } ], "variable": [ { "key": "order_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-6bb65fa9-be8c-4938-8619-26b671093538" }, { "id": "3c7593cb-1614-45fb-99be-f2781cced1b8", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id/events?limit=25&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "events" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" } ], "variable": [ { "key": "order_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-3c7593cb-1614-45fb-99be-f2781cced1b8" }, { "id": "4f86a145-f981-40b4-a7c2-d82e75ef0ffe", "name": "Order not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id/events?limit=25&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "events" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" } ], "variable": [ { "key": "order_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-4f86a145-f981-40b4-a7c2-d82e75ef0ffe" }, { "id": "5e3dd874-60ea-41cb-bb3f-928087fbdd77", "name": "An invalid API version was requested", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id/events?limit=25&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "events" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" } ], "variable": [ { "key": "order_id" } ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-5e3dd874-60ea-41cb-bb3f-928087fbdd77" }, { "id": "7412358c-98b3-4985-a0f2-e99113fdb1aa", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id/events?limit=25&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "events" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" } ], "variable": [ { "key": "order_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-7412358c-98b3-4985-a0f2-e99113fdb1aa" }, { "id": "8538a0d6-277a-45f4-8468-b8dfc85b2722", "name": "Frozen SSN", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id/events?limit=25&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "events" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" } ], "variable": [ { "key": "order_id" } ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-8538a0d6-277a-45f4-8468-b8dfc85b2722" }, { "id": "4aae8d44-43b3-4987-98bd-b743840e22b3", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id/events?limit=25&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "events" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" } ], "variable": [ { "key": "order_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-4aae8d44-43b3-4987-98bd-b743840e22b3" }, { "id": "3f15d060-a813-4680-9167-65409499a4e2", "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id/events?limit=25&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id", "events" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" } ], "variable": [ { "key": "order_id" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-3f15d060-a813-4680-9167-65409499a4e2" } ], "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-c5b9da05-9c6f-4dd6-8d42-d3a6655eab7f" } ], "id": "427e721e-2e6b-4322-885f-a9083c019216", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-427e721e-2e6b-4322-885f-a9083c019216" }, { "name": "Get one order", "id": "be9b3ded-6d40-4c99-a4c0-985fd9005b9b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id?include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id" ], "query": [ { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ], "variable": [ { "id": "848e9506-e4e1-4183-9f51-b3a2ce513dec", "key": "order_id", "value": "", "description": "(Required) Order ID" } ] }, "description": "Retrieves an order by id.\n" }, "response": [ { "id": "c8520b31-4bcb-4efe-bdf7-2271e23fa38d", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id?include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id" ], "query": [ { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ], "variable": [ { "key": "order_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"employer_search\": {\n \"additional_information\": \"\",\n \"authorization_forms\": null,\n \"loan_id\": \"\",\n \"metadata\": {\n \"ea_2\": \"\"\n },\n \"permissible_purpose\": {\n \"canonical_value\": \"other\",\n \"raw_value\": \"\"\n },\n \"request_config\": {\n \"employer_filter\": \"any-employers\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": {\n \"canonical_value\": \"credit-application\",\n \"raw_value\": \"\"\n },\n \"use_case\": {\n \"canonical_value\": \"tenant\",\n \"raw_value\": \"\"\n }\n },\n \"search_key\": \"\",\n \"target\": {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\"\n },\n \"type\": \"tenant-screening\",\n \"use_case\": {\n \"canonical_value\": \"mortgage\",\n \"raw_value\": \"\"\n }\n },\n \"id\": \"\",\n \"loan_id\": \"\",\n \"reverification\": {\n \"parent_order_id\": \"\",\n \"targets\": [\n {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"truework_direct_session_token\": \"\"\n }\n ]\n },\n \"search_key\": \"\",\n \"target_employer\": {\n \"additional_information\": \"\",\n \"authorization_forms\": null,\n \"loan_id\": \"\",\n \"metadata\": null,\n \"permissible_purpose\": {\n \"canonical_value\": \"child-support\",\n \"raw_value\": \"\"\n },\n \"request_config\": {\n \"allowed_verification_methods\": [\n \"instant\"\n ]\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": {\n \"canonical_value\": \"other\",\n \"raw_value\": \"\"\n },\n \"use_case\": {\n \"canonical_value\": \"lending\",\n \"raw_value\": \"\"\n }\n },\n \"search_key\": \"\",\n \"target\": {\n \"company\": {\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"name\": \"\"\n },\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\"\n },\n \"type\": \"employment\",\n \"use_case\": {\n \"canonical_value\": \"auto\",\n \"raw_value\": \"\"\n }\n },\n \"truework_direct\": {\n \"targets\": [\n {\n \"authorization_forms\": null,\n \"companies\": [\n {\n \"action\": {\n \"canonical_value\": \"other\",\n \"raw_value\": \"\"\n },\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"name\": \"\",\n \"phone_number\": \"\"\n }\n ],\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"metadata\": null,\n \"permissible_purpose\": {\n \"canonical_value\": \"subpoena\",\n \"raw_value\": \"\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": {\n \"canonical_value\": \"employee-request\",\n \"raw_value\": \"\"\n },\n \"use_case\": {\n \"canonical_value\": \"mortgage\",\n \"raw_value\": \"\"\n }\n },\n \"self_employment\": {\n \"business_name\": \"\"\n },\n \"social_security_number\": \"\",\n \"truework_direct_session_link\": \"\",\n \"truework_direct_session_token\": \"\",\n \"type\": \"employment-income\",\n \"use_case\": {\n \"canonical_value\": \"lending\",\n \"raw_value\": \"\"\n }\n }\n ]\n },\n \"truework_direct_session_link\": \"\",\n \"verification_requests\": null\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-c8520b31-4bcb-4efe-bdf7-2271e23fa38d" }, { "id": "ccd2fc5d-64e0-46b4-b9d1-28ea22acc95f", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id?include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id" ], "query": [ { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ], "variable": [ { "key": "order_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"Invalid field values provided\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-ccd2fc5d-64e0-46b4-b9d1-28ea22acc95f" }, { "id": "49d2d482-d81e-47c8-b4e2-7037cd0b55a5", "name": "The request's authorization is missing, invalid, or expired", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id?include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id" ], "query": [ { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ], "variable": [ { "key": "order_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-49d2d482-d81e-47c8-b4e2-7037cd0b55a5" }, { "id": "8a0b80e0-448b-4b0e-a24a-23f59a7fda2a", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id?include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id" ], "query": [ { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ], "variable": [ { "key": "order_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-8a0b80e0-448b-4b0e-a24a-23f59a7fda2a" }, { "id": "a1e8dc66-38c4-446d-adce-b34f09024417", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id?include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id" ], "query": [ { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ], "variable": [ { "key": "order_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-a1e8dc66-38c4-446d-adce-b34f09024417" }, { "id": "c44be96c-6cf7-4785-a80e-51730d0753fb", "name": "An invalid API version was requested", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id?include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id" ], "query": [ { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ], "variable": [ { "key": "order_id" } ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-c44be96c-6cf7-4785-a80e-51730d0753fb" }, { "id": "84033452-ed5a-489f-b95b-4d3eebfc8806", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id?include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id" ], "query": [ { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ], "variable": [ { "key": "order_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-84033452-ed5a-489f-b95b-4d3eebfc8806" }, { "id": "7be30ac1-de84-43c1-8e48-dd0c19fec60a", "name": "Frozen SSN", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id?include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id" ], "query": [ { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ], "variable": [ { "key": "order_id" } ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-7be30ac1-de84-43c1-8e48-dd0c19fec60a" }, { "id": "cf137d1b-0b17-48ce-9e8f-152eb8f6491f", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id?include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id" ], "query": [ { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ], "variable": [ { "key": "order_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-cf137d1b-0b17-48ce-9e8f-152eb8f6491f" }, { "id": "cbb08396-fadc-49cb-92be-c833096fb16c", "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders/:order_id?include_report_annotations=false", "host": [ "{{baseUrl}}" ], "path": [ "orders", ":order_id" ], "query": [ { "description": "Include potentially unverified data in the response, including report annotations and unparsed documents.", "key": "include_report_annotations", "value": "false" } ], "variable": [ { "key": "order_id" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-cbb08396-fadc-49cb-92be-c833096fb16c" } ], "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-be9b3ded-6d40-4c99-a4c0-985fd9005b9b" } ], "id": "3c075ff3-1eb4-4728-9038-2d40499c24c7", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-3c075ff3-1eb4-4728-9038-2d40499c24c7" }, { "name": "reverification", "item": [ { "name": "Reverify a report", "id": "69ed4ccd-4602-487d-b179-306fefa3d255", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "A header that defines if a request should be executed synchronously. Only Verifications that were initially executed synchronously may be reverified synchronously. `sync` can only return completed or canceled verification responses, not pending. `async` will return only pending.", "key": "Request-Sync", "value": "async" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"report_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/reverification", "host": [ "{{baseUrl}}" ], "path": [ "orders", "reverification" ] }, "description": "Reverifies a report, provided no more than 90 days have passed since completion of the verification." }, "response": [ { "id": "1d04716d-9555-47ce-9f06-601d07faedca", "name": "Reverification Request Created.", "originalRequest": { "method": "POST", "header": [ { "description": "A header that defines if a request should be executed synchronously. Only Verifications that were initially executed synchronously may be reverified synchronously. `sync` can only return completed or canceled verification responses, not pending. `async` will return only pending.", "key": "Request-Sync", "value": "async" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"report_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/reverification", "host": [ "{{baseUrl}}" ], "path": [ "orders", "reverification" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"employer_search\": {\n \"additional_information\": \"\",\n \"authorization_forms\": null,\n \"loan_id\": \"\",\n \"metadata\": {\n \"ea_2\": \"\"\n },\n \"permissible_purpose\": {\n \"canonical_value\": \"other\",\n \"raw_value\": \"\"\n },\n \"request_config\": {\n \"employer_filter\": \"any-employers\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": {\n \"canonical_value\": \"credit-application\",\n \"raw_value\": \"\"\n },\n \"use_case\": {\n \"canonical_value\": \"tenant\",\n \"raw_value\": \"\"\n }\n },\n \"search_key\": \"\",\n \"target\": {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\"\n },\n \"type\": \"tenant-screening\",\n \"use_case\": {\n \"canonical_value\": \"mortgage\",\n \"raw_value\": \"\"\n }\n },\n \"id\": \"\",\n \"loan_id\": \"\",\n \"reverification\": {\n \"parent_order_id\": \"\",\n \"targets\": [\n {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"truework_direct_session_token\": \"\"\n }\n ]\n },\n \"search_key\": \"\",\n \"target_employer\": {\n \"additional_information\": \"\",\n \"authorization_forms\": null,\n \"loan_id\": \"\",\n \"metadata\": null,\n \"permissible_purpose\": {\n \"canonical_value\": \"child-support\",\n \"raw_value\": \"\"\n },\n \"request_config\": {\n \"allowed_verification_methods\": [\n \"instant\"\n ]\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": {\n \"canonical_value\": \"other\",\n \"raw_value\": \"\"\n },\n \"use_case\": {\n \"canonical_value\": \"lending\",\n \"raw_value\": \"\"\n }\n },\n \"search_key\": \"\",\n \"target\": {\n \"company\": {\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"name\": \"\"\n },\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\"\n },\n \"type\": \"employment\",\n \"use_case\": {\n \"canonical_value\": \"auto\",\n \"raw_value\": \"\"\n }\n },\n \"truework_direct\": {\n \"targets\": [\n {\n \"authorization_forms\": null,\n \"companies\": [\n {\n \"action\": {\n \"canonical_value\": \"other\",\n \"raw_value\": \"\"\n },\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"name\": \"\",\n \"phone_number\": \"\"\n }\n ],\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"metadata\": null,\n \"permissible_purpose\": {\n \"canonical_value\": \"subpoena\",\n \"raw_value\": \"\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": {\n \"canonical_value\": \"employee-request\",\n \"raw_value\": \"\"\n },\n \"use_case\": {\n \"canonical_value\": \"mortgage\",\n \"raw_value\": \"\"\n }\n },\n \"self_employment\": {\n \"business_name\": \"\"\n },\n \"social_security_number\": \"\",\n \"truework_direct_session_link\": \"\",\n \"truework_direct_session_token\": \"\",\n \"type\": \"employment-income\",\n \"use_case\": {\n \"canonical_value\": \"lending\",\n \"raw_value\": \"\"\n }\n }\n ]\n },\n \"truework_direct_session_link\": \"\",\n \"verification_requests\": null\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-1d04716d-9555-47ce-9f06-601d07faedca" }, { "id": "3a3d8224-6e29-4f3e-871e-454329c3b080", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "description": "A header that defines if a request should be executed synchronously. Only Verifications that were initially executed synchronously may be reverified synchronously. `sync` can only return completed or canceled verification responses, not pending. `async` will return only pending.", "key": "Request-Sync", "value": "async" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"report_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/reverification", "host": [ "{{baseUrl}}" ], "path": [ "orders", "reverification" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"Invalid field values provided\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-3a3d8224-6e29-4f3e-871e-454329c3b080" }, { "id": "385a4008-95e3-49de-b7dd-e4a2333b8b04", "name": "The request's authorization is missing, invalid, or expired", "originalRequest": { "method": "POST", "header": [ { "description": "A header that defines if a request should be executed synchronously. Only Verifications that were initially executed synchronously may be reverified synchronously. `sync` can only return completed or canceled verification responses, not pending. `async` will return only pending.", "key": "Request-Sync", "value": "async" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"report_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/reverification", "host": [ "{{baseUrl}}" ], "path": [ "orders", "reverification" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-385a4008-95e3-49de-b7dd-e4a2333b8b04" }, { "id": "40d1ca4a-6529-45a0-bfe0-09f2a6d4737e", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "A header that defines if a request should be executed synchronously. Only Verifications that were initially executed synchronously may be reverified synchronously. `sync` can only return completed or canceled verification responses, not pending. `async` will return only pending.", "key": "Request-Sync", "value": "async" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"report_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/reverification", "host": [ "{{baseUrl}}" ], "path": [ "orders", "reverification" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-40d1ca4a-6529-45a0-bfe0-09f2a6d4737e" }, { "id": "04d26ba2-cdfd-4a52-b320-a36d1a73baea", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": "A header that defines if a request should be executed synchronously. Only Verifications that were initially executed synchronously may be reverified synchronously. `sync` can only return completed or canceled verification responses, not pending. `async` will return only pending.", "key": "Request-Sync", "value": "async" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"report_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/reverification", "host": [ "{{baseUrl}}" ], "path": [ "orders", "reverification" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-04d26ba2-cdfd-4a52-b320-a36d1a73baea" }, { "id": "4649d6b4-6ec3-419a-b4fd-7fc288dcf3cb", "name": "An invalid API version was requested", "originalRequest": { "method": "POST", "header": [ { "description": "A header that defines if a request should be executed synchronously. Only Verifications that were initially executed synchronously may be reverified synchronously. `sync` can only return completed or canceled verification responses, not pending. `async` will return only pending.", "key": "Request-Sync", "value": "async" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"report_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/reverification", "host": [ "{{baseUrl}}" ], "path": [ "orders", "reverification" ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-4649d6b4-6ec3-419a-b4fd-7fc288dcf3cb" }, { "id": "0220d123-d21f-449d-a3f3-250084d475e5", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "description": "A header that defines if a request should be executed synchronously. Only Verifications that were initially executed synchronously may be reverified synchronously. `sync` can only return completed or canceled verification responses, not pending. `async` will return only pending.", "key": "Request-Sync", "value": "async" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"report_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/reverification", "host": [ "{{baseUrl}}" ], "path": [ "orders", "reverification" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-0220d123-d21f-449d-a3f3-250084d475e5" }, { "id": "ccc3311a-fd3b-4ab9-9268-e5f31b29d757", "name": "Frozen SSN", "originalRequest": { "method": "POST", "header": [ { "description": "A header that defines if a request should be executed synchronously. Only Verifications that were initially executed synchronously may be reverified synchronously. `sync` can only return completed or canceled verification responses, not pending. `async` will return only pending.", "key": "Request-Sync", "value": "async" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"report_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/reverification", "host": [ "{{baseUrl}}" ], "path": [ "orders", "reverification" ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-ccc3311a-fd3b-4ab9-9268-e5f31b29d757" }, { "id": "015d1968-d952-4f8d-ba65-1edc45b8fa9e", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "A header that defines if a request should be executed synchronously. Only Verifications that were initially executed synchronously may be reverified synchronously. `sync` can only return completed or canceled verification responses, not pending. `async` will return only pending.", "key": "Request-Sync", "value": "async" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"report_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/reverification", "host": [ "{{baseUrl}}" ], "path": [ "orders", "reverification" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-015d1968-d952-4f8d-ba65-1edc45b8fa9e" }, { "id": "05662deb-af91-4fd9-8fa9-8de26e7c1410", "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "description": "A header that defines if a request should be executed synchronously. Only Verifications that were initially executed synchronously may be reverified synchronously. `sync` can only return completed or canceled verification responses, not pending. `async` will return only pending.", "key": "Request-Sync", "value": "async" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"report_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orders/reverification", "host": [ "{{baseUrl}}" ], "path": [ "orders", "reverification" ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-05662deb-af91-4fd9-8fa9-8de26e7c1410" } ], "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-69ed4ccd-4602-487d-b179-306fefa3d255" } ], "id": "032ee472-f7c0-4184-9f4a-6337432a9740", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-032ee472-f7c0-4184-9f4a-6337432a9740" }, { "name": "Get all orders", "id": "be4e6404-d6c2-497c-8563-55f1103584a2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders?limit=25&offset=0&search_key=&include_report_annotations=false&verification_id=", "host": [ "{{baseUrl}}" ], "path": [ "orders" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" }, { "description": "Filter by search_key value passed in on Order creation", "key": "search_key", "value": "" }, { "description": "Opt-in to including annotations on reports", "key": "include_report_annotations", "value": "false" }, { "description": "Filter by associated verification_id", "key": "verification_id", "value": "" } ] }, "description": "An order is a consolidation of multiple verifications." }, "response": [ { "id": "ef78b472-d177-4843-aff9-6964f6b1c3ff", "name": "A list of Orders was successfully retrieved.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders?limit=25&offset=0&search_key=&include_report_annotations=false&verification_id=", "host": [ "{{baseUrl}}" ], "path": [ "orders" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" }, { "description": "Filter by search_key value passed in on Order creation", "key": "search_key", "value": "" }, { "description": "Opt-in to including annotations on reports", "key": "include_report_annotations", "value": "false" }, { "description": "Filter by associated verification_id", "key": "verification_id", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"employer_search\": {\n \"additional_information\": \"\",\n \"authorization_forms\": [\n {\n \"filename\": \"\"\n }\n ],\n \"loan_id\": \"\",\n \"metadata\": {\n \"quia44\": \"\",\n \"eu_2\": \"\"\n },\n \"permissible_purpose\": {\n \"canonical_value\": \"legitimate-reason-review\",\n \"raw_value\": \"\"\n },\n \"request_config\": {\n \"employer_filter\": \"previous-employers\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": {\n \"canonical_value\": \"employment\",\n \"raw_value\": \"\"\n },\n \"use_case\": {\n \"canonical_value\": \"identity\",\n \"raw_value\": \"\"\n }\n },\n \"search_key\": \"\",\n \"target\": {\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\"\n },\n \"type\": \"employment\",\n \"use_case\": {\n \"canonical_value\": \"auto\",\n \"raw_value\": \"\"\n }\n },\n \"id\": \"\",\n \"loan_id\": \"\",\n \"reverification\": {\n \"parent_order_id\": \"\",\n \"targets\": [\n {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"truework_direct_session_token\": \"\"\n }\n ]\n },\n \"search_key\": \"\",\n \"target_employer\": {\n \"additional_information\": \"\",\n \"authorization_forms\": null,\n \"loan_id\": \"\",\n \"metadata\": null,\n \"permissible_purpose\": {\n \"canonical_value\": \"employee-review-or-collection\",\n \"raw_value\": \"\"\n },\n \"request_config\": {\n \"allowed_verification_methods\": [\n \"documents\"\n ]\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": {\n \"canonical_value\": \"employee-review-or-collection\",\n \"raw_value\": \"\"\n },\n \"use_case\": {\n \"canonical_value\": \"preapproval\",\n \"raw_value\": \"\"\n }\n },\n \"search_key\": \"\",\n \"target\": {\n \"company\": {\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"name\": \"\"\n },\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"social_security_number\": \"\"\n },\n \"type\": \"employment\",\n \"use_case\": {\n \"canonical_value\": \"offers\",\n \"raw_value\": \"\"\n }\n },\n \"truework_direct\": {\n \"targets\": [\n {\n \"authorization_forms\": [\n {\n \"filename\": \"\"\n }\n ],\n \"companies\": [\n {\n \"action\": {\n \"canonical_value\": \"other\",\n \"raw_value\": \"\"\n },\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"\",\n \"country_subdivision_code\": \"\",\n \"extended_address\": \"\",\n \"postal_code\": \"\"\n },\n \"name\": \"\",\n \"phone_number\": \"\"\n }\n ],\n \"contact_email\": \"\",\n \"date_of_birth\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"metadata\": null,\n \"permissible_purpose\": {\n \"canonical_value\": \"employment\",\n \"raw_value\": \"\"\n },\n \"reseller_originating_party\": {\n \"originating_party\": \"\",\n \"permissible_purpose\": {\n \"canonical_value\": \"employee-eligibility\",\n \"raw_value\": \"\"\n },\n \"use_case\": {\n \"canonical_value\": \"background\",\n \"raw_value\": \"\"\n }\n },\n \"self_employment\": {\n \"business_name\": \"\"\n },\n \"social_security_number\": \"\",\n \"truework_direct_session_link\": \"\",\n \"truework_direct_session_token\": \"\",\n \"type\": \"tenant-screening\",\n \"use_case\": {\n \"canonical_value\": \"credit\",\n \"raw_value\": \"\"\n }\n }\n ]\n },\n \"truework_direct_session_link\": \"\",\n \"verification_requests\": null\n }\n ]\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-ef78b472-d177-4843-aff9-6964f6b1c3ff" }, { "id": "e3c56bf8-a442-4d2c-bfbe-730a2ca6acbb", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders?limit=25&offset=0&search_key=&include_report_annotations=false&verification_id=", "host": [ "{{baseUrl}}" ], "path": [ "orders" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" }, { "description": "Filter by search_key value passed in on Order creation", "key": "search_key", "value": "" }, { "description": "Opt-in to including annotations on reports", "key": "include_report_annotations", "value": "false" }, { "description": "Filter by associated verification_id", "key": "verification_id", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"Invalid field values provided\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-e3c56bf8-a442-4d2c-bfbe-730a2ca6acbb" }, { "id": "da70402f-68b0-4297-a778-f4db4fdedb46", "name": "The request's authorization is missing, invalid, or expired", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders?limit=25&offset=0&search_key=&include_report_annotations=false&verification_id=", "host": [ "{{baseUrl}}" ], "path": [ "orders" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" }, { "description": "Filter by search_key value passed in on Order creation", "key": "search_key", "value": "" }, { "description": "Opt-in to including annotations on reports", "key": "include_report_annotations", "value": "false" }, { "description": "Filter by associated verification_id", "key": "verification_id", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-da70402f-68b0-4297-a778-f4db4fdedb46" }, { "id": "19b70f3d-eaf9-4a41-8ab7-587c4740c3aa", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders?limit=25&offset=0&search_key=&include_report_annotations=false&verification_id=", "host": [ "{{baseUrl}}" ], "path": [ "orders" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" }, { "description": "Filter by search_key value passed in on Order creation", "key": "search_key", "value": "" }, { "description": "Opt-in to including annotations on reports", "key": "include_report_annotations", "value": "false" }, { "description": "Filter by associated verification_id", "key": "verification_id", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-19b70f3d-eaf9-4a41-8ab7-587c4740c3aa" }, { "id": "e527eab0-3c6f-4ef1-900d-d346ffeb581f", "name": "An invalid API version was requested", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders?limit=25&offset=0&search_key=&include_report_annotations=false&verification_id=", "host": [ "{{baseUrl}}" ], "path": [ "orders" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" }, { "description": "Filter by search_key value passed in on Order creation", "key": "search_key", "value": "" }, { "description": "Opt-in to including annotations on reports", "key": "include_report_annotations", "value": "false" }, { "description": "Filter by associated verification_id", "key": "verification_id", "value": "" } ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-e527eab0-3c6f-4ef1-900d-d346ffeb581f" }, { "id": "076b8578-1c9f-44c2-86c3-ec4282464cf5", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders?limit=25&offset=0&search_key=&include_report_annotations=false&verification_id=", "host": [ "{{baseUrl}}" ], "path": [ "orders" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" }, { "description": "Filter by search_key value passed in on Order creation", "key": "search_key", "value": "" }, { "description": "Opt-in to including annotations on reports", "key": "include_report_annotations", "value": "false" }, { "description": "Filter by associated verification_id", "key": "verification_id", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-076b8578-1c9f-44c2-86c3-ec4282464cf5" }, { "id": "80781b53-6a96-4cae-8769-f2db588aa180", "name": "Frozen SSN", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders?limit=25&offset=0&search_key=&include_report_annotations=false&verification_id=", "host": [ "{{baseUrl}}" ], "path": [ "orders" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" }, { "description": "Filter by search_key value passed in on Order creation", "key": "search_key", "value": "" }, { "description": "Opt-in to including annotations on reports", "key": "include_report_annotations", "value": "false" }, { "description": "Filter by associated verification_id", "key": "verification_id", "value": "" } ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-80781b53-6a96-4cae-8769-f2db588aa180" }, { "id": "f604309d-dffa-4991-93ca-ab4e626aa3a8", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders?limit=25&offset=0&search_key=&include_report_annotations=false&verification_id=", "host": [ "{{baseUrl}}" ], "path": [ "orders" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" }, { "description": "Filter by search_key value passed in on Order creation", "key": "search_key", "value": "" }, { "description": "Opt-in to including annotations on reports", "key": "include_report_annotations", "value": "false" }, { "description": "Filter by associated verification_id", "key": "verification_id", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-f604309d-dffa-4991-93ca-ab4e626aa3a8" }, { "id": "e0b92022-9a50-409e-bb3a-77ed1ccb352c", "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orders?limit=25&offset=0&search_key=&include_report_annotations=false&verification_id=", "host": [ "{{baseUrl}}" ], "path": [ "orders" ], "query": [ { "description": "Limit the number of results returned", "key": "limit", "value": "25" }, { "description": "Offset the results by page", "key": "offset", "value": "0" }, { "description": "Filter by search_key value passed in on Order creation", "key": "search_key", "value": "" }, { "description": "Opt-in to including annotations on reports", "key": "include_report_annotations", "value": "false" }, { "description": "Filter by associated verification_id", "key": "verification_id", "value": "" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-e0b92022-9a50-409e-bb3a-77ed1ccb352c" } ], "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-be4e6404-d6c2-497c-8563-55f1103584a2" } ], "id": "092eef57-b652-49d2-ace0-01823abdf931", "createdAt": "2026-07-28T03:20:09.000Z", "updatedAt": "2026-07-28T03:20:09.000Z", "uid": "35240-092eef57-b652-49d2-ace0-01823abdf931" } ], "variable": [ { "key": "baseUrl", "value": "https://api.truework-sandbox.com" } ] }