{ "info": { "_postman_id": "44a0b93b-dc02-4464-b5f7-31124f412239", "name": "Unified.to account benefit 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:22:50.000Z", "updatedAt": "2026-07-28T03:22:50.000Z", "lastUpdatedBy": "35240", "uid": "35240-44a0b93b-dc02-4464-b5f7-31124f412239" }, "item": [ { "name": "hris", "item": [ { "name": "{connection_id}", "item": [ { "name": "benefit", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Benefit", "id": "daed67f8-9f23-471d-a494-283aa2b21d7c", "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/benefit/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit", ":id" ], "variable": [ { "id": "73207985-b09f-4351-b508-5ff6601328ff", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d2b5216d-6cfb-4e4f-9af4-38ed94dba6e6", "key": "id", "value": "", "description": "(Required) ID of the Benefit" } ] } }, "response": [ { "id": "2772642c-7c0f-49f7-9c08-ff7316cbc085", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:51.000Z", "updatedAt": "2026-07-28T03:22:51.000Z", "uid": "35240-2772642c-7c0f-49f7-9c08-ff7316cbc085" }, { "id": "279e792d-cc29-45cb-ad23-213cd81fb238", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit", ":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:22:51.000Z", "updatedAt": "2026-07-28T03:22:51.000Z", "uid": "35240-279e792d-cc29-45cb-ad23-213cd81fb238" } ], "createdAt": "2026-07-28T03:22:50.000Z", "updatedAt": "2026-07-28T03:22:50.000Z", "uid": "35240-daed67f8-9f23-471d-a494-283aa2b21d7c" }, { "name": "Retrieve a Benefit", "id": "6cd0f817-4a81-438d-bbbb-1584b1dd5bd9", "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/benefit/:id?fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "ffc16b2d-d3e7-440e-917f-a274586c749c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "209b39c3-6b61-4ac6-b59c-c61736ac2241", "key": "id", "value": "", "description": "(Required) ID of the Benefit" } ] } }, "response": [ { "id": "3baea9a2-46a1-4b77-b7ca-f2e7ff955d82", "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/benefit/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"company_id\": \"\",\n \"coverage_level\": \"FAMILY\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"WEEK\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"essec21\": true,\n \"eiusmodd6d\": 19151667,\n \"laboris_4f\": false\n },\n \"tax\": \"NON_TAXABLE\",\n \"type\": \"SHORT_TERM_DISABILITY\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:51.000Z", "updatedAt": "2026-07-28T03:22:51.000Z", "uid": "35240-3baea9a2-46a1-4b77-b7ca-f2e7ff955d82" } ], "createdAt": "2026-07-28T03:22:50.000Z", "updatedAt": "2026-07-28T03:22:50.000Z", "uid": "35240-6cd0f817-4a81-438d-bbbb-1584b1dd5bd9" }, { "name": "Update a Benefit", "id": "e1f39ca0-1fc5-4ca5-84e2-0eb55587df3c", "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 \"company_id\": \"\",\n \"coverage_level\": \"FAMILY\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"WEEK\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"essec21\": true,\n \"eiusmodd6d\": 19151667,\n \"laboris_4f\": false\n },\n \"tax\": \"NON_TAXABLE\",\n \"type\": \"SHORT_TERM_DISABILITY\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit/:id?fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "88beeaf3-c2e7-49fc-8807-5e9b81c3a871", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "4e30117e-31db-4cb6-88b1-3aea6c160a89", "key": "id", "value": "", "description": "(Required) ID of the Benefit" } ] } }, "response": [ { "id": "6cc70143-5007-4308-b270-d278572f2899", "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 \"company_id\": \"\",\n \"coverage_level\": \"FAMILY\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"WEEK\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"essec21\": true,\n \"eiusmodd6d\": 19151667,\n \"laboris_4f\": false\n },\n \"tax\": \"NON_TAXABLE\",\n \"type\": \"SHORT_TERM_DISABILITY\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"company_id\": \"\",\n \"coverage_level\": \"FAMILY\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"WEEK\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"essec21\": true,\n \"eiusmodd6d\": 19151667,\n \"laboris_4f\": false\n },\n \"tax\": \"NON_TAXABLE\",\n \"type\": \"SHORT_TERM_DISABILITY\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:51.000Z", "updatedAt": "2026-07-28T03:22:51.000Z", "uid": "35240-6cc70143-5007-4308-b270-d278572f2899" } ], "createdAt": "2026-07-28T03:22:50.000Z", "updatedAt": "2026-07-28T03:22:50.000Z", "uid": "35240-e1f39ca0-1fc5-4ca5-84e2-0eb55587df3c" }, { "name": "Update a Benefit", "id": "38076b00-89b6-4236-b6fc-4bdb6d62797e", "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 \"company_id\": \"\",\n \"coverage_level\": \"FAMILY\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"WEEK\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"essec21\": true,\n \"eiusmodd6d\": 19151667,\n \"laboris_4f\": false\n },\n \"tax\": \"NON_TAXABLE\",\n \"type\": \"SHORT_TERM_DISABILITY\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit/:id?fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "34d884a0-c63c-4490-9bb2-39a86c488cad", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "9f343341-8c41-4b21-b84e-3791397457a7", "key": "id", "value": "", "description": "(Required) ID of the Benefit" } ] } }, "response": [ { "id": "ee57b05f-b138-43e8-b287-d13018764114", "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 \"company_id\": \"\",\n \"coverage_level\": \"FAMILY\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"WEEK\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"essec21\": true,\n \"eiusmodd6d\": 19151667,\n \"laboris_4f\": false\n },\n \"tax\": \"NON_TAXABLE\",\n \"type\": \"SHORT_TERM_DISABILITY\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"company_id\": \"\",\n \"coverage_level\": \"FAMILY\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"WEEK\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"essec21\": true,\n \"eiusmodd6d\": 19151667,\n \"laboris_4f\": false\n },\n \"tax\": \"NON_TAXABLE\",\n \"type\": \"SHORT_TERM_DISABILITY\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:51.000Z", "updatedAt": "2026-07-28T03:22:51.000Z", "uid": "35240-ee57b05f-b138-43e8-b287-d13018764114" } ], "createdAt": "2026-07-28T03:22:50.000Z", "updatedAt": "2026-07-28T03:22:50.000Z", "uid": "35240-38076b00-89b6-4236-b6fc-4bdb6d62797e" } ], "id": "408485ea-3ada-4ab7-82e5-b694c1aab87a", "createdAt": "2026-07-28T03:22:50.000Z", "updatedAt": "2026-07-28T03:22:50.000Z", "uid": "35240-408485ea-3ada-4ab7-82e5-b694c1aab87a" }, { "name": "List All Benefits", "id": "6bdc36eb-85da-4441-be0a-2b67feabcaec", "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/benefit?limit=&offset=&updated_gte=&sort=&order=&query=&company_id=&fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit" ], "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 company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "937705b9-92de-4323-945a-2edc9cc58911", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "b93ca126-8681-4be8-8c41-160ed067e342", "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/benefit?limit=&offset=&updated_gte=&sort=&order=&query=&company_id=&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit" ], "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 company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_SPOUSE\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"YEAR\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"occaecat3e1\": \"laboris non pariatur aliqua nostrud\"\n },\n \"tax\": \"POST_TAX\",\n \"type\": \"GARNISHMENT\",\n \"updated_at\": \"\"\n },\n {\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_SPOUSE\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"ONE_TIME\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"culpadf\": \"sunt amet\"\n },\n \"tax\": \"TAXABLE\",\n \"type\": \"GARNISHMENT\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:51.000Z", "updatedAt": "2026-07-28T03:22:51.000Z", "uid": "35240-b93ca126-8681-4be8-8c41-160ed067e342" } ], "createdAt": "2026-07-28T03:22:50.000Z", "updatedAt": "2026-07-28T03:22:50.000Z", "uid": "35240-6bdc36eb-85da-4441-be0a-2b67feabcaec" }, { "name": "Create a Benefit", "id": "0bb028eb-76d3-4c01-8056-b4147c95234a", "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 \"company_id\": \"\",\n \"coverage_level\": \"FAMILY\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"WEEK\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"essec21\": true,\n \"eiusmodd6d\": 19151667,\n \"laboris_4f\": false\n },\n \"tax\": \"NON_TAXABLE\",\n \"type\": \"SHORT_TERM_DISABILITY\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit?fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a2563501-8013-49b6-8289-018c7681c40f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "bfd88426-985e-46f2-bc70-bee9687f8838", "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 \"company_id\": \"\",\n \"coverage_level\": \"FAMILY\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"WEEK\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"essec21\": true,\n \"eiusmodd6d\": 19151667,\n \"laboris_4f\": false\n },\n \"tax\": \"NON_TAXABLE\",\n \"type\": \"SHORT_TERM_DISABILITY\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/benefit?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "benefit" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"company_id\": \"\",\n \"coverage_level\": \"FAMILY\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"employer_contribution_amount\": \"\",\n \"employer_contribution_max_amount\": \"\",\n \"employer_contribution_type\": \"PERCENTAGE\",\n \"frequency\": \"WEEK\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"essec21\": true,\n \"eiusmodd6d\": 19151667,\n \"laboris_4f\": false\n },\n \"tax\": \"NON_TAXABLE\",\n \"type\": \"SHORT_TERM_DISABILITY\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:51.000Z", "updatedAt": "2026-07-28T03:22:51.000Z", "uid": "35240-bfd88426-985e-46f2-bc70-bee9687f8838" } ], "createdAt": "2026-07-28T03:22:50.000Z", "updatedAt": "2026-07-28T03:22:50.000Z", "uid": "35240-0bb028eb-76d3-4c01-8056-b4147c95234a" } ], "id": "ab5e1288-7060-4cd6-96be-6f107bcbdeb4", "createdAt": "2026-07-28T03:22:50.000Z", "updatedAt": "2026-07-28T03:22:50.000Z", "uid": "35240-ab5e1288-7060-4cd6-96be-6f107bcbdeb4" } ], "id": "d5019d5d-dc90-4c0c-8872-080bc03be6ac", "createdAt": "2026-07-28T03:22:50.000Z", "updatedAt": "2026-07-28T03:22:50.000Z", "uid": "35240-d5019d5d-dc90-4c0c-8872-080bc03be6ac" } ], "id": "5368b598-4c95-4add-9822-968a4ac2880f", "createdAt": "2026-07-28T03:22:50.000Z", "updatedAt": "2026-07-28T03:22:50.000Z", "uid": "35240-5368b598-4c95-4add-9822-968a4ac2880f" } ], "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" } ] }