{ "info": { "_postman_id": "3124f89b-28dc-4529-98ca-57587c01632a", "name": "Unified.to account course 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:44.000Z", "updatedAt": "2026-07-28T03:23:44.000Z", "lastUpdatedBy": "35240", "uid": "35240-3124f89b-28dc-4529-98ca-57587c01632a" }, "item": [ { "name": "lms", "item": [ { "name": "{connection_id}", "item": [ { "name": "course", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Course", "id": "3c2ae096-45d6-40cb-ae71-8c8f173416a0", "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/course/:id", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "course", ":id" ], "variable": [ { "id": "71488d54-30bb-439e-ba93-a141de0e9564", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "792125be-b2d1-401f-80c7-510f0cb40d39", "key": "id", "value": "", "description": "(Required) ID of the Course" } ] } }, "response": [ { "id": "94562abb-b617-48aa-a6af-357a9bc967b5", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/lms/:connection_id/course/:id", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "course", ":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:45.000Z", "updatedAt": "2026-07-28T03:23:45.000Z", "uid": "35240-94562abb-b617-48aa-a6af-357a9bc967b5" }, { "id": "6601f9c1-e20e-4726-a0c6-45cced42d13a", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/lms/:connection_id/course/:id", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "course", ":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:45.000Z", "updatedAt": "2026-07-28T03:23:45.000Z", "uid": "35240-6601f9c1-e20e-4726-a0c6-45cced42d13a" } ], "createdAt": "2026-07-28T03:23:44.000Z", "updatedAt": "2026-07-28T03:23:44.000Z", "uid": "35240-3c2ae096-45d6-40cb-ae71-8c8f173416a0" }, { "name": "Retrieve a Course", "id": "9536bc4e-2e31-4a38-9310-804e1ca426c9", "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/course/:id?fields=languages&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "course", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "languages" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "6e8921cd-6395-4593-b402-cf22ad23fe54", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "05e900c1-625e-4649-8172-c182a7712848", "key": "id", "value": "", "description": "(Required) ID of the Course" } ] } }, "response": [ { "id": "9f9d4ca3-eef7-40bb-b81d-533993a95358", "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/course/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "course", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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 \"categories\": [\n \"\",\n \"\"\n ],\n \"content_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"instructor_ids\": [\n \"\",\n \"\"\n ],\n \"instructors\": [\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ea_fd\": -42393854,\n \"exercitation_3\": 7133893\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"est__\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n }\n ],\n \"price_amount\": \"\",\n \"provider_name\": \"\",\n \"published_at\": \"\",\n \"raw\": {\n \"fugiat11_\": 54911190\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"student_ids\": [\n \"\",\n \"\"\n ],\n \"students\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"id79\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consectetur_c\": -36196049.622300476,\n \"officia03f\": true,\n \"Excepteur_\": 51541548.12366429\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n }\n ],\n \"time_estimate_minutes\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:45.000Z", "updatedAt": "2026-07-28T03:23:45.000Z", "uid": "35240-9f9d4ca3-eef7-40bb-b81d-533993a95358" } ], "createdAt": "2026-07-28T03:23:44.000Z", "updatedAt": "2026-07-28T03:23:44.000Z", "uid": "35240-9536bc4e-2e31-4a38-9310-804e1ca426c9" }, { "name": "Update a Course", "id": "64b8e8ed-2d7e-4ead-823b-0812088d87cc", "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 \"categories\": [\n \"\",\n \"\"\n ],\n \"content_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"instructor_ids\": [\n \"\",\n \"\"\n ],\n \"instructors\": [\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ea_fd\": -42393854,\n \"exercitation_3\": 7133893\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"est__\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n }\n ],\n \"price_amount\": \"\",\n \"provider_name\": \"\",\n \"published_at\": \"\",\n \"raw\": {\n \"fugiat11_\": 54911190\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"student_ids\": [\n \"\",\n \"\"\n ],\n \"students\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"id79\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consectetur_c\": -36196049.622300476,\n \"officia03f\": true,\n \"Excepteur_\": 51541548.12366429\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n }\n ],\n \"time_estimate_minutes\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/course/:id?fields=languages&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "course", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "languages" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "cbbe0915-d363-444a-a589-ac4f9d48b5c7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d194ef7c-6dd2-4784-afb2-89f90f63b640", "key": "id", "value": "", "description": "(Required) ID of the Course" } ] } }, "response": [ { "id": "5bdf7aa7-3ac9-4b8d-9738-cf778e9114c0", "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 \"categories\": [\n \"\",\n \"\"\n ],\n \"content_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"instructor_ids\": [\n \"\",\n \"\"\n ],\n \"instructors\": [\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ea_fd\": -42393854,\n \"exercitation_3\": 7133893\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"est__\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n }\n ],\n \"price_amount\": \"\",\n \"provider_name\": \"\",\n \"published_at\": \"\",\n \"raw\": {\n \"fugiat11_\": 54911190\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"student_ids\": [\n \"\",\n \"\"\n ],\n \"students\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"id79\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consectetur_c\": -36196049.622300476,\n \"officia03f\": true,\n \"Excepteur_\": 51541548.12366429\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n }\n ],\n \"time_estimate_minutes\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/course/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "course", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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 \"categories\": [\n \"\",\n \"\"\n ],\n \"content_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"instructor_ids\": [\n \"\",\n \"\"\n ],\n \"instructors\": [\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ea_fd\": -42393854,\n \"exercitation_3\": 7133893\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"est__\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n }\n ],\n \"price_amount\": \"\",\n \"provider_name\": \"\",\n \"published_at\": \"\",\n \"raw\": {\n \"fugiat11_\": 54911190\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"student_ids\": [\n \"\",\n \"\"\n ],\n \"students\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"id79\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consectetur_c\": -36196049.622300476,\n \"officia03f\": true,\n \"Excepteur_\": 51541548.12366429\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n }\n ],\n \"time_estimate_minutes\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:45.000Z", "updatedAt": "2026-07-28T03:23:45.000Z", "uid": "35240-5bdf7aa7-3ac9-4b8d-9738-cf778e9114c0" } ], "createdAt": "2026-07-28T03:23:44.000Z", "updatedAt": "2026-07-28T03:23:44.000Z", "uid": "35240-64b8e8ed-2d7e-4ead-823b-0812088d87cc" }, { "name": "Update a Course", "id": "b7094eb0-91b8-4d88-97ff-d5f387b236c3", "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 \"categories\": [\n \"\",\n \"\"\n ],\n \"content_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"instructor_ids\": [\n \"\",\n \"\"\n ],\n \"instructors\": [\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ea_fd\": -42393854,\n \"exercitation_3\": 7133893\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"est__\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n }\n ],\n \"price_amount\": \"\",\n \"provider_name\": \"\",\n \"published_at\": \"\",\n \"raw\": {\n \"fugiat11_\": 54911190\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"student_ids\": [\n \"\",\n \"\"\n ],\n \"students\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"id79\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consectetur_c\": -36196049.622300476,\n \"officia03f\": true,\n \"Excepteur_\": 51541548.12366429\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n }\n ],\n \"time_estimate_minutes\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/course/:id?fields=languages&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "course", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "languages" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "8c26608f-4284-4162-a0c9-48349d6c4152", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e008017f-1e50-4adc-9e40-458e99b80c27", "key": "id", "value": "", "description": "(Required) ID of the Course" } ] } }, "response": [ { "id": "949a362c-a1b5-41a3-9881-a603169eb89d", "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 \"categories\": [\n \"\",\n \"\"\n ],\n \"content_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"instructor_ids\": [\n \"\",\n \"\"\n ],\n \"instructors\": [\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ea_fd\": -42393854,\n \"exercitation_3\": 7133893\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"est__\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n }\n ],\n \"price_amount\": \"\",\n \"provider_name\": \"\",\n \"published_at\": \"\",\n \"raw\": {\n \"fugiat11_\": 54911190\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"student_ids\": [\n \"\",\n \"\"\n ],\n \"students\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"id79\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consectetur_c\": -36196049.622300476,\n \"officia03f\": true,\n \"Excepteur_\": 51541548.12366429\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n }\n ],\n \"time_estimate_minutes\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/course/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "course", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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 \"categories\": [\n \"\",\n \"\"\n ],\n \"content_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"instructor_ids\": [\n \"\",\n \"\"\n ],\n \"instructors\": [\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ea_fd\": -42393854,\n \"exercitation_3\": 7133893\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"est__\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n }\n ],\n \"price_amount\": \"\",\n \"provider_name\": \"\",\n \"published_at\": \"\",\n \"raw\": {\n \"fugiat11_\": 54911190\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"student_ids\": [\n \"\",\n \"\"\n ],\n \"students\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"id79\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consectetur_c\": -36196049.622300476,\n \"officia03f\": true,\n \"Excepteur_\": 51541548.12366429\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n }\n ],\n \"time_estimate_minutes\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:45.000Z", "updatedAt": "2026-07-28T03:23:45.000Z", "uid": "35240-949a362c-a1b5-41a3-9881-a603169eb89d" } ], "createdAt": "2026-07-28T03:23:44.000Z", "updatedAt": "2026-07-28T03:23:44.000Z", "uid": "35240-b7094eb0-91b8-4d88-97ff-d5f387b236c3" } ], "id": "084a43bc-6123-4bae-9e29-05d4d0c70d86", "createdAt": "2026-07-28T03:23:44.000Z", "updatedAt": "2026-07-28T03:23:44.000Z", "uid": "35240-084a43bc-6123-4bae-9e29-05d4d0c70d86" }, { "name": "List All Courses", "id": "91b7234b-d04f-4434-a8dc-86ac49663060", "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/course?limit=&offset=&updated_gte=&sort=&order=&query=&class_id=&company_id=&fields=languages&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "course" ], "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 class ID to filter by (reference to LmsClass)", "key": "class_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "languages" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "c17e3ca4-9443-4804-a704-6d00e2010ba1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "3a8eb5f8-cfd0-4083-ae7e-65959daac43c", "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/course?limit=&offset=&updated_gte=&sort=&order=&query=&class_id=&company_id=&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "course" ], "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 class ID to filter by (reference to LmsClass)", "key": "class_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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 \"categories\": [\n \"\",\n \"\"\n ],\n \"content_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"instructor_ids\": [\n \"\",\n \"\"\n ],\n \"instructors\": [\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"anim_c7f\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"elit_6b7\": false,\n \"eu8b\": -19400021.447459444\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\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\": \"IMAGE\",\n \"url\": \"\"\n }\n ],\n \"price_amount\": \"\",\n \"provider_name\": \"\",\n \"published_at\": \"\",\n \"raw\": {\n \"ea0b\": \"magna\",\n \"deserunte\": \"fugiat incididunt\"\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"student_ids\": [\n \"\",\n \"\"\n ],\n \"students\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"dolorec\": 62834632,\n \"ineab\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"exercitation_c\": \"cupidatat sed do qui magna\",\n \"esse_31f\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"updated_at\": \"\"\n }\n ],\n \"time_estimate_minutes\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"name\": \"\",\n \"categories\": [\n \"\",\n \"\"\n ],\n \"content_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"instructor_ids\": [\n \"\",\n \"\"\n ],\n \"instructors\": [\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"enimaa\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"labore683\": \"ex eu\",\n \"laborum4\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"WEB\",\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 \"price_amount\": \"\",\n \"provider_name\": \"\",\n \"published_at\": \"\",\n \"raw\": {\n \"nisi6ea\": \"ut Ut\"\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"student_ids\": [\n \"\",\n \"\"\n ],\n \"students\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ut40\": -14218200.108255401,\n \"sint_420\": false,\n \"tempor_5e\": \"id commodo\"\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"deserunt_d\": true,\n \"qui5e9\": \"incididunt reprehenderit ipsum\"\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n }\n ],\n \"time_estimate_minutes\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:45.000Z", "updatedAt": "2026-07-28T03:23:45.000Z", "uid": "35240-3a8eb5f8-cfd0-4083-ae7e-65959daac43c" } ], "createdAt": "2026-07-28T03:23:44.000Z", "updatedAt": "2026-07-28T03:23:44.000Z", "uid": "35240-91b7234b-d04f-4434-a8dc-86ac49663060" }, { "name": "Create a Course", "id": "50659907-1fcc-4b2e-9b2b-bf7e575b860f", "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 \"categories\": [\n \"\",\n \"\"\n ],\n \"content_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"instructor_ids\": [\n \"\",\n \"\"\n ],\n \"instructors\": [\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ea_fd\": -42393854,\n \"exercitation_3\": 7133893\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"est__\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n }\n ],\n \"price_amount\": \"\",\n \"provider_name\": \"\",\n \"published_at\": \"\",\n \"raw\": {\n \"fugiat11_\": 54911190\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"student_ids\": [\n \"\",\n \"\"\n ],\n \"students\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"id79\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consectetur_c\": -36196049.622300476,\n \"officia03f\": true,\n \"Excepteur_\": 51541548.12366429\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n }\n ],\n \"time_estimate_minutes\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/course?fields=languages&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "course" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "languages" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "a8274d5d-df7f-467f-93b6-01863af84f6a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "3b374b35-5c26-4606-b6b1-18b4b7964c13", "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 \"categories\": [\n \"\",\n \"\"\n ],\n \"content_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"instructor_ids\": [\n \"\",\n \"\"\n ],\n \"instructors\": [\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ea_fd\": -42393854,\n \"exercitation_3\": 7133893\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"est__\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n }\n ],\n \"price_amount\": \"\",\n \"provider_name\": \"\",\n \"published_at\": \"\",\n \"raw\": {\n \"fugiat11_\": 54911190\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"student_ids\": [\n \"\",\n \"\"\n ],\n \"students\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"id79\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consectetur_c\": -36196049.622300476,\n \"officia03f\": true,\n \"Excepteur_\": 51541548.12366429\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n }\n ],\n \"time_estimate_minutes\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/course?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "course" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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 \"categories\": [\n \"\",\n \"\"\n ],\n \"content_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duration_minutes\": \"\",\n \"id\": \"\",\n \"instructor_ids\": [\n \"\",\n \"\"\n ],\n \"instructors\": [\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ea_fd\": -42393854,\n \"exercitation_3\": 7133893\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"est__\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"media\": [\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"VIDEO\",\n \"url\": \"\"\n },\n {\n \"content\": \"\",\n \"description\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"DOCUMENT\",\n \"url\": \"\"\n }\n ],\n \"price_amount\": \"\",\n \"provider_name\": \"\",\n \"published_at\": \"\",\n \"raw\": {\n \"fugiat11_\": 54911190\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"student_ids\": [\n \"\",\n \"\"\n ],\n \"students\": [\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"id79\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"consectetur_c\": -36196049.622300476,\n \"officia03f\": true,\n \"Excepteur_\": 51541548.12366429\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n }\n ],\n \"time_estimate_minutes\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:45.000Z", "updatedAt": "2026-07-28T03:23:45.000Z", "uid": "35240-3b374b35-5c26-4606-b6b1-18b4b7964c13" } ], "createdAt": "2026-07-28T03:23:44.000Z", "updatedAt": "2026-07-28T03:23:44.000Z", "uid": "35240-50659907-1fcc-4b2e-9b2b-bf7e575b860f" } ], "id": "bcf4dcd3-95c8-4594-87bd-77a31b01aca5", "createdAt": "2026-07-28T03:23:44.000Z", "updatedAt": "2026-07-28T03:23:44.000Z", "uid": "35240-bcf4dcd3-95c8-4594-87bd-77a31b01aca5" } ], "id": "5439f41f-f9da-4ba8-b995-42f27b6ccd7e", "createdAt": "2026-07-28T03:23:44.000Z", "updatedAt": "2026-07-28T03:23:44.000Z", "uid": "35240-5439f41f-f9da-4ba8-b995-42f27b6ccd7e" } ], "id": "31ca75e1-e038-425d-a1d9-1aba4d6e7cda", "createdAt": "2026-07-28T03:23:44.000Z", "updatedAt": "2026-07-28T03:23:44.000Z", "uid": "35240-31ca75e1-e038-425d-a1d9-1aba4d6e7cda" } ], "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" } ] }