{ "info": { "_postman_id": "5596b4b4-7970-40bc-a187-f3f7c5670968", "name": "Unified.to account storage 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:47.000Z", "updatedAt": "2026-07-28T03:26:47.000Z", "lastUpdatedBy": "35240", "uid": "35240-5596b4b4-7970-40bc-a187-f3f7c5670968" }, "item": [ { "name": "storage", "item": [ { "name": "{connection_id}", "item": [ { "name": "file", "item": [ { "name": "{id}", "item": [ { "name": "Remove a File", "id": "df4a53be-a6a2-496e-b149-82134bdc2fcd", "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}}/storage/:connection_id/file/:id", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file", ":id" ], "variable": [ { "id": "79f2cf8e-b9c3-43a0-b266-07666b99e88e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "cce83087-b2c6-45a7-a135-cb913a1b3d65", "key": "id", "value": "", "description": "(Required) ID of the File" } ] } }, "response": [ { "id": "20349eb4-d86a-4ef3-9ba1-2125fb05538f", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/storage/:connection_id/file/:id", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:26:47.000Z", "updatedAt": "2026-07-28T03:26:47.000Z", "uid": "35240-20349eb4-d86a-4ef3-9ba1-2125fb05538f" }, { "id": "691ebb66-3fbd-4925-8caa-d28953703cc9", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/storage/:connection_id/file/:id", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file", ":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:26:47.000Z", "updatedAt": "2026-07-28T03:26:47.000Z", "uid": "35240-691ebb66-3fbd-4925-8caa-d28953703cc9" } ], "createdAt": "2026-07-28T03:26:47.000Z", "updatedAt": "2026-07-28T03:26:47.000Z", "uid": "35240-df4a53be-a6a2-496e-b149-82134bdc2fcd" }, { "name": "Retrieve a File", "id": "61dfca12-8664-4ed3-a933-dbdf6d417b63", "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}}/storage/:connection_id/file/:id?fields=description&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "description" }, { "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": "6bf96935-18d9-435b-a2a8-69505c23a4ea", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6b9e8842-0633-4bea-8732-a65b61b3f94f", "key": "id", "value": "", "description": "(Required) ID of the File" } ] } }, "response": [ { "id": "62cdcb2d-cb5a-4d69-bf0f-36ed5d8b740b", "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}}/storage/:connection_id/file/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file", ":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 \"created_at\": \"\",\n \"data\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"hash\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"permissions\": [\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n },\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"occaecat41\": false,\n \"anim_99\": \"ipsum aliquip velit in ex\",\n \"esse_c\": \"sed non aute\"\n },\n \"references\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"size\": \"\",\n \"type\": \"FOLDER\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"version\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:26:47.000Z", "updatedAt": "2026-07-28T03:26:47.000Z", "uid": "35240-62cdcb2d-cb5a-4d69-bf0f-36ed5d8b740b" } ], "createdAt": "2026-07-28T03:26:47.000Z", "updatedAt": "2026-07-28T03:26:47.000Z", "uid": "35240-61dfca12-8664-4ed3-a933-dbdf6d417b63" }, { "name": "Update a File", "id": "b9f51383-0ff2-49b3-9338-17e4a126d972", "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 \"created_at\": \"\",\n \"data\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"hash\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"permissions\": [\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n },\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"occaecat41\": false,\n \"anim_99\": \"ipsum aliquip velit in ex\",\n \"esse_c\": \"sed non aute\"\n },\n \"references\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"size\": \"\",\n \"type\": \"FOLDER\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"version\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/storage/:connection_id/file/:id?fields=description&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "description" }, { "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": "5bdfd22d-66d6-49f3-b69e-aef063f3e0da", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5b50b23a-2360-4c50-8870-61859839caf2", "key": "id", "value": "", "description": "(Required) ID of the File" } ] } }, "response": [ { "id": "a0fd99ad-0401-4692-9dbb-6a93cf01c7d4", "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 \"created_at\": \"\",\n \"data\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"hash\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"permissions\": [\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n },\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"occaecat41\": false,\n \"anim_99\": \"ipsum aliquip velit in ex\",\n \"esse_c\": \"sed non aute\"\n },\n \"references\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"size\": \"\",\n \"type\": \"FOLDER\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"version\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/storage/:connection_id/file/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file", ":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 \"created_at\": \"\",\n \"data\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"hash\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"permissions\": [\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n },\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"occaecat41\": false,\n \"anim_99\": \"ipsum aliquip velit in ex\",\n \"esse_c\": \"sed non aute\"\n },\n \"references\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"size\": \"\",\n \"type\": \"FOLDER\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"version\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:26:47.000Z", "updatedAt": "2026-07-28T03:26:47.000Z", "uid": "35240-a0fd99ad-0401-4692-9dbb-6a93cf01c7d4" } ], "createdAt": "2026-07-28T03:26:47.000Z", "updatedAt": "2026-07-28T03:26:47.000Z", "uid": "35240-b9f51383-0ff2-49b3-9338-17e4a126d972" }, { "name": "Update a File", "id": "3460543d-13a1-4e24-b152-1801a7c741f2", "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 \"created_at\": \"\",\n \"data\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"hash\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"permissions\": [\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n },\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"occaecat41\": false,\n \"anim_99\": \"ipsum aliquip velit in ex\",\n \"esse_c\": \"sed non aute\"\n },\n \"references\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"size\": \"\",\n \"type\": \"FOLDER\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"version\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/storage/:connection_id/file/:id?fields=description&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "description" }, { "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": "bbd0ac0f-d60a-419f-a0e1-9d2795091c06", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7cdf40d2-f82b-43d0-8b2a-bae3fc92f30b", "key": "id", "value": "", "description": "(Required) ID of the File" } ] } }, "response": [ { "id": "dcfa5d71-06da-4c71-abc5-737e9c8c41fd", "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 \"created_at\": \"\",\n \"data\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"hash\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"permissions\": [\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n },\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"occaecat41\": false,\n \"anim_99\": \"ipsum aliquip velit in ex\",\n \"esse_c\": \"sed non aute\"\n },\n \"references\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"size\": \"\",\n \"type\": \"FOLDER\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"version\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/storage/:connection_id/file/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file", ":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 \"created_at\": \"\",\n \"data\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"hash\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"permissions\": [\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n },\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"occaecat41\": false,\n \"anim_99\": \"ipsum aliquip velit in ex\",\n \"esse_c\": \"sed non aute\"\n },\n \"references\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"size\": \"\",\n \"type\": \"FOLDER\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"version\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:26:47.000Z", "updatedAt": "2026-07-28T03:26:47.000Z", "uid": "35240-dcfa5d71-06da-4c71-abc5-737e9c8c41fd" } ], "createdAt": "2026-07-28T03:26:47.000Z", "updatedAt": "2026-07-28T03:26:47.000Z", "uid": "35240-3460543d-13a1-4e24-b152-1801a7c741f2" } ], "id": "7c88866f-9262-4488-882c-b1926b09e660", "createdAt": "2026-07-28T03:26:47.000Z", "updatedAt": "2026-07-28T03:26:47.000Z", "uid": "35240-7c88866f-9262-4488-882c-b1926b09e660" }, { "name": "List All Files", "id": "1265da69-ed1a-4ea9-8d13-683002ecc4a4", "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}}/storage/:connection_id/file?limit=&offset=&updated_gte=&sort=&order=&query=&parent_id=&reference=&type=&expand=&fulltext=&fields=description&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file" ], "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 parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "The referenced entity ID to filter by (e.g. linked accounting record for storage_file)", "key": "reference", "value": "" }, { "description": "The type to filter by", "key": "type", "value": "" }, { "description": "Whether to flatten grouped or recurring items into individual entries.", "key": "expand", "value": "" }, { "description": "The fulltext to filter by", "key": "fulltext", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "description" }, { "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": "111316a0-4ea9-4cb1-be1b-2f4fcc3dd413", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "7c140325-cc96-4d32-8ba8-97a20d62305a", "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}}/storage/:connection_id/file?limit=&offset=&updated_gte=&sort=&order=&query=&parent_id=&reference=&type=&expand=&fulltext=&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file" ], "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 parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "The referenced entity ID to filter by (e.g. linked accounting record for storage_file)", "key": "reference", "value": "" }, { "description": "The type to filter by", "key": "type", "value": "" }, { "description": "Whether to flatten grouped or recurring items into individual entries.", "key": "expand", "value": "" }, { "description": "The fulltext to filter by", "key": "fulltext", "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 \"created_at\": \"\",\n \"data\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"hash\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"permissions\": [\n {\n \"roles\": [\n \"READ\",\n \"OWNER\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n },\n {\n \"roles\": [\n \"WRITE\",\n \"OWNER\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"tempor_1f1\": true,\n \"dolorece\": true\n },\n \"references\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"size\": \"\",\n \"type\": \"FOLDER\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"version\": \"\",\n \"web_url\": \"\"\n },\n {\n \"created_at\": \"\",\n \"data\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"hash\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"permissions\": [\n {\n \"roles\": [\n \"WRITE\",\n \"WRITE\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n },\n {\n \"roles\": [\n \"WRITE\",\n \"WRITE\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"adipisicing_b0\": \"culpa\",\n \"anim_03\": true\n },\n \"references\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"size\": \"\",\n \"type\": \"FILE\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"version\": \"\",\n \"web_url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:47.000Z", "updatedAt": "2026-07-28T03:26:47.000Z", "uid": "35240-7c140325-cc96-4d32-8ba8-97a20d62305a" } ], "createdAt": "2026-07-28T03:26:47.000Z", "updatedAt": "2026-07-28T03:26:47.000Z", "uid": "35240-1265da69-ed1a-4ea9-8d13-683002ecc4a4" }, { "name": "Create a File", "id": "bed3fbb1-f5ca-47c4-b9a2-aefe8a180f96", "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 \"created_at\": \"\",\n \"data\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"hash\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"permissions\": [\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n },\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"occaecat41\": false,\n \"anim_99\": \"ipsum aliquip velit in ex\",\n \"esse_c\": \"sed non aute\"\n },\n \"references\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"size\": \"\",\n \"type\": \"FOLDER\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"version\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/storage/:connection_id/file?fields=description&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "description" }, { "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": "4da98ba1-a26c-4481-af65-b89c3e5a381d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "c726a3ec-604f-4136-a2e1-f7ff16af4a24", "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 \"created_at\": \"\",\n \"data\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"hash\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"permissions\": [\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n },\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"occaecat41\": false,\n \"anim_99\": \"ipsum aliquip velit in ex\",\n \"esse_c\": \"sed non aute\"\n },\n \"references\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"size\": \"\",\n \"type\": \"FOLDER\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"version\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/storage/:connection_id/file?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file" ], "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" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"data\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"hash\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"permissions\": [\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n },\n {\n \"roles\": [\n \"READ\",\n \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"occaecat41\": false,\n \"anim_99\": \"ipsum aliquip velit in ex\",\n \"esse_c\": \"sed non aute\"\n },\n \"references\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"size\": \"\",\n \"type\": \"FOLDER\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"version\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:26:47.000Z", "updatedAt": "2026-07-28T03:26:47.000Z", "uid": "35240-c726a3ec-604f-4136-a2e1-f7ff16af4a24" } ], "createdAt": "2026-07-28T03:26:47.000Z", "updatedAt": "2026-07-28T03:26:47.000Z", "uid": "35240-bed3fbb1-f5ca-47c4-b9a2-aefe8a180f96" } ], "id": "cc97b2a9-73a5-40ba-aa57-823992c3fd68", "createdAt": "2026-07-28T03:26:47.000Z", "updatedAt": "2026-07-28T03:26:47.000Z", "uid": "35240-cc97b2a9-73a5-40ba-aa57-823992c3fd68" } ], "id": "687fefb9-69c2-4d98-a877-9e2ddbc6ab2c", "createdAt": "2026-07-28T03:26:47.000Z", "updatedAt": "2026-07-28T03:26:47.000Z", "uid": "35240-687fefb9-69c2-4d98-a877-9e2ddbc6ab2c" } ], "id": "830e6fc4-90da-4d70-8ef8-792266251214", "createdAt": "2026-07-28T03:26:47.000Z", "updatedAt": "2026-07-28T03:26:47.000Z", "uid": "35240-830e6fc4-90da-4d70-8ef8-792266251214" } ], "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" } ] }