{ "info": { "_postman_id": "fe8d1faf-1442-48be-8b51-3942e98049f1", "name": "Unified.to account file 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:01.000Z", "updatedAt": "2026-07-28T03:24:02.000Z", "lastUpdatedBy": "35240", "uid": "35240-fe8d1faf-1442-48be-8b51-3942e98049f1" }, "item": [ { "name": "storage", "item": [ { "name": "{connection_id}", "item": [ { "name": "file", "item": [ { "name": "{id}", "item": [ { "name": "Remove a File", "id": "c9cb5aba-fc3a-4e90-9880-2647a9467627", "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": "907888cc-b9e6-4a7e-92bc-3315cbb747a1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "9bfb8520-9842-42f6-a397-397f941cbc93", "key": "id", "value": "", "description": "(Required) ID of the File" } ] } }, "response": [ { "id": "84be6b93-36c5-4493-904e-12a246daada2", "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:24:02.000Z", "updatedAt": "2026-07-28T03:24:02.000Z", "uid": "35240-84be6b93-36c5-4493-904e-12a246daada2" }, { "id": "cbc4f245-69a3-4148-ade5-a0fb83f5f594", "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:24:02.000Z", "updatedAt": "2026-07-28T03:24:02.000Z", "uid": "35240-cbc4f245-69a3-4148-ade5-a0fb83f5f594" } ], "createdAt": "2026-07-28T03:24:02.000Z", "updatedAt": "2026-07-28T03:24:02.000Z", "uid": "35240-c9cb5aba-fc3a-4e90-9880-2647a9467627" }, { "name": "Retrieve a File", "id": "c834329d-f5e5-4932-9883-39a1e4c5a6b2", "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=mime_type&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "mime_type" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "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": "3807fddf-c1b0-474b-83c9-6908d6cf49f2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0346e4f1-195d-468b-a1ea-8cef787250a6", "key": "id", "value": "", "description": "(Required) ID of the File" } ] } }, "response": [ { "id": "f059530e-1bae-4b1c-8499-e234b6c0a023", "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=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "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 \"WRITE\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"eu_5e\": 79252598.44240499\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:24:02.000Z", "updatedAt": "2026-07-28T03:24:02.000Z", "uid": "35240-f059530e-1bae-4b1c-8499-e234b6c0a023" } ], "createdAt": "2026-07-28T03:24:02.000Z", "updatedAt": "2026-07-28T03:24:02.000Z", "uid": "35240-c834329d-f5e5-4932-9883-39a1e4c5a6b2" }, { "name": "Update a File", "id": "4791baa6-c6a6-4281-8bf2-5d9e46c9a822", "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 \"WRITE\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"eu_5e\": 79252598.44240499\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=mime_type&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "mime_type" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "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": "a1201898-73dc-4060-9244-c4fe5dbde863", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "670fde97-1b5a-4f32-b767-b3456ed6c1d3", "key": "id", "value": "", "description": "(Required) ID of the File" } ] } }, "response": [ { "id": "0ed6e78b-3fe7-42b1-91a5-cdb2c80ac622", "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 \"WRITE\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"eu_5e\": 79252598.44240499\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=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "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 \"WRITE\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"eu_5e\": 79252598.44240499\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:24:02.000Z", "updatedAt": "2026-07-28T03:24:02.000Z", "uid": "35240-0ed6e78b-3fe7-42b1-91a5-cdb2c80ac622" } ], "createdAt": "2026-07-28T03:24:02.000Z", "updatedAt": "2026-07-28T03:24:02.000Z", "uid": "35240-4791baa6-c6a6-4281-8bf2-5d9e46c9a822" }, { "name": "Update a File", "id": "17ca3de7-1bc4-44c5-929b-4f5816ddff5c", "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 \"WRITE\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"eu_5e\": 79252598.44240499\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=mime_type&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "mime_type" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "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": "19ff57df-43cf-4952-a6e2-656ff82707e3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2c96c9e6-82f0-4ab3-9837-06118ed0d5ef", "key": "id", "value": "", "description": "(Required) ID of the File" } ] } }, "response": [ { "id": "80abac98-2e55-4b2f-a430-e89c1a9d78d5", "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 \"WRITE\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"eu_5e\": 79252598.44240499\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=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "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 \"WRITE\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"eu_5e\": 79252598.44240499\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:24:02.000Z", "updatedAt": "2026-07-28T03:24:02.000Z", "uid": "35240-80abac98-2e55-4b2f-a430-e89c1a9d78d5" } ], "createdAt": "2026-07-28T03:24:02.000Z", "updatedAt": "2026-07-28T03:24:02.000Z", "uid": "35240-17ca3de7-1bc4-44c5-929b-4f5816ddff5c" } ], "id": "c584480f-248a-4a7d-8eed-e9450151b78a", "createdAt": "2026-07-28T03:24:02.000Z", "updatedAt": "2026-07-28T03:24:02.000Z", "uid": "35240-c584480f-248a-4a7d-8eed-e9450151b78a" }, { "name": "List All Files", "id": "7da1a66e-bf32-4ab3-ab12-39fc53a55e71", "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=mime_type&fields=name&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": "mime_type" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "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": "fc13e58a-7ff7-4381-be33-f30e2ace14b3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "b16b55e8-43e8-4696-9f08-5e309229966f", "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=name&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": "name" }, { "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 \"OWNER\",\n \"READ\"\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 \"pariatur8d1\": 53362307,\n \"amet_c\": 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 {\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 \"READ\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"non_c\": false,\n \"incididunt7\": \"aliquip do laborum\",\n \"do8\": \"aliquip\"\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:24:02.000Z", "updatedAt": "2026-07-28T03:24:02.000Z", "uid": "35240-b16b55e8-43e8-4696-9f08-5e309229966f" } ], "createdAt": "2026-07-28T03:24:02.000Z", "updatedAt": "2026-07-28T03:24:02.000Z", "uid": "35240-7da1a66e-bf32-4ab3-ab12-39fc53a55e71" }, { "name": "Create a File", "id": "a71138ee-0fa9-4697-9a7b-b28bfbf4a9bb", "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 \"WRITE\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"eu_5e\": 79252598.44240499\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=mime_type&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "mime_type" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "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": "fbfbbbed-fc27-4fc7-9c78-79a1f235e331", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "8dca0020-aa8d-46aa-bb86-d1ca91940074", "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 \"WRITE\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"eu_5e\": 79252598.44240499\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=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "storage", ":connection_id", "file" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "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 \"WRITE\"\n ],\n \"group_id\": \"\",\n \"is_hidden\": \"\",\n \"is_public\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"raw\": {\n \"eu_5e\": 79252598.44240499\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:24:02.000Z", "updatedAt": "2026-07-28T03:24:02.000Z", "uid": "35240-8dca0020-aa8d-46aa-bb86-d1ca91940074" } ], "createdAt": "2026-07-28T03:24:02.000Z", "updatedAt": "2026-07-28T03:24:02.000Z", "uid": "35240-a71138ee-0fa9-4697-9a7b-b28bfbf4a9bb" } ], "id": "9679eead-a8b1-45af-95fd-5bb88b894fb5", "createdAt": "2026-07-28T03:24:02.000Z", "updatedAt": "2026-07-28T03:24:02.000Z", "uid": "35240-9679eead-a8b1-45af-95fd-5bb88b894fb5" } ], "id": "f9509a73-4897-4eec-8536-321aba3726f3", "createdAt": "2026-07-28T03:24:02.000Z", "updatedAt": "2026-07-28T03:24:02.000Z", "uid": "35240-f9509a73-4897-4eec-8536-321aba3726f3" } ], "id": "205b6082-af7c-4d1c-b0cd-3ac2545ca5fe", "createdAt": "2026-07-28T03:24:02.000Z", "updatedAt": "2026-07-28T03:24:02.000Z", "uid": "35240-205b6082-af7c-4d1c-b0cd-3ac2545ca5fe" } ], "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" } ] }