{ "info": { "_postman_id": "d88b3d43-d184-4e16-801a-68a4787f7ade", "name": "Unified.to account submission 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:26:49.000Z", "updatedAt": "2026-07-28T03:26:49.000Z", "lastUpdatedBy": "35240", "uid": "35240-d88b3d43-d184-4e16-801a-68a4787f7ade" }, "item": [ { "name": "forms", "item": [ { "name": "{connection_id}", "item": [ { "name": "submission", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Submission", "id": "5f8504bb-cf8a-4269-a31b-360b55d38da7", "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=answers&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "submission", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "answers" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "eb120009-d210-4a7b-b092-823ed9377072", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "fb1cd64b-0bf5-4e48-8f61-9d578f37a943", "key": "id", "value": "", "description": "(Required) ID of the Submission" } ] } }, "response": [ { "id": "de8005fb-c687-49ee-9253-fe0259d876db", "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=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "forms", ":connection_id", "submission", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"in48\": 59704835.91351333,\n \"ea2a2\": false\n },\n \"respondent_email\": \"\",\n \"respondent_name\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:49.000Z", "updatedAt": "2026-07-28T03:26:49.000Z", "uid": "35240-de8005fb-c687-49ee-9253-fe0259d876db" } ], "createdAt": "2026-07-28T03:26:49.000Z", "updatedAt": "2026-07-28T03:26:49.000Z", "uid": "35240-5f8504bb-cf8a-4269-a31b-360b55d38da7" } ], "id": "32870e3a-4b1c-4f47-9fe5-7c63186b6adb", "createdAt": "2026-07-28T03:26:49.000Z", "updatedAt": "2026-07-28T03:26:49.000Z", "uid": "35240-32870e3a-4b1c-4f47-9fe5-7c63186b6adb" }, { "name": "List All Submissions", "id": "0572d5c1-9c3d-4a73-ad62-f22dfc7eca6a", "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=answers&fields=raw&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": "answers" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "5e7ee73b-ba0c-4491-b3b9-d5216a6d447b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "9d183295-e32e-4213-a956-a451e0f5d288", "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=raw&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": "raw" }, { "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 \"nullac_\": true\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 \"voluptatef\": 89600662.89109716\n },\n \"respondent_email\": \"\",\n \"respondent_name\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:49.000Z", "updatedAt": "2026-07-28T03:26:49.000Z", "uid": "35240-9d183295-e32e-4213-a956-a451e0f5d288" } ], "createdAt": "2026-07-28T03:26:49.000Z", "updatedAt": "2026-07-28T03:26:49.000Z", "uid": "35240-0572d5c1-9c3d-4a73-ad62-f22dfc7eca6a" } ], "id": "c5697e21-da78-4664-9980-800446f8b202", "createdAt": "2026-07-28T03:26:49.000Z", "updatedAt": "2026-07-28T03:26:49.000Z", "uid": "35240-c5697e21-da78-4664-9980-800446f8b202" } ], "id": "340307a1-4619-4364-b8af-1a9352057dd8", "createdAt": "2026-07-28T03:26:49.000Z", "updatedAt": "2026-07-28T03:26:49.000Z", "uid": "35240-340307a1-4619-4364-b8af-1a9352057dd8" } ], "id": "e0458de6-f646-4715-9ca1-38c09b607d2f", "createdAt": "2026-07-28T03:26:49.000Z", "updatedAt": "2026-07-28T03:26:49.000Z", "uid": "35240-e0458de6-f646-4715-9ca1-38c09b607d2f" } ], "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" } ] }