{ "info": { "_postman_id": "5a14f383-db30-4ea9-939d-96084faaaa79", "name": "Unified.to account metadata 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:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "lastUpdatedBy": "35240", "uid": "35240-5a14f383-db30-4ea9-939d-96084faaaa79" }, "item": [ { "name": "metadata", "item": [ { "name": "{connection_id}", "item": [ { "name": "metadata", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Metadata", "id": "4605233a-d637-4a26-b756-97117411793c", "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}}/metadata/:connection_id/metadata/:id", "host": [ "{{baseUrl}}" ], "path": [ "metadata", ":connection_id", "metadata", ":id" ], "variable": [ { "id": "06f1fb8b-8a5f-492d-80cb-5a502f6ab44a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "47a9fd46-0bf7-4d42-b23e-ed3d646ef226", "key": "id", "value": "", "description": "(Required) ID of the Metadata" } ] } }, "response": [ { "id": "0a561e2e-0088-45e8-acd8-68cfd3fe8649", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/metadata/:connection_id/metadata/:id", "host": [ "{{baseUrl}}" ], "path": [ "metadata", ":connection_id", "metadata", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:04.000Z", "updatedAt": "2026-07-28T03:25:04.000Z", "uid": "35240-0a561e2e-0088-45e8-acd8-68cfd3fe8649" }, { "id": "c278d7a1-6bc3-412a-b494-9bc40dc89193", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/metadata/:connection_id/metadata/:id", "host": [ "{{baseUrl}}" ], "path": [ "metadata", ":connection_id", "metadata", ":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:25:04.000Z", "updatedAt": "2026-07-28T03:25:04.000Z", "uid": "35240-c278d7a1-6bc3-412a-b494-9bc40dc89193" } ], "createdAt": "2026-07-28T03:25:04.000Z", "updatedAt": "2026-07-28T03:25:04.000Z", "uid": "35240-4605233a-d637-4a26-b756-97117411793c" }, { "name": "Retrieve a Metadata", "id": "546e2650-a748-437d-a420-77e1b0fb84ff", "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}}/metadata/:connection_id/metadata/:id?fields=updated_at&fields=options&raw=", "host": [ "{{baseUrl}}" ], "path": [ "metadata", ":connection_id", "metadata", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "options" }, { "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": "fbe49284-7f09-426f-af78-f7ce00e6c242", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "44f56320-865a-495e-8fcc-8485eac330b9", "key": "id", "value": "", "description": "(Required) ID of the Metadata" } ] } }, "response": [ { "id": "d8f899bb-a591-4fdf-8243-7041031d2c6d", "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}}/metadata/:connection_id/metadata/:id?fields=options&raw=", "host": [ "{{baseUrl}}" ], "path": [ "metadata", ":connection_id", "metadata", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "options" }, { "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 \"object_type\": \"\",\n \"created_at\": \"\",\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"objects\": {\n \"quis2\": -81377088,\n \"tempor_130\": true\n },\n \"options\": [\n \"\",\n \"\"\n ],\n \"original_format\": \"\",\n \"raw\": {\n \"dolor3\": 56755600\n },\n \"slug\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:04.000Z", "updatedAt": "2026-07-28T03:25:04.000Z", "uid": "35240-d8f899bb-a591-4fdf-8243-7041031d2c6d" } ], "createdAt": "2026-07-28T03:25:04.000Z", "updatedAt": "2026-07-28T03:25:04.000Z", "uid": "35240-546e2650-a748-437d-a420-77e1b0fb84ff" }, { "name": "Update a Metadata", "id": "602ff581-8f0c-4847-8199-7f9def3885a1", "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 \"object_type\": \"\",\n \"created_at\": \"\",\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"objects\": {\n \"quis2\": -81377088,\n \"tempor_130\": true\n },\n \"options\": [\n \"\",\n \"\"\n ],\n \"original_format\": \"\",\n \"raw\": {\n \"dolor3\": 56755600\n },\n \"slug\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/metadata/:connection_id/metadata/:id?fields=updated_at&fields=options&raw=", "host": [ "{{baseUrl}}" ], "path": [ "metadata", ":connection_id", "metadata", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "options" }, { "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": "0e488f58-ebc2-4d44-bed4-5e386c20569e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "054cd42b-71fb-49b1-ba62-8a33d2ad7851", "key": "id", "value": "", "description": "(Required) ID of the Metadata" } ] } }, "response": [ { "id": "9fc1917a-f200-404a-abbc-f5442bd1f715", "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 \"object_type\": \"\",\n \"created_at\": \"\",\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"objects\": {\n \"quis2\": -81377088,\n \"tempor_130\": true\n },\n \"options\": [\n \"\",\n \"\"\n ],\n \"original_format\": \"\",\n \"raw\": {\n \"dolor3\": 56755600\n },\n \"slug\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/metadata/:connection_id/metadata/:id?fields=options&raw=", "host": [ "{{baseUrl}}" ], "path": [ "metadata", ":connection_id", "metadata", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "options" }, { "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 \"object_type\": \"\",\n \"created_at\": \"\",\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"objects\": {\n \"quis2\": -81377088,\n \"tempor_130\": true\n },\n \"options\": [\n \"\",\n \"\"\n ],\n \"original_format\": \"\",\n \"raw\": {\n \"dolor3\": 56755600\n },\n \"slug\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:04.000Z", "updatedAt": "2026-07-28T03:25:04.000Z", "uid": "35240-9fc1917a-f200-404a-abbc-f5442bd1f715" } ], "createdAt": "2026-07-28T03:25:04.000Z", "updatedAt": "2026-07-28T03:25:04.000Z", "uid": "35240-602ff581-8f0c-4847-8199-7f9def3885a1" }, { "name": "Update a Metadata", "id": "4b1e449f-f812-4ada-a30e-ee45b7e2f617", "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 \"object_type\": \"\",\n \"created_at\": \"\",\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"objects\": {\n \"quis2\": -81377088,\n \"tempor_130\": true\n },\n \"options\": [\n \"\",\n \"\"\n ],\n \"original_format\": \"\",\n \"raw\": {\n \"dolor3\": 56755600\n },\n \"slug\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/metadata/:connection_id/metadata/:id?fields=updated_at&fields=options&raw=", "host": [ "{{baseUrl}}" ], "path": [ "metadata", ":connection_id", "metadata", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "options" }, { "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": "db1d0db5-a345-4f38-b538-1a46dbe251ba", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "f118e48f-fe67-48d8-87c7-1861b2a6c4a9", "key": "id", "value": "", "description": "(Required) ID of the Metadata" } ] } }, "response": [ { "id": "fd0a670b-60f3-4d38-a8f2-1ff59bb0ad83", "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 \"object_type\": \"\",\n \"created_at\": \"\",\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"objects\": {\n \"quis2\": -81377088,\n \"tempor_130\": true\n },\n \"options\": [\n \"\",\n \"\"\n ],\n \"original_format\": \"\",\n \"raw\": {\n \"dolor3\": 56755600\n },\n \"slug\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/metadata/:connection_id/metadata/:id?fields=options&raw=", "host": [ "{{baseUrl}}" ], "path": [ "metadata", ":connection_id", "metadata", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "options" }, { "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 \"object_type\": \"\",\n \"created_at\": \"\",\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"objects\": {\n \"quis2\": -81377088,\n \"tempor_130\": true\n },\n \"options\": [\n \"\",\n \"\"\n ],\n \"original_format\": \"\",\n \"raw\": {\n \"dolor3\": 56755600\n },\n \"slug\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:04.000Z", "updatedAt": "2026-07-28T03:25:04.000Z", "uid": "35240-fd0a670b-60f3-4d38-a8f2-1ff59bb0ad83" } ], "createdAt": "2026-07-28T03:25:04.000Z", "updatedAt": "2026-07-28T03:25:04.000Z", "uid": "35240-4b1e449f-f812-4ada-a30e-ee45b7e2f617" } ], "id": "bc34b2cd-9b07-440c-90f6-fa8c2f64f2d3", "createdAt": "2026-07-28T03:25:04.000Z", "updatedAt": "2026-07-28T03:25:04.000Z", "uid": "35240-bc34b2cd-9b07-440c-90f6-fa8c2f64f2d3" }, { "name": "List All Metadatas", "id": "d2ca14bc-d3b2-44df-a813-837c4b165e11", "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}}/metadata/:connection_id/metadata?limit=&offset=&updated_gte=&sort=&order=&query=&type=&fields=updated_at&fields=options&raw=", "host": [ "{{baseUrl}}" ], "path": [ "metadata", ":connection_id", "metadata" ], "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 type to filter by", "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "options" }, { "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": "c0e4df3f-35fd-4c78-8b58-5d131c8e8eee", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "bf6fa02d-b143-4c4d-ba1a-e256d3161b4c", "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}}/metadata/:connection_id/metadata?limit=&offset=&updated_gte=&sort=&order=&query=&type=&fields=options&raw=", "host": [ "{{baseUrl}}" ], "path": [ "metadata", ":connection_id", "metadata" ], "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 type to filter by", "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "options" }, { "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 \"object_type\": \"\",\n \"created_at\": \"\",\n \"format\": \"FILE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"objects\": {\n \"quis_62\": 68692529,\n \"reprehenderitf\": -71853099\n },\n \"options\": [\n \"\",\n \"\"\n ],\n \"original_format\": \"\",\n \"raw\": {\n \"ullamco_bf\": \"cupidatat\"\n },\n \"slug\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"name\": \"\",\n \"object_type\": \"\",\n \"created_at\": \"\",\n \"format\": \"FILE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"objects\": {\n \"ullamco_29_\": 19847129.81025289,\n \"sintd\": \"vel\",\n \"enim0d\": -81792635.81597991\n },\n \"options\": [\n \"\",\n \"\"\n ],\n \"original_format\": \"\",\n \"raw\": {\n \"laborum__46\": -63295318,\n \"elit_4b\": false\n },\n \"slug\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:25:04.000Z", "updatedAt": "2026-07-28T03:25:04.000Z", "uid": "35240-bf6fa02d-b143-4c4d-ba1a-e256d3161b4c" } ], "createdAt": "2026-07-28T03:25:04.000Z", "updatedAt": "2026-07-28T03:25:04.000Z", "uid": "35240-d2ca14bc-d3b2-44df-a813-837c4b165e11" }, { "name": "Create a Metadata", "id": "14479ac9-0a85-432c-9e8c-33e033b82e07", "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 \"object_type\": \"\",\n \"created_at\": \"\",\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"objects\": {\n \"quis2\": -81377088,\n \"tempor_130\": true\n },\n \"options\": [\n \"\",\n \"\"\n ],\n \"original_format\": \"\",\n \"raw\": {\n \"dolor3\": 56755600\n },\n \"slug\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/metadata/:connection_id/metadata?fields=updated_at&fields=options&raw=", "host": [ "{{baseUrl}}" ], "path": [ "metadata", ":connection_id", "metadata" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "options" }, { "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": "670c7375-6943-48b0-9b1d-aefbaa65d7a9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "a371fbe2-d61b-4299-b6cc-b12da1c35b57", "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 \"object_type\": \"\",\n \"created_at\": \"\",\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"objects\": {\n \"quis2\": -81377088,\n \"tempor_130\": true\n },\n \"options\": [\n \"\",\n \"\"\n ],\n \"original_format\": \"\",\n \"raw\": {\n \"dolor3\": 56755600\n },\n \"slug\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/metadata/:connection_id/metadata?fields=options&raw=", "host": [ "{{baseUrl}}" ], "path": [ "metadata", ":connection_id", "metadata" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "options" }, { "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 \"object_type\": \"\",\n \"created_at\": \"\",\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"objects\": {\n \"quis2\": -81377088,\n \"tempor_130\": true\n },\n \"options\": [\n \"\",\n \"\"\n ],\n \"original_format\": \"\",\n \"raw\": {\n \"dolor3\": 56755600\n },\n \"slug\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:04.000Z", "updatedAt": "2026-07-28T03:25:04.000Z", "uid": "35240-a371fbe2-d61b-4299-b6cc-b12da1c35b57" } ], "createdAt": "2026-07-28T03:25:04.000Z", "updatedAt": "2026-07-28T03:25:04.000Z", "uid": "35240-14479ac9-0a85-432c-9e8c-33e033b82e07" } ], "id": "5dacaa73-ee23-46cd-a4b3-50e0b45fd853", "createdAt": "2026-07-28T03:25:04.000Z", "updatedAt": "2026-07-28T03:25:04.000Z", "uid": "35240-5dacaa73-ee23-46cd-a4b3-50e0b45fd853" } ], "id": "0fdf8364-24f9-49a6-a3b6-5b06890f827b", "createdAt": "2026-07-28T03:25:04.000Z", "updatedAt": "2026-07-28T03:25:04.000Z", "uid": "35240-0fdf8364-24f9-49a6-a3b6-5b06890f827b" } ], "id": "9cad90e6-58db-477c-8e6c-fef2cc938f61", "createdAt": "2026-07-28T03:25:04.000Z", "updatedAt": "2026-07-28T03:25:04.000Z", "uid": "35240-9cad90e6-58db-477c-8e6c-fef2cc938f61" } ], "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" } ] }