{ "info": { "_postman_id": "68e953cc-cafd-45a3-a0d6-1e2f814e0fd4", "name": "API Reference Associated Persons Dependents Management Intents API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:01:24.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "lastUpdatedBy": "35240", "uid": "35240-68e953cc-cafd-45a3-a0d6-1e2f814e0fd4" }, "item": [ { "name": "dependents_management_intents", "item": [ { "name": "{dependents_management_intent_id}", "item": [ { "name": "associated_persons_eligibility", "item": [ { "name": "Retrieve associated persons eligibility for a dependents management intent", "id": "63a8a701-768a-4fae-a39f-a4f056b90c44", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id/associated_persons_eligibility?page=&page_size=", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id", "associated_persons_eligibility" ], "query": [ { "description": "The page of results to return. Defaults to 1 if not provided.", "key": "page", "value": "" }, { "description": "The number of results to return per page. Defaults to 10 if not provided. Maximum value is 100.", "key": "page_size", "value": "" } ], "variable": [ { "id": "14886f23-719b-4cec-a63a-bc52cd7ae6b9", "key": "dependents_management_intent_id", "value": "dmi_u ;kiO", "description": "(Required) " } ] }, "description": "Retrieves all associated persons for the employee with their eligibility status for the specific policy/plan." }, "response": [ { "id": "fd694d80-4375-4b41-8bb7-5dadc19bfe81", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id/associated_persons_eligibility?page=&page_size=", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id", "associated_persons_eligibility" ], "query": [ { "description": "The page of results to return. Defaults to 1 if not provided.", "key": "page", "value": "" }, { "description": "The number of results to return per page. Defaults to 10 if not provided. Maximum value is 100.", "key": "page_size", "value": "" } ], "variable": [ { "key": "dependents_management_intent_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"associated_person_id\": \"ap_9z>3!\",\n \"date_of_birth\": \"\",\n \"eligibility_status\": \"eligible\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"relationship\": \"spouse\",\n \"sex_at_birth\": \"female\",\n \"ineligibility_reason\": \"\",\n \"object\": \"\"\n },\n {\n \"associated_person_id\": \"ap_#Aog\",\n \"date_of_birth\": \"\",\n \"eligibility_status\": \"pending\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"relationship\": \"child\",\n \"sex_at_birth\": \"female\",\n \"ineligibility_reason\": \"\",\n \"object\": \"\"\n }\n ],\n \"page\": \"\",\n \"page_size\": \"\",\n \"total_count\": \"\",\n \"has_next_page\": \"\",\n \"has_previous_page\": \"\"\n}", "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-fd694d80-4375-4b41-8bb7-5dadc19bfe81" }, { "id": "92ae663f-0db7-4317-8d30-1c0b63fd6345", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" } ], "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id/associated_persons_eligibility?page=&page_size=", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id", "associated_persons_eligibility" ], "query": [ { "description": "The page of results to return. Defaults to 1 if not provided.", "key": "page", "value": "" }, { "description": "The number of results to return per page. Defaults to 10 if not provided. Maximum value is 100.", "key": "page_size", "value": "" } ], "variable": [ { "key": "dependents_management_intent_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"veniam__\": {},\n \"mollit_658\": {},\n \"exercitation_e\": {}\n}", "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-92ae663f-0db7-4317-8d30-1c0b63fd6345" } ], "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-63a8a701-768a-4fae-a39f-a4f056b90c44" } ], "id": "9dac448d-4cd2-49b6-8e5c-66782a6e609b", "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-9dac448d-4cd2-49b6-8e5c-66782a6e609b" }, { "name": "dependents", "item": [ { "name": "{associated_person_id}", "item": [ { "name": "Remove a dependent from a Dependents Management Intent", "id": "728e92bb-12eb-4bb0-bde5-efd74689308e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id/dependents/:associated_person_id", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id", "dependents", ":associated_person_id" ], "variable": [ { "id": "abd80ef2-4368-49ee-9990-2753b76d424b", "key": "dependents_management_intent_id", "value": "dmi_u ;kiO", "description": "(Required) " }, { "id": "511b4277-66ca-461c-a178-b37675e9e0bf", "key": "associated_person_id", "value": "ap_|R`KkZ#H_C", "description": "(Required) " } ] }, "description": "Removes a specific dependent from a Dependents Management Intent by their associated person ID. The operation returns the updated DMI state." }, "response": [ { "id": "f3313e01-8e2a-42c8-9711-cafc3429c02b", "name": "OK", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id/dependents/:associated_person_id", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id", "dependents", ":associated_person_id" ], "variable": [ { "key": "dependents_management_intent_id" }, { "key": "associated_person_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"dependents\": [\n {\n \"associated_person_id\": \"ap_xV]W\",\n \"status\": \"ineligible\",\n \"coverage_selections\": [\n {\n \"configuration_id\": \"pc_,g`20F94>^8\",\n \"options\": [\n {\n \"option_id\": \"pco_{\\\"wq f'\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"option_id\": \"pco_<,H+FKA(;^p\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"configuration_id\": \"pc_9\",\n \"options\": [\n {\n \"option_id\": \"pco_dQ#A\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"option_id\": \"pco_XKo=@2\\\"~\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n }\n ],\n \"requirement_id\": \"\"\n },\n {\n \"associated_person_id\": \"ap_,j*\",\n \"status\": \"restricted\",\n \"coverage_selections\": [\n {\n \"configuration_id\": \"pc_$pQ#zW4\",\n \"options\": [\n {\n \"option_id\": \"pco_(AsN=\",\n \"sub_options\": null\n },\n {\n \"option_id\": \"pco_Hu,']U~8\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"configuration_id\": \"pc_FekJ&.qh|V\",\n \"options\": [\n {\n \"option_id\": \"pco_(B\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"option_id\": \"pco_BwifXs.%\",\n \"sub_options\": null\n }\n ]\n }\n ],\n \"requirement_id\": \"\"\n }\n ],\n \"disclosures\": [\n {\n \"category\": \"provider\",\n \"text\": \"\",\n \"type\": \"intermediary_role\"\n },\n {\n \"category\": \"provider\",\n \"text\": \"\",\n \"type\": \"statement_of_needs\"\n }\n ],\n \"id\": \"dmi_'\",\n \"parent_intent_id\": \"\",\n \"parent_intent_type\": \"policy_amendment_intent\",\n \"plan\": {\n \"description\": \"\",\n \"id\": \"pl_oMI\",\n \"name\": \"\",\n \"pricing\": {\n \"type\": \"per_member\",\n \"per_member\": {\n \"value\": \"\",\n \"coverage_options\": [\n {\n \"id\": \"pc_l\",\n \"input_type\": \"single_select\",\n \"name\": \"\",\n \"options\": [\n {\n \"id\": \"pco_;XZ>4Vp(fP=\",\n \"name\": \"\",\n \"description\": \"\",\n \"learn_more_url\": \"\",\n \"from_price\": \"\",\n \"benefits\": null,\n \"sub_options\": null,\n \"eligibility_criteria\": null\n },\n {\n \"id\": \"pco_od/k\",\n \"name\": \"\",\n \"description\": \"\",\n \"learn_more_url\": \"\",\n \"from_price\": \"\",\n \"benefits\": [\n {\n \"name\": \"\",\n \"description\": \"\"\n },\n {\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"eligibility_criteria\": [\n {\n \"description\": \"\",\n \"type\": \"industry_exclusions\",\n \"employees_count\": {\n \"value\": \"\",\n \"type\": \"members_count\",\n \"employees_count\": {\n \"value\": \"\",\n \"scope\": \"member\",\n \"description\": \"\",\n \"min_selections\": \"\",\n \"max_selections\": \"\",\n \"sort_order\": \"\",\n \"group_label\": \"\"\n },\n {\n \"id\": \"pc_b@jT}}x\",\n \"input_type\": \"multi_select\",\n \"name\": \"\",\n \"options\": [\n {\n \"id\": \"pco_\\\"SCFj\",\n \"name\": \"\",\n \"description\": \"\",\n \"learn_more_url\": \"\",\n \"from_price\": \"\",\n \"benefits\": null,\n \"sub_options\": null,\n \"eligibility_criteria\": null\n },\n {\n \"id\": \"pco_t+Kwq\",\n \"name\": \"\",\n \"description\": \"\",\n \"learn_more_url\": \"\",\n \"from_price\": \"\",\n \"benefits\": null,\n \"sub_options\": null,\n \"eligibility_criteria\": null\n }\n ],\n \"required\": \"\",\n \"scope\": \"member\",\n \"description\": \"\",\n \"min_selections\": \"\",\n \"max_selections\": \"\",\n \"sort_order\": \"\",\n \"group_label\": \"\"\n }\n ],\n \"action_required\": {\n \"value\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"veniam__\": {},\n \"mollit_658\": {},\n \"exercitation_e\": {}\n}", "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-ea7671cc-9770-46ca-af68-691a470f766c" }, { "id": "5a6c4579-f946-47f5-a229-253bca24eb49", "name": "Not Found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/problem+json" } ], "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id/dependents/:associated_person_id", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id", "dependents", ":associated_person_id" ], "variable": [ { "key": "dependents_management_intent_id" }, { "key": "associated_person_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"veniam__\": {},\n \"mollit_658\": {},\n \"exercitation_e\": {}\n}", "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-5a6c4579-f946-47f5-a229-253bca24eb49" } ], "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-728e92bb-12eb-4bb0-bde5-efd74689308e" } ], "id": "9bfb0232-8f4e-4cb6-b5ad-d413edf34a23", "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-9bfb0232-8f4e-4cb6-b5ad-d413edf34a23" }, { "name": "Add dependents to a dependents management intent", "id": "031839f5-1b20-4f44-b393-9d4a9e953fed", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "Unique key to ensure idempotent requests. If the same key is used for multiple _identical & successful_ requests, the same response will be returned. [Read more here](/api#idempotent-requests)", "key": "Idempotency-Key", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"associated_person_ids\": [\n \"ap_imLrH\",\n \"ap_@!$.WA$k\"\n ],\n \"dependent_coverage_selections\": [\n {\n \"associated_person_id\": \"ap_zu/\",\n \"coverage_selections\": [\n {\n \"configuration_id\": \"pc_xJ4$rZLB,\",\n \"options\": [\n {\n \"option_id\": \"pco_]h-e];\",\n \"sub_options\": null\n },\n {\n \"option_id\": \"pco_&?4MXQ00`\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"configuration_id\": \"pc_I'N&D-'\",\n \"options\": [\n {\n \"option_id\": \"pco_~l3\\\\l\",\n \"sub_options\": null\n },\n {\n \"option_id\": \"pco_IY,^_j\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n }\n ]\n },\n {\n \"associated_person_id\": \"ap_aC?qukOnBuo\",\n \"coverage_selections\": [\n {\n \"configuration_id\": \"pc_Z?Cq]PRfI+|\",\n \"options\": [\n {\n \"option_id\": \"pco_:;aV\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"option_id\": \"pco_C\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"configuration_id\": \"pc_Z>eZ\",\n \"options\": [\n {\n \"option_id\": \"pco_:9\",\n \"sub_options\": null\n },\n {\n \"option_id\": \"pco_rI$?N\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id/dependents", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id", "dependents" ], "variable": [ { "id": "f8d01cd1-609d-49f7-857b-e3ca97fa23d6", "key": "dependents_management_intent_id", "value": "dmi_u ;kiO", "description": "(Required) " } ] }, "description": "Adds one or more existing associated persons as dependents to a dependents management intent." }, "response": [ { "id": "c3d5e603-0dcd-4cd5-8df5-1c55ea648501", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "Unique key to ensure idempotent requests. If the same key is used for multiple _identical & successful_ requests, the same response will be returned. [Read more here](/api#idempotent-requests)", "key": "Idempotency-Key", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"associated_person_ids\": [\n \"ap_imLrH\",\n \"ap_@!$.WA$k\"\n ],\n \"dependent_coverage_selections\": [\n {\n \"associated_person_id\": \"ap_zu/\",\n \"coverage_selections\": [\n {\n \"configuration_id\": \"pc_xJ4$rZLB,\",\n \"options\": [\n {\n \"option_id\": \"pco_]h-e];\",\n \"sub_options\": null\n },\n {\n \"option_id\": \"pco_&?4MXQ00`\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"configuration_id\": \"pc_I'N&D-'\",\n \"options\": [\n {\n \"option_id\": \"pco_~l3\\\\l\",\n \"sub_options\": null\n },\n {\n \"option_id\": \"pco_IY,^_j\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n }\n ]\n },\n {\n \"associated_person_id\": \"ap_aC?qukOnBuo\",\n \"coverage_selections\": [\n {\n \"configuration_id\": \"pc_Z?Cq]PRfI+|\",\n \"options\": [\n {\n \"option_id\": \"pco_:;aV\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"option_id\": \"pco_C\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"configuration_id\": \"pc_Z>eZ\",\n \"options\": [\n {\n \"option_id\": \"pco_:9\",\n \"sub_options\": null\n },\n {\n \"option_id\": \"pco_rI$?N\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id/dependents", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id", "dependents" ], "variable": [ { "key": "dependents_management_intent_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"dependents\": [\n {\n \"associated_person_id\": \"ap_xV]W\",\n \"status\": \"ineligible\",\n \"coverage_selections\": [\n {\n \"configuration_id\": \"pc_,g`20F94>^8\",\n \"options\": [\n {\n \"option_id\": \"pco_{\\\"wq f'\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"option_id\": \"pco_<,H+FKA(;^p\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"configuration_id\": \"pc_9\",\n \"options\": [\n {\n \"option_id\": \"pco_dQ#A\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"option_id\": \"pco_XKo=@2\\\"~\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n }\n ],\n \"requirement_id\": \"\"\n },\n {\n \"associated_person_id\": \"ap_,j*\",\n \"status\": \"restricted\",\n \"coverage_selections\": [\n {\n \"configuration_id\": \"pc_$pQ#zW4\",\n \"options\": [\n {\n \"option_id\": \"pco_(AsN=\",\n \"sub_options\": null\n },\n {\n \"option_id\": \"pco_Hu,']U~8\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"configuration_id\": \"pc_FekJ&.qh|V\",\n \"options\": [\n {\n \"option_id\": \"pco_(B\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"option_id\": \"pco_BwifXs.%\",\n \"sub_options\": null\n }\n ]\n }\n ],\n \"requirement_id\": \"\"\n }\n ],\n \"disclosures\": [\n {\n \"category\": \"provider\",\n \"text\": \"\",\n \"type\": \"intermediary_role\"\n },\n {\n \"category\": \"provider\",\n \"text\": \"\",\n \"type\": \"statement_of_needs\"\n }\n ],\n \"id\": \"dmi_'\",\n \"parent_intent_id\": \"\",\n \"parent_intent_type\": \"policy_amendment_intent\",\n \"plan\": {\n \"description\": \"\",\n \"id\": \"pl_oMI\",\n \"name\": \"\",\n \"pricing\": {\n \"type\": \"per_member\",\n \"per_member\": {\n \"value\": \"\",\n \"coverage_options\": [\n {\n \"id\": \"pc_l\",\n \"input_type\": \"single_select\",\n \"name\": \"\",\n \"options\": [\n {\n \"id\": \"pco_;XZ>4Vp(fP=\",\n \"name\": \"\",\n \"description\": \"\",\n \"learn_more_url\": \"\",\n \"from_price\": \"\",\n \"benefits\": null,\n \"sub_options\": null,\n \"eligibility_criteria\": null\n },\n {\n \"id\": \"pco_od/k\",\n \"name\": \"\",\n \"description\": \"\",\n \"learn_more_url\": \"\",\n \"from_price\": \"\",\n \"benefits\": [\n {\n \"name\": \"\",\n \"description\": \"\"\n },\n {\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"eligibility_criteria\": [\n {\n \"description\": \"\",\n \"type\": \"industry_exclusions\",\n \"employees_count\": {\n \"value\": \"\",\n \"type\": \"members_count\",\n \"employees_count\": {\n \"value\": \"\",\n \"scope\": \"member\",\n \"description\": \"\",\n \"min_selections\": \"\",\n \"max_selections\": \"\",\n \"sort_order\": \"\",\n \"group_label\": \"\"\n },\n {\n \"id\": \"pc_b@jT}}x\",\n \"input_type\": \"multi_select\",\n \"name\": \"\",\n \"options\": [\n {\n \"id\": \"pco_\\\"SCFj\",\n \"name\": \"\",\n \"description\": \"\",\n \"learn_more_url\": \"\",\n \"from_price\": \"\",\n \"benefits\": null,\n \"sub_options\": null,\n \"eligibility_criteria\": null\n },\n {\n \"id\": \"pco_t+Kwq\",\n \"name\": \"\",\n \"description\": \"\",\n \"learn_more_url\": \"\",\n \"from_price\": \"\",\n \"benefits\": null,\n \"sub_options\": null,\n \"eligibility_criteria\": null\n }\n ],\n \"required\": \"\",\n \"scope\": \"member\",\n \"description\": \"\",\n \"min_selections\": \"\",\n \"max_selections\": \"\",\n \"sort_order\": \"\",\n \"group_label\": \"\"\n }\n ],\n \"action_required\": {\n \"value\": \"" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" } ], "body": { "mode": "raw", "raw": "{\n \"associated_person_ids\": [\n \"ap_imLrH\",\n \"ap_@!$.WA$k\"\n ],\n \"dependent_coverage_selections\": [\n {\n \"associated_person_id\": \"ap_zu/\",\n \"coverage_selections\": [\n {\n \"configuration_id\": \"pc_xJ4$rZLB,\",\n \"options\": [\n {\n \"option_id\": \"pco_]h-e];\",\n \"sub_options\": null\n },\n {\n \"option_id\": \"pco_&?4MXQ00`\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"configuration_id\": \"pc_I'N&D-'\",\n \"options\": [\n {\n \"option_id\": \"pco_~l3\\\\l\",\n \"sub_options\": null\n },\n {\n \"option_id\": \"pco_IY,^_j\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n }\n ]\n },\n {\n \"associated_person_id\": \"ap_aC?qukOnBuo\",\n \"coverage_selections\": [\n {\n \"configuration_id\": \"pc_Z?Cq]PRfI+|\",\n \"options\": [\n {\n \"option_id\": \"pco_:;aV\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"option_id\": \"pco_C\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"configuration_id\": \"pc_Z>eZ\",\n \"options\": [\n {\n \"option_id\": \"pco_:9\",\n \"sub_options\": null\n },\n {\n \"option_id\": \"pco_rI$?N\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id/dependents", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id", "dependents" ], "variable": [ { "key": "dependents_management_intent_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"veniam__\": {},\n \"mollit_658\": {},\n \"exercitation_e\": {}\n}", "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-94e6c981-ec20-472e-b779-fd8b3f39259b" }, { "id": "16ac2e89-1795-4191-a23b-6cee99399161", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": "Unique key to ensure idempotent requests. If the same key is used for multiple _identical & successful_ requests, the same response will be returned. [Read more here](/api#idempotent-requests)", "key": "Idempotency-Key", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" } ], "body": { "mode": "raw", "raw": "{\n \"associated_person_ids\": [\n \"ap_imLrH\",\n \"ap_@!$.WA$k\"\n ],\n \"dependent_coverage_selections\": [\n {\n \"associated_person_id\": \"ap_zu/\",\n \"coverage_selections\": [\n {\n \"configuration_id\": \"pc_xJ4$rZLB,\",\n \"options\": [\n {\n \"option_id\": \"pco_]h-e];\",\n \"sub_options\": null\n },\n {\n \"option_id\": \"pco_&?4MXQ00`\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"configuration_id\": \"pc_I'N&D-'\",\n \"options\": [\n {\n \"option_id\": \"pco_~l3\\\\l\",\n \"sub_options\": null\n },\n {\n \"option_id\": \"pco_IY,^_j\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n }\n ]\n },\n {\n \"associated_person_id\": \"ap_aC?qukOnBuo\",\n \"coverage_selections\": [\n {\n \"configuration_id\": \"pc_Z?Cq]PRfI+|\",\n \"options\": [\n {\n \"option_id\": \"pco_:;aV\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"option_id\": \"pco_C\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"configuration_id\": \"pc_Z>eZ\",\n \"options\": [\n {\n \"option_id\": \"pco_:9\",\n \"sub_options\": null\n },\n {\n \"option_id\": \"pco_rI$?N\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id/dependents", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id", "dependents" ], "variable": [ { "key": "dependents_management_intent_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"veniam__\": {},\n \"mollit_658\": {},\n \"exercitation_e\": {}\n}", "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-16ac2e89-1795-4191-a23b-6cee99399161" } ], "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-031839f5-1b20-4f44-b393-9d4a9e953fed" } ], "id": "e705f566-da48-4b7d-9ff8-1b88aa7877f1", "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-e705f566-da48-4b7d-9ff8-1b88aa7877f1" }, { "name": "confirm", "item": [ { "name": "Confirm dependent list", "id": "8fb16e80-28ed-4bc9-b418-762fff9940de", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" } ], "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id/confirm", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id", "confirm" ], "variable": [ { "id": "9f7a9ff5-4e48-4323-aa65-d687e339b2fb", "key": "dependents_management_intent_id", "value": "dmi_u ;kiO", "description": "(Required) " } ] }, "description": "Submits the finalized dependent list for processing. Call this endpoint after adding all dependents to the intent. The system validates the list and transitions the intent to `processing` status. If any dependents are marked as `ineligible` or `restricted`, they must be removed before confirmation. The parent intent's action deadline must not have passed." }, "response": [ { "id": "243cc16a-8536-42c1-8d4c-0e058b16e6d4", "name": "No Content", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id/confirm", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id", "confirm" ], "variable": [ { "key": "dependents_management_intent_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-243cc16a-8536-42c1-8d4c-0e058b16e6d4" }, { "id": "83907af8-69aa-4065-991a-9f3746232369", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" } ], "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id/confirm", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id", "confirm" ], "variable": [ { "key": "dependents_management_intent_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"veniam__\": {},\n \"mollit_658\": {},\n \"exercitation_e\": {}\n}", "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-83907af8-69aa-4065-991a-9f3746232369" }, { "id": "287714f4-ef87-4afd-be11-c681ef2d82b1", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" } ], "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id/confirm", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id", "confirm" ], "variable": [ { "key": "dependents_management_intent_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"veniam__\": {},\n \"mollit_658\": {},\n \"exercitation_e\": {}\n}", "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-287714f4-ef87-4afd-be11-c681ef2d82b1" } ], "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-8fb16e80-28ed-4bc9-b418-762fff9940de" } ], "id": "612ee21e-7ce0-43e2-a67d-6b9d2fcaa993", "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-612ee21e-7ce0-43e2-a67d-6b9d2fcaa993" }, { "name": "cancel", "item": [ { "name": "Cancel the dependents management intent", "id": "4a8db81e-e5e8-4232-87d3-5626ab689807", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" } ], "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id", "cancel" ], "variable": [ { "id": "cce808b0-d312-412e-94fd-b51cbcf5b7fe", "key": "dependents_management_intent_id", "value": "dmi_u ;kiO", "description": "(Required) " } ] }, "description": "Cancels the `dependents_management_intent` in case an employee decides not to proceed with changes to their dependents. Canceling is only allowed from `action_required` status. If the intent is already `canceled`, the operation succeeds without changes. After canceling, a new dependents management intent can be created from the parent intent." }, "response": [ { "id": "dc883bcb-d48e-4a23-8705-ad016ca347b7", "name": "No Content", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id", "cancel" ], "variable": [ { "key": "dependents_management_intent_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-dc883bcb-d48e-4a23-8705-ad016ca347b7" }, { "id": "f26fd6e8-6021-4521-aea4-eab3307f905b", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" } ], "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id", "cancel" ], "variable": [ { "key": "dependents_management_intent_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"veniam__\": {},\n \"mollit_658\": {},\n \"exercitation_e\": {}\n}", "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-f26fd6e8-6021-4521-aea4-eab3307f905b" }, { "id": "66de71f9-944c-4e70-8567-ea75a1b54fe5", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" } ], "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id", "cancel" ], "variable": [ { "key": "dependents_management_intent_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"veniam__\": {},\n \"mollit_658\": {},\n \"exercitation_e\": {}\n}", "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-66de71f9-944c-4e70-8567-ea75a1b54fe5" } ], "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-4a8db81e-e5e8-4232-87d3-5626ab689807" } ], "id": "3a620072-d83e-4398-a679-3811b3fc494c", "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-3a620072-d83e-4398-a679-3811b3fc494c" }, { "name": "Retrieve a dependents management intent", "id": "583ce228-c90b-4e24-b12a-3f435a41d8e4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id" ], "variable": [ { "id": "d54e7aaf-50bc-4286-8a39-32ef6d1b65a5", "key": "dependents_management_intent_id", "value": "dmi_u ;kiO", "description": "(Required) " } ] }, "description": "Retrieves a `dependents_management_intent` object by ID." }, "response": [ { "id": "51c58004-d20b-4c2a-94a5-a054fd526655", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/dependents_management_intents/:dependents_management_intent_id", "host": [ "{{baseUrl}}" ], "path": [ "dependents_management_intents", ":dependents_management_intent_id" ], "variable": [ { "key": "dependents_management_intent_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"dependents\": [\n {\n \"associated_person_id\": \"ap_xV]W\",\n \"status\": \"ineligible\",\n \"coverage_selections\": [\n {\n \"configuration_id\": \"pc_,g`20F94>^8\",\n \"options\": [\n {\n \"option_id\": \"pco_{\\\"wq f'\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"option_id\": \"pco_<,H+FKA(;^p\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"configuration_id\": \"pc_9\",\n \"options\": [\n {\n \"option_id\": \"pco_dQ#A\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"option_id\": \"pco_XKo=@2\\\"~\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n }\n ],\n \"requirement_id\": \"\"\n },\n {\n \"associated_person_id\": \"ap_,j*\",\n \"status\": \"restricted\",\n \"coverage_selections\": [\n {\n \"configuration_id\": \"pc_$pQ#zW4\",\n \"options\": [\n {\n \"option_id\": \"pco_(AsN=\",\n \"sub_options\": null\n },\n {\n \"option_id\": \"pco_Hu,']U~8\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"configuration_id\": \"pc_FekJ&.qh|V\",\n \"options\": [\n {\n \"option_id\": \"pco_(B\",\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"option_id\": \"pco_BwifXs.%\",\n \"sub_options\": null\n }\n ]\n }\n ],\n \"requirement_id\": \"\"\n }\n ],\n \"disclosures\": [\n {\n \"category\": \"provider\",\n \"text\": \"\",\n \"type\": \"intermediary_role\"\n },\n {\n \"category\": \"provider\",\n \"text\": \"\",\n \"type\": \"statement_of_needs\"\n }\n ],\n \"id\": \"dmi_'\",\n \"parent_intent_id\": \"\",\n \"parent_intent_type\": \"policy_amendment_intent\",\n \"plan\": {\n \"description\": \"\",\n \"id\": \"pl_oMI\",\n \"name\": \"\",\n \"pricing\": {\n \"type\": \"per_member\",\n \"per_member\": {\n \"value\": \"\",\n \"coverage_options\": [\n {\n \"id\": \"pc_l\",\n \"input_type\": \"single_select\",\n \"name\": \"\",\n \"options\": [\n {\n \"id\": \"pco_;XZ>4Vp(fP=\",\n \"name\": \"\",\n \"description\": \"\",\n \"learn_more_url\": \"\",\n \"from_price\": \"\",\n \"benefits\": null,\n \"sub_options\": null,\n \"eligibility_criteria\": null\n },\n {\n \"id\": \"pco_od/k\",\n \"name\": \"\",\n \"description\": \"\",\n \"learn_more_url\": \"\",\n \"from_price\": \"\",\n \"benefits\": [\n {\n \"name\": \"\",\n \"description\": \"\"\n },\n {\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"sub_options\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"eligibility_criteria\": [\n {\n \"description\": \"\",\n \"type\": \"industry_exclusions\",\n \"employees_count\": {\n \"value\": \"\",\n \"type\": \"members_count\",\n \"employees_count\": {\n \"value\": \"\",\n \"scope\": \"member\",\n \"description\": \"\",\n \"min_selections\": \"\",\n \"max_selections\": \"\",\n \"sort_order\": \"\",\n \"group_label\": \"\"\n },\n {\n \"id\": \"pc_b@jT}}x\",\n \"input_type\": \"multi_select\",\n \"name\": \"\",\n \"options\": [\n {\n \"id\": \"pco_\\\"SCFj\",\n \"name\": \"\",\n \"description\": \"\",\n \"learn_more_url\": \"\",\n \"from_price\": \"\",\n \"benefits\": null,\n \"sub_options\": null,\n \"eligibility_criteria\": null\n },\n {\n \"id\": \"pco_t+Kwq\",\n \"name\": \"\",\n \"description\": \"\",\n \"learn_more_url\": \"\",\n \"from_price\": \"\",\n \"benefits\": null,\n \"sub_options\": null,\n \"eligibility_criteria\": null\n }\n ],\n \"required\": \"\",\n \"scope\": \"member\",\n \"description\": \"\",\n \"min_selections\": \"\",\n \"max_selections\": \"\",\n \"sort_order\": \"\",\n \"group_label\": \"\"\n }\n ],\n \"action_required\": {\n \"value\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"veniam__\": {},\n \"mollit_658\": {},\n \"exercitation_e\": {}\n}", "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-c9ecad35-806c-436c-8167-49bcd6a81882" } ], "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-583ce228-c90b-4e24-b12a-3f435a41d8e4" } ], "id": "97893a69-ac04-4075-b52f-3b398151d47d", "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-97893a69-ac04-4075-b52f-3b398151d47d" } ], "id": "e066346e-15f1-4e4d-9d6c-17c4d8d3b472", "createdAt": "2026-07-28T02:01:25.000Z", "updatedAt": "2026-07-28T02:01:25.000Z", "uid": "35240-e066346e-15f1-4e4d-9d6c-17c4d8d3b472" } ], "variable": [ { "key": "baseUrl", "value": "https://test.api.kota.io" } ] }