{ "info": { "_postman_id": "30393d9b-9b25-4cee-adfa-a3781f59ebd5", "name": "Unified.to account device API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:53.000Z", "lastUpdatedBy": "35240", "uid": "35240-30393d9b-9b25-4cee-adfa-a3781f59ebd5" }, "item": [ { "name": "hris", "item": [ { "name": "{connection_id}", "item": [ { "name": "device", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Device", "id": "fb92a31c-1805-432a-93b7-17cbebe221f5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/hris/:connection_id/device/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device", ":id" ], "variable": [ { "id": "293b7c52-430d-4a97-98d4-5cc168fd7848", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "72221563-9fa7-4fc8-b487-9e6abd25ff54", "key": "id", "value": "", "description": "(Required) ID of the Device" } ] } }, "response": [ { "id": "26a3295a-fbe5-47b7-806f-5fdbdc441028", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/device/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:53.000Z", "updatedAt": "2026-07-28T03:23:53.000Z", "uid": "35240-26a3295a-fbe5-47b7-806f-5fdbdc441028" }, { "id": "51026cf9-c625-431c-a3ba-44f07da8093b", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/device/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:53.000Z", "updatedAt": "2026-07-28T03:23:53.000Z", "uid": "35240-51026cf9-c625-431c-a3ba-44f07da8093b" } ], "createdAt": "2026-07-28T03:23:53.000Z", "updatedAt": "2026-07-28T03:23:53.000Z", "uid": "35240-fb92a31c-1805-432a-93b7-17cbebe221f5" }, { "name": "Retrieve a Device", "id": "8686f2fb-4d75-4f05-8f3f-c18ef2c36afb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/device/:id?fields=name&fields=has_antivirus&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "has_antivirus" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a2e4dc6c-414a-40b8-ba7c-3a558ef45720", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "271c0b02-72b8-41e5-a9cc-328095ffbfdd", "key": "id", "value": "", "description": "(Required) ID of the Device" } ] } }, "response": [ { "id": "c09e0730-245e-464a-8dc5-06cb4a250b70", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/device/:id?fields=has_antivirus&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_antivirus" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"sit_\": 60828827,\n \"esse41\": \"Lorem\",\n \"Duis_44\": false,\n \"dolore_f\": false\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "createdAt": "2026-07-28T03:23:53.000Z", "updatedAt": "2026-07-28T03:23:53.000Z", "uid": "35240-c09e0730-245e-464a-8dc5-06cb4a250b70" } ], "createdAt": "2026-07-28T03:23:53.000Z", "updatedAt": "2026-07-28T03:23:53.000Z", "uid": "35240-8686f2fb-4d75-4f05-8f3f-c18ef2c36afb" }, { "name": "Update a Device", "id": "a01b3c67-b401-49d2-8ac2-90a692274d4f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"sit_\": 60828827,\n \"esse41\": \"Lorem\",\n \"Duis_44\": false,\n \"dolore_f\": false\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/device/:id?fields=name&fields=has_antivirus&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "has_antivirus" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "6d5bc49f-8a8b-4752-83a5-9c591a751758", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "adf52c4c-8f21-4288-afee-e2b546173afa", "key": "id", "value": "", "description": "(Required) ID of the Device" } ] } }, "response": [ { "id": "61598e6d-cba2-4cde-9191-16c148d5e919", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"sit_\": 60828827,\n \"esse41\": \"Lorem\",\n \"Duis_44\": false,\n \"dolore_f\": false\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/device/:id?fields=has_antivirus&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_antivirus" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"sit_\": 60828827,\n \"esse41\": \"Lorem\",\n \"Duis_44\": false,\n \"dolore_f\": false\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "createdAt": "2026-07-28T03:23:53.000Z", "updatedAt": "2026-07-28T03:23:53.000Z", "uid": "35240-61598e6d-cba2-4cde-9191-16c148d5e919" } ], "createdAt": "2026-07-28T03:23:53.000Z", "updatedAt": "2026-07-28T03:23:53.000Z", "uid": "35240-a01b3c67-b401-49d2-8ac2-90a692274d4f" }, { "name": "Update a Device", "id": "f4700805-551a-4043-a0b9-9c79985c294d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"sit_\": 60828827,\n \"esse41\": \"Lorem\",\n \"Duis_44\": false,\n \"dolore_f\": false\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/device/:id?fields=name&fields=has_antivirus&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "has_antivirus" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "5b41168b-4156-449a-85fd-7f076421aa97", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "8087972c-f686-4b2b-a2fd-4dfb3448a94e", "key": "id", "value": "", "description": "(Required) ID of the Device" } ] } }, "response": [ { "id": "c44e2727-b901-43b1-87f2-48ca68b4a371", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"sit_\": 60828827,\n \"esse41\": \"Lorem\",\n \"Duis_44\": false,\n \"dolore_f\": false\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/device/:id?fields=has_antivirus&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_antivirus" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"sit_\": 60828827,\n \"esse41\": \"Lorem\",\n \"Duis_44\": false,\n \"dolore_f\": false\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "createdAt": "2026-07-28T03:23:53.000Z", "updatedAt": "2026-07-28T03:23:53.000Z", "uid": "35240-c44e2727-b901-43b1-87f2-48ca68b4a371" } ], "createdAt": "2026-07-28T03:23:53.000Z", "updatedAt": "2026-07-28T03:23:53.000Z", "uid": "35240-f4700805-551a-4043-a0b9-9c79985c294d" } ], "id": "358c5f91-4bf1-41f3-8c16-be79227dd0f5", "createdAt": "2026-07-28T03:23:53.000Z", "updatedAt": "2026-07-28T03:23:53.000Z", "uid": "35240-358c5f91-4bf1-41f3-8c16-be79227dd0f5" }, { "name": "List All Devices", "id": "6d0a31e1-b5b4-42d2-b55e-d1539ef1e3ab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/device?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&fields=name&fields=has_antivirus&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "has_antivirus" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "167f6ec7-e4c5-4fea-85d4-c0f03a5b233c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "3ad99265-40ef-4ce0-b831-b9060980295a", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/device?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&fields=has_antivirus&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "has_antivirus" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"ad_9d\": true,\n \"sitb3\": -29156877.01654987,\n \"laborumd6\": true\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n },\n {\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"aliquip_4\": 67700887.91860998\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:53.000Z", "updatedAt": "2026-07-28T03:23:53.000Z", "uid": "35240-3ad99265-40ef-4ce0-b831-b9060980295a" } ], "createdAt": "2026-07-28T03:23:53.000Z", "updatedAt": "2026-07-28T03:23:53.000Z", "uid": "35240-6d0a31e1-b5b4-42d2-b55e-d1539ef1e3ab" }, { "name": "Create a Device", "id": "60df3c13-c027-4962-a626-9756b3a6a86f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"sit_\": 60828827,\n \"esse41\": \"Lorem\",\n \"Duis_44\": false,\n \"dolore_f\": false\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/device?fields=name&fields=has_antivirus&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "has_antivirus" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "ac2f8bc3-ff45-42b8-b379-b335568e489c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "4bf87761-62f9-449c-aeff-d96143223fb8", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"sit_\": 60828827,\n \"esse41\": \"Lorem\",\n \"Duis_44\": false,\n \"dolore_f\": false\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/device?fields=has_antivirus&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "device" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_antivirus" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"admin_user_ids\": [\n \"\",\n \"\"\n ],\n \"asset_tag\": \"\",\n \"created_at\": \"\",\n \"has_antivirus\": \"\",\n \"has_firewall\": \"\",\n \"has_hd_encrypted\": \"\",\n \"has_password_manager\": \"\",\n \"has_screenlock\": \"\",\n \"id\": \"\",\n \"is_missing\": \"\",\n \"location_id\": \"\",\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"os\": \"\",\n \"os_version\": \"\",\n \"raw\": {\n \"sit_\": 60828827,\n \"esse41\": \"Lorem\",\n \"Duis_44\": false,\n \"dolore_f\": false\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"version\": \"\"\n}", "createdAt": "2026-07-28T03:23:53.000Z", "updatedAt": "2026-07-28T03:23:53.000Z", "uid": "35240-4bf87761-62f9-449c-aeff-d96143223fb8" } ], "createdAt": "2026-07-28T03:23:53.000Z", "updatedAt": "2026-07-28T03:23:53.000Z", "uid": "35240-60df3c13-c027-4962-a626-9756b3a6a86f" } ], "id": "791de50d-83a2-4587-8a00-98eaace9adc2", "createdAt": "2026-07-28T03:23:53.000Z", "updatedAt": "2026-07-28T03:23:53.000Z", "uid": "35240-791de50d-83a2-4587-8a00-98eaace9adc2" } ], "id": "7b3b4021-4d84-44db-bedc-9383ef49b2d3", "createdAt": "2026-07-28T03:23:53.000Z", "updatedAt": "2026-07-28T03:23:53.000Z", "uid": "35240-7b3b4021-4d84-44db-bedc-9383ef49b2d3" } ], "id": "e611e471-be9a-4422-a792-973c93b220ff", "createdAt": "2026-07-28T03:23:53.000Z", "updatedAt": "2026-07-28T03:23:53.000Z", "uid": "35240-e611e471-be9a-4422-a792-973c93b220ff" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.unified.to" } ] }