{ "info": { "_postman_id": "c18e30fd-61d2-4a7f-a28e-372c4732cacc", "name": "Unified.to account instructor API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:24:12.000Z", "updatedAt": "2026-07-28T03:24:12.000Z", "lastUpdatedBy": "35240", "uid": "35240-c18e30fd-61d2-4a7f-a28e-372c4732cacc" }, "item": [ { "name": "lms", "item": [ { "name": "{connection_id}", "item": [ { "name": "instructor", "item": [ { "name": "{id}", "item": [ { "name": "Remove an Instructor", "id": "9f224725-b46f-4249-b83b-32e9614a6098", "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/instructor/:id", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "instructor", ":id" ], "variable": [ { "id": "4a27efd6-e2ee-4440-bbce-dd7bf784aea7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b7fa1898-124f-4c18-89ff-0eb97c101d0e", "key": "id", "value": "", "description": "(Required) ID of the Instructor" } ] } }, "response": [ { "id": "156e5c86-0c69-41da-a328-14773d531c32", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/lms/:connection_id/instructor/:id", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "instructor", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:13.000Z", "updatedAt": "2026-07-28T03:24:13.000Z", "uid": "35240-156e5c86-0c69-41da-a328-14773d531c32" }, { "id": "32a28c93-35ef-4e75-be2e-4ae75220c3fd", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/lms/:connection_id/instructor/:id", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "instructor", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:13.000Z", "updatedAt": "2026-07-28T03:24:13.000Z", "uid": "35240-32a28c93-35ef-4e75-be2e-4ae75220c3fd" } ], "createdAt": "2026-07-28T03:24:13.000Z", "updatedAt": "2026-07-28T03:24:13.000Z", "uid": "35240-9f224725-b46f-4249-b83b-32e9614a6098" }, { "name": "Retrieve an Instructor", "id": "5d7caa95-b7fc-4f8f-8a9c-9ff0bb7cc187", "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/instructor/:id?fields=emails&fields=telephones&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "instructor", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "emails" }, { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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": "cce5e42f-0eec-4501-9be4-5ff1d3684474", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3d6205fa-f2e5-434a-9901-684096159183", "key": "id", "value": "", "description": "(Required) ID of the Instructor" } ] } }, "response": [ { "id": "45f3daff-6cdf-4966-bfda-8baf6b59dcee", "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/instructor/:id?fields=telephones&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "instructor", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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 \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"minima\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:13.000Z", "updatedAt": "2026-07-28T03:24:13.000Z", "uid": "35240-45f3daff-6cdf-4966-bfda-8baf6b59dcee" } ], "createdAt": "2026-07-28T03:24:13.000Z", "updatedAt": "2026-07-28T03:24:13.000Z", "uid": "35240-5d7caa95-b7fc-4f8f-8a9c-9ff0bb7cc187" }, { "name": "Update an Instructor", "id": "18e31156-a094-4038-9786-b029775cf456", "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 \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"minima\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/instructor/:id?fields=emails&fields=telephones&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "instructor", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "emails" }, { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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": "b1eeac9a-b831-40ec-865e-013ae1ccafa8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1bdefebf-407e-4efb-bcb5-938fe9d10c4b", "key": "id", "value": "", "description": "(Required) ID of the Instructor" } ] } }, "response": [ { "id": "271ad180-82f4-41d4-b370-696e4e537533", "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 \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"minima\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/instructor/:id?fields=telephones&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "instructor", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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 \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"minima\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:13.000Z", "updatedAt": "2026-07-28T03:24:13.000Z", "uid": "35240-271ad180-82f4-41d4-b370-696e4e537533" } ], "createdAt": "2026-07-28T03:24:13.000Z", "updatedAt": "2026-07-28T03:24:13.000Z", "uid": "35240-18e31156-a094-4038-9786-b029775cf456" }, { "name": "Update an Instructor", "id": "22cd9ebe-8d13-4d59-a0ac-4b97a953de25", "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 \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"minima\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/instructor/:id?fields=emails&fields=telephones&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "instructor", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "emails" }, { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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": "2aeab104-3d36-49d4-8ea0-cfe749c510c2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "bcae2462-f38a-49ab-9eae-3ef94702bbec", "key": "id", "value": "", "description": "(Required) ID of the Instructor" } ] } }, "response": [ { "id": "c5e26489-e055-48a4-a679-0bd04366a0a8", "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 \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"minima\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/instructor/:id?fields=telephones&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "instructor", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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 \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"minima\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:13.000Z", "updatedAt": "2026-07-28T03:24:13.000Z", "uid": "35240-c5e26489-e055-48a4-a679-0bd04366a0a8" } ], "createdAt": "2026-07-28T03:24:13.000Z", "updatedAt": "2026-07-28T03:24:13.000Z", "uid": "35240-22cd9ebe-8d13-4d59-a0ac-4b97a953de25" } ], "id": "31e3417a-500e-4028-a8a5-12637fbce436", "createdAt": "2026-07-28T03:24:13.000Z", "updatedAt": "2026-07-28T03:24:13.000Z", "uid": "35240-31e3417a-500e-4028-a8a5-12637fbce436" }, { "name": "List All Instructors", "id": "6459b0a0-1482-41c9-8041-6a1cfa69626d", "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/instructor?limit=&offset=&updated_gte=&sort=&order=&query=&class_id=&course_id=&company_id=&fields=emails&fields=telephones&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "instructor" ], "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 course ID to filter by (reference to Course)", "key": "course_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "emails" }, { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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": "5d8dc4a8-21a1-4725-820e-de1d3b2baaa4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "a745c205-790d-4ad3-9e78-6ac61e1b0035", "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/instructor?limit=&offset=&updated_gte=&sort=&order=&query=&class_id=&course_id=&company_id=&fields=telephones&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "instructor" ], "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 course ID to filter by (reference to Course)", "key": "course_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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 \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"proident_788\": \"ut dolor sed\",\n \"pariatur_f\": 29257722.032869264\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\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 \"commodo_0c\": \"minim eiusmod deserunt in anim\"\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:13.000Z", "updatedAt": "2026-07-28T03:24:13.000Z", "uid": "35240-a745c205-790d-4ad3-9e78-6ac61e1b0035" } ], "createdAt": "2026-07-28T03:24:13.000Z", "updatedAt": "2026-07-28T03:24:13.000Z", "uid": "35240-6459b0a0-1482-41c9-8041-6a1cfa69626d" }, { "name": "Create an Instructor", "id": "271504e5-f375-429f-ab60-bd4c514bf66c", "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 \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"minima\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/instructor?fields=emails&fields=telephones&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "instructor" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "emails" }, { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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": "6ab8e662-7507-4ea0-83e7-cd3f223961d5", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "3fb5ef57-7bb3-4e7c-a65a-2d9791805efc", "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 \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"minima\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/instructor?fields=telephones&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "instructor" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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 \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"minima\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:13.000Z", "updatedAt": "2026-07-28T03:24:13.000Z", "uid": "35240-3fb5ef57-7bb3-4e7c-a65a-2d9791805efc" } ], "createdAt": "2026-07-28T03:24:13.000Z", "updatedAt": "2026-07-28T03:24:13.000Z", "uid": "35240-271504e5-f375-429f-ab60-bd4c514bf66c" } ], "id": "d56e1f43-848d-45ef-93ab-1d459dd9fd2b", "createdAt": "2026-07-28T03:24:13.000Z", "updatedAt": "2026-07-28T03:24:13.000Z", "uid": "35240-d56e1f43-848d-45ef-93ab-1d459dd9fd2b" } ], "id": "2604c424-b8de-46b7-9367-a00d8039cbfa", "createdAt": "2026-07-28T03:24:13.000Z", "updatedAt": "2026-07-28T03:24:13.000Z", "uid": "35240-2604c424-b8de-46b7-9367-a00d8039cbfa" } ], "id": "56629968-7815-48a2-be36-32c625a9db57", "createdAt": "2026-07-28T03:24:13.000Z", "updatedAt": "2026-07-28T03:24:13.000Z", "uid": "35240-56629968-7815-48a2-be36-32c625a9db57" } ], "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" } ] }