{ "info": { "_postman_id": "514008d6-95b6-4b15-b36d-f82438f4b726", "name": "Unified.to account forms 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:24:05.000Z", "updatedAt": "2026-07-28T03:24:05.000Z", "lastUpdatedBy": "35240", "uid": "35240-514008d6-95b6-4b15-b36d-f82438f4b726" }, "item": [ { "name": "forms", "item": [ { "name": "{connection_id}", "item": [ { "name": "form", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Form", "id": "f0227e7f-de2d-429d-8caf-bbff09740b6e", "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}}/forms/:connection_id/form/:id", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form", ":id" ], "variable": [ { "id": "36952cdf-15a4-443b-aced-06f03a2fd700", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "9523ab94-798d-4e2c-8e1d-7923636204be", "key": "id", "value": "", "description": "(Required) ID of the Form" } ] } }, "response": [ { "id": "d7b3d75f-2747-4b48-86db-39d7d1e8a69c", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/forms/:connection_id/form/:id", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-d7b3d75f-2747-4b48-86db-39d7d1e8a69c" }, { "id": "584d87e3-6f9b-4a6b-9409-a2a72be69a23", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/forms/:connection_id/form/:id", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form", ":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:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-584d87e3-6f9b-4a6b-9409-a2a72be69a23" } ], "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-f0227e7f-de2d-429d-8caf-bbff09740b6e" }, { "name": "Retrieve a Form", "id": "6c7c7a14-ff6f-4223-9cd1-ebac44abab6f", "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}}/forms/:connection_id/form/:id?fields=confirmation_message&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "confirmation_message" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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": "c4d5ee9a-32ef-4c98-9840-9eb17c8a5646", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "237cbd0a-5374-469b-ac87-ab72d78d7e09", "key": "id", "value": "", "description": "(Required) ID of the Form" } ] } }, "response": [ { "id": "cda62f12-ebb0-49dc-819f-3ea66da67075", "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}}/forms/:connection_id/form/:id?fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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 \"confirmation_message\": \"\",\n \"confirmation_redirect_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"type\": \"DATETIME\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"MULTIPLE_SELECT\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_multiple_submissions\": \"\",\n \"has_progress_bar\": \"\",\n \"has_shuffle_questions\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"published_url\": \"\",\n \"raw\": {\n \"ullamco6\": 78163604.0621391,\n \"culpa_eb8\": \"nisi adipisicing fugiat ad consectetur\"\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-cda62f12-ebb0-49dc-819f-3ea66da67075" } ], "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-6c7c7a14-ff6f-4223-9cd1-ebac44abab6f" }, { "name": "Update a Form", "id": "83091037-b25d-4335-9452-d6db3389452c", "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 \"confirmation_message\": \"\",\n \"confirmation_redirect_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"type\": \"DATETIME\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"MULTIPLE_SELECT\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_multiple_submissions\": \"\",\n \"has_progress_bar\": \"\",\n \"has_shuffle_questions\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"published_url\": \"\",\n \"raw\": {\n \"ullamco6\": 78163604.0621391,\n \"culpa_eb8\": \"nisi adipisicing fugiat ad consectetur\"\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forms/:connection_id/form/:id?fields=confirmation_message&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "confirmation_message" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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": "4a383878-d8dc-4d1e-a2cd-e25a691e598d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "63347b5b-66f8-4a79-accf-7f73c7e6192e", "key": "id", "value": "", "description": "(Required) ID of the Form" } ] } }, "response": [ { "id": "981a07db-32fb-41d3-bc00-b47984ad0d18", "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 \"confirmation_message\": \"\",\n \"confirmation_redirect_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"type\": \"DATETIME\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"MULTIPLE_SELECT\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_multiple_submissions\": \"\",\n \"has_progress_bar\": \"\",\n \"has_shuffle_questions\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"published_url\": \"\",\n \"raw\": {\n \"ullamco6\": 78163604.0621391,\n \"culpa_eb8\": \"nisi adipisicing fugiat ad consectetur\"\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forms/:connection_id/form/:id?fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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 \"confirmation_message\": \"\",\n \"confirmation_redirect_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"type\": \"DATETIME\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"MULTIPLE_SELECT\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_multiple_submissions\": \"\",\n \"has_progress_bar\": \"\",\n \"has_shuffle_questions\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"published_url\": \"\",\n \"raw\": {\n \"ullamco6\": 78163604.0621391,\n \"culpa_eb8\": \"nisi adipisicing fugiat ad consectetur\"\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-981a07db-32fb-41d3-bc00-b47984ad0d18" } ], "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-83091037-b25d-4335-9452-d6db3389452c" }, { "name": "Update a Form", "id": "653c35bf-b35f-4913-8a0d-23a4a9d6b90d", "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 \"confirmation_message\": \"\",\n \"confirmation_redirect_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"type\": \"DATETIME\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"MULTIPLE_SELECT\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_multiple_submissions\": \"\",\n \"has_progress_bar\": \"\",\n \"has_shuffle_questions\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"published_url\": \"\",\n \"raw\": {\n \"ullamco6\": 78163604.0621391,\n \"culpa_eb8\": \"nisi adipisicing fugiat ad consectetur\"\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forms/:connection_id/form/:id?fields=confirmation_message&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "confirmation_message" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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": "55cae34d-d432-4795-8d05-95aa4adc9e26", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2f44fcb0-ff55-4b0b-93fc-3557c7567d26", "key": "id", "value": "", "description": "(Required) ID of the Form" } ] } }, "response": [ { "id": "47a98b3d-19c3-4d95-85fd-7029ae50ee7e", "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 \"confirmation_message\": \"\",\n \"confirmation_redirect_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"type\": \"DATETIME\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"MULTIPLE_SELECT\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_multiple_submissions\": \"\",\n \"has_progress_bar\": \"\",\n \"has_shuffle_questions\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"published_url\": \"\",\n \"raw\": {\n \"ullamco6\": 78163604.0621391,\n \"culpa_eb8\": \"nisi adipisicing fugiat ad consectetur\"\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forms/:connection_id/form/:id?fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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 \"confirmation_message\": \"\",\n \"confirmation_redirect_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"type\": \"DATETIME\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"MULTIPLE_SELECT\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_multiple_submissions\": \"\",\n \"has_progress_bar\": \"\",\n \"has_shuffle_questions\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"published_url\": \"\",\n \"raw\": {\n \"ullamco6\": 78163604.0621391,\n \"culpa_eb8\": \"nisi adipisicing fugiat ad consectetur\"\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-47a98b3d-19c3-4d95-85fd-7029ae50ee7e" } ], "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-653c35bf-b35f-4913-8a0d-23a4a9d6b90d" } ], "id": "76fee58f-4a43-4070-bd34-e2a2da22ab58", "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-76fee58f-4a43-4070-bd34-e2a2da22ab58" }, { "name": "List All Forms", "id": "21178fd6-8f30-4acd-8848-397c497ca775", "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}}/forms/:connection_id/form?limit=&offset=&updated_gte=&sort=&order=&query=&fields=confirmation_message&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "confirmation_message" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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": "fb8daedc-2905-4cb3-9d7f-e265bebd7745", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "393b5ea9-9f12-49e8-98d3-b5fdd6f5d4f3", "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}}/forms/:connection_id/form?limit=&offset=&updated_gte=&sort=&order=&query=&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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 \"confirmation_message\": \"\",\n \"confirmation_redirect_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"type\": \"TIME\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"OTHER\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_multiple_submissions\": \"\",\n \"has_progress_bar\": \"\",\n \"has_shuffle_questions\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"published_url\": \"\",\n \"raw\": {\n \"consequat_2\": false,\n \"nulla_3\": false\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"name\": \"\",\n \"confirmation_message\": \"\",\n \"confirmation_redirect_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"type\": \"PHONE\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"MULTIPLE_SELECT\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_multiple_submissions\": \"\",\n \"has_progress_bar\": \"\",\n \"has_shuffle_questions\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"published_url\": \"\",\n \"raw\": {\n \"sit_9\": 8792908,\n \"sed_e\": -24578655.763577253\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-393b5ea9-9f12-49e8-98d3-b5fdd6f5d4f3" } ], "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-21178fd6-8f30-4acd-8848-397c497ca775" }, { "name": "Create a Form", "id": "146ef1dd-5d2c-41bc-a4bf-204aa9276c90", "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 \"confirmation_message\": \"\",\n \"confirmation_redirect_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"type\": \"DATETIME\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"MULTIPLE_SELECT\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_multiple_submissions\": \"\",\n \"has_progress_bar\": \"\",\n \"has_shuffle_questions\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"published_url\": \"\",\n \"raw\": {\n \"ullamco6\": 78163604.0621391,\n \"culpa_eb8\": \"nisi adipisicing fugiat ad consectetur\"\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forms/:connection_id/form?fields=confirmation_message&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "confirmation_message" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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": "02e9eb2e-88e6-4453-adc4-14988f08cf91", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "999e01c0-6c7e-499a-833c-d7a1ee9cddc5", "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 \"confirmation_message\": \"\",\n \"confirmation_redirect_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"type\": \"DATETIME\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"MULTIPLE_SELECT\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_multiple_submissions\": \"\",\n \"has_progress_bar\": \"\",\n \"has_shuffle_questions\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"published_url\": \"\",\n \"raw\": {\n \"ullamco6\": 78163604.0621391,\n \"culpa_eb8\": \"nisi adipisicing fugiat ad consectetur\"\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forms/:connection_id/form?fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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 \"confirmation_message\": \"\",\n \"confirmation_redirect_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"type\": \"DATETIME\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"MULTIPLE_SELECT\",\n \"choices\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"default_value\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_required\": \"\",\n \"max\": \"\",\n \"max_length\": \"\",\n \"min\": \"\",\n \"min_length\": \"\",\n \"order\": \"\",\n \"pattern\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_multiple_submissions\": \"\",\n \"has_progress_bar\": \"\",\n \"has_shuffle_questions\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"published_url\": \"\",\n \"raw\": {\n \"ullamco6\": 78163604.0621391,\n \"culpa_eb8\": \"nisi adipisicing fugiat ad consectetur\"\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-999e01c0-6c7e-499a-833c-d7a1ee9cddc5" } ], "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-146ef1dd-5d2c-41bc-a4bf-204aa9276c90" } ], "id": "ca1cb13b-9ac6-4942-98b9-460d3d7ff56e", "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-ca1cb13b-9ac6-4942-98b9-460d3d7ff56e" }, { "name": "submission", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Submission", "id": "43f4dae2-93fc-47e2-94e0-b4d1c9ec1550", "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}}/forms/:connection_id/submission/:id?fields=updated_at&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "submission", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "created_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": "118bb44b-6249-4058-a898-41d7c44e41c4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "08943b0b-6c25-4ce5-92ae-6aab44a8616f", "key": "id", "value": "", "description": "(Required) ID of the Submission" } ] } }, "response": [ { "id": "0a17dd65-d00d-4a3f-960b-d23ccb4144a1", "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}}/forms/:connection_id/submission/:id?fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "submission", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_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 \"form_id\": \"\",\n \"answers\": [\n {\n \"field_id\": \"\",\n \"field_name\": \"\",\n \"file_ids\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n },\n {\n \"field_id\": \"\",\n \"field_name\": \"\",\n \"file_ids\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"aliquip_3\": -86439316.56254514\n },\n \"respondent_email\": \"\",\n \"respondent_name\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-0a17dd65-d00d-4a3f-960b-d23ccb4144a1" } ], "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-43f4dae2-93fc-47e2-94e0-b4d1c9ec1550" } ], "id": "c0340b83-d391-4900-8ec4-d99c64bf8252", "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-c0340b83-d391-4900-8ec4-d99c64bf8252" }, { "name": "List All Submissions", "id": "28e510bb-4cea-4cac-9560-6a7c6278aec6", "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}}/forms/:connection_id/submission?limit=&offset=&updated_gte=&sort=&order=&query=&form_id=&fields=updated_at&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "submission" ], "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 form ID to filter by", "key": "form_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "created_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": "4ccdd752-c76f-4088-9a7a-7a097adcdc8a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "909e8b61-9ad2-4f3d-ab2a-d26b5eac4082", "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}}/forms/:connection_id/submission?limit=&offset=&updated_gte=&sort=&order=&query=&form_id=&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "submission" ], "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 form ID to filter by", "key": "form_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "created_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 \"form_id\": \"\",\n \"answers\": [\n {\n \"field_id\": \"\",\n \"field_name\": \"\",\n \"file_ids\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n },\n {\n \"field_id\": \"\",\n \"field_name\": \"\",\n \"file_ids\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"Lorem_f13\": -6281560.497810185,\n \"laborum_4ba\": -32144616.973106593,\n \"officia_c99\": 29930891.614985093\n },\n \"respondent_email\": \"\",\n \"respondent_name\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"form_id\": \"\",\n \"answers\": [\n {\n \"field_id\": \"\",\n \"field_name\": \"\",\n \"file_ids\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n },\n {\n \"field_id\": \"\",\n \"field_name\": \"\",\n \"file_ids\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"ut__\": \"in Duis\"\n },\n \"respondent_email\": \"\",\n \"respondent_name\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-909e8b61-9ad2-4f3d-ab2a-d26b5eac4082" } ], "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-28e510bb-4cea-4cac-9560-6a7c6278aec6" } ], "id": "44a0f6af-8f54-4785-a56a-8a7fb206bdda", "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-44a0f6af-8f54-4785-a56a-8a7fb206bdda" } ], "id": "71234724-6793-455b-abd6-091d95f65fad", "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-71234724-6793-455b-abd6-091d95f65fad" } ], "id": "f2ade5ed-7dfe-45e2-a03a-a4fb8cc49370", "createdAt": "2026-07-28T03:24:06.000Z", "updatedAt": "2026-07-28T03:24:06.000Z", "uid": "35240-f2ade5ed-7dfe-45e2-a03a-a4fb8cc49370" } ], "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" } ] }