{ "info": { "_postman_id": "b191c64f-d0bc-4e59-a2fe-0d3577d53bda", "name": "Unified.to account form 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:03.000Z", "updatedAt": "2026-07-28T03:24:03.000Z", "lastUpdatedBy": "35240", "uid": "35240-b191c64f-d0bc-4e59-a2fe-0d3577d53bda" }, "item": [ { "name": "forms", "item": [ { "name": "{connection_id}", "item": [ { "name": "form", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Form", "id": "80ecb727-a5a1-496e-b40a-f26900856240", "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": "8d44eda0-50fe-4dff-bbcb-d5e5c95b56f6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3a4cf2ae-e5c6-42fd-9e0b-a4dea526203d", "key": "id", "value": "", "description": "(Required) ID of the Form" } ] } }, "response": [ { "id": "636a5e57-8b04-45a1-8ec7-9a5e77486264", "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:03.000Z", "updatedAt": "2026-07-28T03:24:03.000Z", "uid": "35240-636a5e57-8b04-45a1-8ec7-9a5e77486264" }, { "id": "7dc27073-5b4a-4588-9567-ce60c89c0074", "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:03.000Z", "updatedAt": "2026-07-28T03:24:03.000Z", "uid": "35240-7dc27073-5b4a-4588-9567-ce60c89c0074" } ], "createdAt": "2026-07-28T03:24:03.000Z", "updatedAt": "2026-07-28T03:24:03.000Z", "uid": "35240-80ecb727-a5a1-496e-b40a-f26900856240" }, { "name": "Retrieve a Form", "id": "0a5e7752-ec72-4eb7-b174-d76ff8217858", "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=published_url&fields=description&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "published_url" }, { "description": "Fields to return", "key": "fields", "value": "description" }, { "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": "350a7728-0edd-4077-ae33-84a015790378", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ca92b6a6-e79a-48a1-a08d-92cc6c2c5362", "key": "id", "value": "", "description": "(Required) ID of the Form" } ] } }, "response": [ { "id": "13d414a9-644b-44d6-8eb9-3e247fe250a1", "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=description&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "description" }, { "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\": \"TEXT\",\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 \"ullamco_b9a\": -10503597,\n \"proident_2\": -33243748.75167919\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:03.000Z", "updatedAt": "2026-07-28T03:24:03.000Z", "uid": "35240-13d414a9-644b-44d6-8eb9-3e247fe250a1" } ], "createdAt": "2026-07-28T03:24:03.000Z", "updatedAt": "2026-07-28T03:24:03.000Z", "uid": "35240-0a5e7752-ec72-4eb7-b174-d76ff8217858" }, { "name": "Update a Form", "id": "daaeb545-8f7e-4faf-ad92-31d364c2ef8a", "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\": \"TEXT\",\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 \"ullamco_b9a\": -10503597,\n \"proident_2\": -33243748.75167919\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forms/:connection_id/form/:id?fields=published_url&fields=description&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "published_url" }, { "description": "Fields to return", "key": "fields", "value": "description" }, { "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": "a7a26811-197b-4061-bb10-d5ac9b9ea2ee", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1739e08c-9de6-4e31-8cf3-92d043c7f62e", "key": "id", "value": "", "description": "(Required) ID of the Form" } ] } }, "response": [ { "id": "7e2ecd4d-b8d8-43be-ae67-7fbccc29c931", "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\": \"TEXT\",\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 \"ullamco_b9a\": -10503597,\n \"proident_2\": -33243748.75167919\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forms/:connection_id/form/:id?fields=description&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "description" }, { "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\": \"TEXT\",\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 \"ullamco_b9a\": -10503597,\n \"proident_2\": -33243748.75167919\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:03.000Z", "updatedAt": "2026-07-28T03:24:03.000Z", "uid": "35240-7e2ecd4d-b8d8-43be-ae67-7fbccc29c931" } ], "createdAt": "2026-07-28T03:24:03.000Z", "updatedAt": "2026-07-28T03:24:03.000Z", "uid": "35240-daaeb545-8f7e-4faf-ad92-31d364c2ef8a" }, { "name": "Update a Form", "id": "87bb389c-f308-4f21-a4b5-33da01bbf3c5", "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\": \"TEXT\",\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 \"ullamco_b9a\": -10503597,\n \"proident_2\": -33243748.75167919\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forms/:connection_id/form/:id?fields=published_url&fields=description&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "published_url" }, { "description": "Fields to return", "key": "fields", "value": "description" }, { "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": "8bf0ab9d-3880-4684-9f10-7132e728dcf7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "dfaaf8c0-d332-46a8-952c-019dc40a4a81", "key": "id", "value": "", "description": "(Required) ID of the Form" } ] } }, "response": [ { "id": "19312b2a-56d5-434c-973b-c37e36fada1f", "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\": \"TEXT\",\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 \"ullamco_b9a\": -10503597,\n \"proident_2\": -33243748.75167919\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forms/:connection_id/form/:id?fields=description&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "description" }, { "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\": \"TEXT\",\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 \"ullamco_b9a\": -10503597,\n \"proident_2\": -33243748.75167919\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:03.000Z", "updatedAt": "2026-07-28T03:24:03.000Z", "uid": "35240-19312b2a-56d5-434c-973b-c37e36fada1f" } ], "createdAt": "2026-07-28T03:24:03.000Z", "updatedAt": "2026-07-28T03:24:03.000Z", "uid": "35240-87bb389c-f308-4f21-a4b5-33da01bbf3c5" } ], "id": "065ae38d-c8b3-4008-ae61-6da6a3cd1ba1", "createdAt": "2026-07-28T03:24:03.000Z", "updatedAt": "2026-07-28T03:24:03.000Z", "uid": "35240-065ae38d-c8b3-4008-ae61-6da6a3cd1ba1" }, { "name": "List All Forms", "id": "0c7b3f7b-ea88-4a42-bf12-3bcbf973383a", "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=published_url&fields=description&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": "published_url" }, { "description": "Fields to return", "key": "fields", "value": "description" }, { "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": "e6c38195-44b7-48f6-aa06-72bf68c4c4e5", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e8f3606b-6907-478b-8e9a-7e8ef07044d7", "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=description&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": "description" }, { "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\": \"EMAIL\",\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 \"dolore_8d5\": true\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\": \"RATING\",\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 \"reprehenderit_b\": \"elit labore exercitation ex qui\"\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:03.000Z", "updatedAt": "2026-07-28T03:24:03.000Z", "uid": "35240-e8f3606b-6907-478b-8e9a-7e8ef07044d7" } ], "createdAt": "2026-07-28T03:24:03.000Z", "updatedAt": "2026-07-28T03:24:03.000Z", "uid": "35240-0c7b3f7b-ea88-4a42-bf12-3bcbf973383a" }, { "name": "Create a Form", "id": "a87deb96-f472-4939-a6cc-62cd631d15e3", "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\": \"TEXT\",\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 \"ullamco_b9a\": -10503597,\n \"proident_2\": -33243748.75167919\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forms/:connection_id/form?fields=published_url&fields=description&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "published_url" }, { "description": "Fields to return", "key": "fields", "value": "description" }, { "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": "f332c0a1-707a-4d20-af1f-598e6576b967", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "f42b1d3a-b4c3-4193-b21e-48c98b1d079e", "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\": \"TEXT\",\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 \"ullamco_b9a\": -10503597,\n \"proident_2\": -33243748.75167919\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forms/:connection_id/form?fields=description&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "form" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "description" }, { "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\": \"TEXT\",\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 \"ullamco_b9a\": -10503597,\n \"proident_2\": -33243748.75167919\n },\n \"response_count\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:03.000Z", "updatedAt": "2026-07-28T03:24:03.000Z", "uid": "35240-f42b1d3a-b4c3-4193-b21e-48c98b1d079e" } ], "createdAt": "2026-07-28T03:24:03.000Z", "updatedAt": "2026-07-28T03:24:03.000Z", "uid": "35240-a87deb96-f472-4939-a6cc-62cd631d15e3" } ], "id": "846d940a-0152-4ee4-8ab8-e46bd6d4a75d", "createdAt": "2026-07-28T03:24:03.000Z", "updatedAt": "2026-07-28T03:24:03.000Z", "uid": "35240-846d940a-0152-4ee4-8ab8-e46bd6d4a75d" } ], "id": "fe7c31b9-5415-433b-aa47-e110597eec79", "createdAt": "2026-07-28T03:24:03.000Z", "updatedAt": "2026-07-28T03:24:03.000Z", "uid": "35240-fe7c31b9-5415-433b-aa47-e110597eec79" } ], "id": "1d4cd74f-58ed-4268-af82-ca4ff648752c", "createdAt": "2026-07-28T03:24:03.000Z", "updatedAt": "2026-07-28T03:24:03.000Z", "uid": "35240-1d4cd74f-58ed-4268-af82-ca4ff648752c" } ], "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" } ] }