{ "info": { "_postman_id": "abfcea28-ce91-4040-934e-123fad547b99", "name": "Unified.to account collection 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:23:04.000Z", "updatedAt": "2026-07-28T03:23:04.000Z", "lastUpdatedBy": "35240", "uid": "35240-abfcea28-ce91-4040-934e-123fad547b99" }, "item": [ { "name": "commerce", "item": [ { "name": "{connection_id}", "item": [ { "name": "collection", "item": [ { "name": "{id}", "item": [ { "name": "Remove a collection", "id": "716685bf-dd2b-492a-8565-fbce899cf9db", "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}}/commerce/:connection_id/collection/:id", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "collection", ":id" ], "variable": [ { "id": "79f8cf61-82a0-49f7-b3c6-194ba2be6c24", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6c115550-27c2-4178-8879-dfe0d9eb854f", "key": "id", "value": "", "description": "(Required) ID of the Collection" } ] } }, "response": [ { "id": "ea55ae24-d51a-4070-8220-a7442b6985aa", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/collection/:id", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "collection", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-ea55ae24-d51a-4070-8220-a7442b6985aa" }, { "id": "560671ef-7ea9-4b89-b829-f60674344d64", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/collection/:id", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "collection", ":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:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-560671ef-7ea9-4b89-b829-f60674344d64" } ], "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-716685bf-dd2b-492a-8565-fbce899cf9db" }, { "name": "Retrieve a collection", "id": "20390497-a6d6-4f96-bcaa-2bc4addb334d", "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}}/commerce/:connection_id/collection/:id?fields=parent_id&fields=is_visible&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "collection", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "parent_id" }, { "description": "Fields to return", "key": "fields", "value": "is_visible" }, { "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": "76d2bf34-51bf-4ab8-a71b-7d3d1e6c112f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0606c1b4-f83a-40a7-9f39-edb5e080c4f9", "key": "id", "value": "", "description": "(Required) ID of the Collection" } ] } }, "response": [ { "id": "b0ed8d95-1858-4799-9676-0a0c74606077", "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}}/commerce/:connection_id/collection/:id?fields=is_visible&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "collection", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_visible" }, { "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 \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"item_metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"id_42c\": -18651649,\n \"incididunt9d9\": true\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"type\": \"CATEGORY\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-b0ed8d95-1858-4799-9676-0a0c74606077" } ], "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-20390497-a6d6-4f96-bcaa-2bc4addb334d" }, { "name": "Update a collection", "id": "66a63246-de24-4fd4-b14d-ab099d26dd31", "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 \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"item_metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"id_42c\": -18651649,\n \"incididunt9d9\": true\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"type\": \"CATEGORY\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/collection/:id?fields=parent_id&fields=is_visible&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "collection", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "parent_id" }, { "description": "Fields to return", "key": "fields", "value": "is_visible" }, { "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": "528f025c-b035-4d04-9ca1-e90680c1c173", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a0004c4e-1224-472f-bcfa-5f3962827be2", "key": "id", "value": "", "description": "(Required) ID of the Collection" } ] } }, "response": [ { "id": "83215232-7569-4772-9c0d-cd8b6d4e7f37", "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 \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"item_metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"id_42c\": -18651649,\n \"incididunt9d9\": true\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"type\": \"CATEGORY\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/collection/:id?fields=is_visible&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "collection", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_visible" }, { "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 \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"item_metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"id_42c\": -18651649,\n \"incididunt9d9\": true\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"type\": \"CATEGORY\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-83215232-7569-4772-9c0d-cd8b6d4e7f37" } ], "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-66a63246-de24-4fd4-b14d-ab099d26dd31" }, { "name": "Update a collection", "id": "330e29d8-6af7-4735-bc39-8a3e8c816b70", "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 \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"item_metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"id_42c\": -18651649,\n \"incididunt9d9\": true\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"type\": \"CATEGORY\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/collection/:id?fields=parent_id&fields=is_visible&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "collection", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "parent_id" }, { "description": "Fields to return", "key": "fields", "value": "is_visible" }, { "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": "57ad120f-41bc-4e73-a621-530199be3dbd", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5396d5bc-2fd1-45d1-a6b8-f167660b039b", "key": "id", "value": "", "description": "(Required) ID of the Collection" } ] } }, "response": [ { "id": "4f9ef7b2-2261-41d0-a3bf-eb6dfce9e7e6", "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 \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"item_metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"id_42c\": -18651649,\n \"incididunt9d9\": true\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"type\": \"CATEGORY\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/collection/:id?fields=is_visible&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "collection", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_visible" }, { "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 \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"item_metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"id_42c\": -18651649,\n \"incididunt9d9\": true\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"type\": \"CATEGORY\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-4f9ef7b2-2261-41d0-a3bf-eb6dfce9e7e6" } ], "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-330e29d8-6af7-4735-bc39-8a3e8c816b70" } ], "id": "f7d3fc3b-d363-4350-a098-3df70c5a8aa3", "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-f7d3fc3b-d363-4350-a098-3df70c5a8aa3" }, { "name": "List all collections", "id": "4b67ac0f-cc41-4df0-b7a4-acc0a083e4ae", "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}}/commerce/:connection_id/collection?limit=&offset=&updated_gte=&sort=&order=&query=&type=&parent_id=&saleschannel_id=&org_id=&fields=parent_id&fields=is_visible&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "collection" ], "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": "" }, { "key": "type", "value": "" }, { "description": "The parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "The saleschannel ID to filter by (reference to CommerceSaleschannel)", "key": "saleschannel_id", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "parent_id" }, { "description": "Fields to return", "key": "fields", "value": "is_visible" }, { "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": "0c503c42-a35c-40a5-a7d5-8db25355eda9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e40fd912-4a60-4dfc-a602-62da2c860a96", "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}}/commerce/:connection_id/collection?limit=&offset=&updated_gte=&sort=&order=&query=&type=&parent_id=&saleschannel_id=&org_id=&fields=is_visible&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "collection" ], "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": "" }, { "key": "type", "value": "" }, { "description": "The parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "The saleschannel ID to filter by (reference to CommerceSaleschannel)", "key": "saleschannel_id", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "is_visible" }, { "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 \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"item_metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"image\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"image\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"sit_a\": 87325859\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"type\": \"COLLECTION\",\n \"updated_at\": \"\"\n },\n {\n \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"item_metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"image\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"image\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"cupidatatade\": false,\n \"veniam_0\": 69493510.74460077\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"type\": \"CATEGORY\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-e40fd912-4a60-4dfc-a602-62da2c860a96" } ], "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-4b67ac0f-cc41-4df0-b7a4-acc0a083e4ae" }, { "name": "Create a collection", "id": "eb212f1a-1e11-4def-9056-80baab890a30", "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 \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"item_metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"id_42c\": -18651649,\n \"incididunt9d9\": true\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"type\": \"CATEGORY\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/collection?fields=parent_id&fields=is_visible&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "collection" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "parent_id" }, { "description": "Fields to return", "key": "fields", "value": "is_visible" }, { "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": "6477ba9f-f047-4028-b0db-ef749e89e318", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "ce7398cd-2946-4c9a-bc2c-a35123caea0d", "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 \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"item_metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"id_42c\": -18651649,\n \"incididunt9d9\": true\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"type\": \"CATEGORY\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/collection?fields=is_visible&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "collection" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_visible" }, { "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 \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"item_metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"id_42c\": -18651649,\n \"incididunt9d9\": true\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"type\": \"CATEGORY\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-ce7398cd-2946-4c9a-bc2c-a35123caea0d" } ], "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-eb212f1a-1e11-4def-9056-80baab890a30" } ], "id": "982c715c-5f17-4a66-9d3a-a433149ae944", "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-982c715c-5f17-4a66-9d3a-a433149ae944" } ], "id": "eb69f113-db31-4e68-8ca1-8743ab65e739", "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-eb69f113-db31-4e68-8ca1-8743ab65e739" } ], "id": "cfe8da94-736f-432f-9798-0fd60c945753", "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-cfe8da94-736f-432f-9798-0fd60c945753" }, { "name": "lms", "item": [ { "name": "{connection_id}", "item": [ { "name": "collection", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Collection", "id": "fcc85a37-9357-4427-87c7-6b57e5638848", "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}}/lms/:connection_id/collection/:id", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "collection", ":id" ], "variable": [ { "id": "acd072c4-4825-4b32-af1c-18bfa1685f14", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1c9dc149-5d5e-4809-8690-5189d7be8eee", "key": "id", "value": "", "description": "(Required) ID of the Collection" } ] } }, "response": [ { "id": "fb55c55c-be62-4cee-bfe9-05bdfea0aeb8", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/lms/:connection_id/collection/:id", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "collection", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-fb55c55c-be62-4cee-bfe9-05bdfea0aeb8" }, { "id": "c2a519ec-ed45-431b-999c-09a3c115a6d5", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/lms/:connection_id/collection/:id", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "collection", ":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:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-c2a519ec-ed45-431b-999c-09a3c115a6d5" } ], "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-fcc85a37-9357-4427-87c7-6b57e5638848" }, { "name": "Retrieve a Collection", "id": "af4717a9-3612-4194-8996-3219121b7328", "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}}/lms/:connection_id/collection/:id?fields=id&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "collection", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "a54768b1-b1a9-4de3-860e-dbd930f9df74", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0325dbee-1b48-4795-8423-2fb0ed3f0b56", "key": "id", "value": "", "description": "(Required) ID of the Collection" } ] } }, "response": [ { "id": "3d33d52d-f2e5-4c9c-8d8c-756f204d47c4", "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}}/lms/:connection_id/collection/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "collection", ":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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": 59382621.37637049,\n \"cupidatatd6\": -84499399.47409134\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-3d33d52d-f2e5-4c9c-8d8c-756f204d47c4" } ], "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-af4717a9-3612-4194-8996-3219121b7328" }, { "name": "Update a Collection", "id": "d7d7c726-8939-4240-bfc7-65b79c1e3987", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": 59382621.37637049,\n \"cupidatatd6\": -84499399.47409134\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/collection/:id?fields=id&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "collection", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "f35852c0-d46e-400e-b48b-4df6194da2c8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b874b988-310d-4b07-a238-8ebfd97ff319", "key": "id", "value": "", "description": "(Required) ID of the Collection" } ] } }, "response": [ { "id": "f83c3758-83e1-40cb-964f-16424db9ea37", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": 59382621.37637049,\n \"cupidatatd6\": -84499399.47409134\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/collection/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "collection", ":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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": 59382621.37637049,\n \"cupidatatd6\": -84499399.47409134\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-f83c3758-83e1-40cb-964f-16424db9ea37" } ], "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-d7d7c726-8939-4240-bfc7-65b79c1e3987" }, { "name": "Update a Collection", "id": "432d3912-128e-432a-bbe5-42a5c529b04d", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": 59382621.37637049,\n \"cupidatatd6\": -84499399.47409134\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/collection/:id?fields=id&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "collection", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "c9b6196e-dc99-4945-8b15-639de3d9a2d5", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "132e2f2d-4513-4549-a324-1ef885f7ca09", "key": "id", "value": "", "description": "(Required) ID of the Collection" } ] } }, "response": [ { "id": "be2a88e5-8357-47d3-b2c5-fd859eb815c5", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": 59382621.37637049,\n \"cupidatatd6\": -84499399.47409134\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/collection/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "collection", ":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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": 59382621.37637049,\n \"cupidatatd6\": -84499399.47409134\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-be2a88e5-8357-47d3-b2c5-fd859eb815c5" } ], "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-432d3912-128e-432a-bbe5-42a5c529b04d" } ], "id": "b0b41b6e-14d5-40f6-9980-f81a82a534be", "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-b0b41b6e-14d5-40f6-9980-f81a82a534be" }, { "name": "List All Collections", "id": "047aee5d-44a8-49e9-a9f4-0ea5900e7c7e", "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}}/lms/:connection_id/collection?limit=&offset=&updated_gte=&sort=&order=&query=&course_id=&parent_id=&fields=id&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "collection" ], "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 course ID to filter by (reference to Course)", "key": "course_id", "value": "" }, { "description": "The parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "7202abda-0e79-41ac-a7e8-7712757323c4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "c90b910c-1dc6-44cf-9fb6-038748c66cd8", "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}}/lms/:connection_id/collection?limit=&offset=&updated_gte=&sort=&order=&query=&course_id=&parent_id=&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "collection" ], "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 course ID to filter by (reference to Course)", "key": "course_id", "value": "" }, { "description": "The parent ID to filter by", "key": "parent_id", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"HEADSHOT\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"OTHER\",\n \"url\": \"\"\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"labore_03\": -64299560\n },\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"OTHER\",\n \"url\": \"\"\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"veniam_c61\": \"ad proident in enim\",\n \"esse0e\": -31111467.475547537,\n \"deserunt_60\": -52522337.745286405\n },\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-c90b910c-1dc6-44cf-9fb6-038748c66cd8" } ], "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-047aee5d-44a8-49e9-a9f4-0ea5900e7c7e" }, { "name": "Create a Collection", "id": "55857395-7453-4159-9e6a-a52a1a996ae4", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": 59382621.37637049,\n \"cupidatatd6\": -84499399.47409134\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/collection?fields=id&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "collection" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "02af3862-f4ea-476a-b0f7-b536a4e53ea4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "11cb1139-6523-4476-9bef-04fda138049e", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": 59382621.37637049,\n \"cupidatatd6\": -84499399.47409134\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/collection?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "collection" ], "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n }\n ],\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": 59382621.37637049,\n \"cupidatatd6\": -84499399.47409134\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-11cb1139-6523-4476-9bef-04fda138049e" } ], "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-55857395-7453-4159-9e6a-a52a1a996ae4" } ], "id": "56ecf077-e783-4cc1-9cb8-99e5820087d1", "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-56ecf077-e783-4cc1-9cb8-99e5820087d1" } ], "id": "832c9f73-d3bf-493c-a158-36d39d04f38e", "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-832c9f73-d3bf-493c-a158-36d39d04f38e" } ], "id": "7dafe3c0-1b5f-4c57-9c42-0149246e2036", "createdAt": "2026-07-28T03:23:05.000Z", "updatedAt": "2026-07-28T03:23:05.000Z", "uid": "35240-7dafe3c0-1b5f-4c57-9c42-0149246e2036" } ], "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" } ] }