{ "info": { "_postman_id": "0474c2f5-4ace-4638-aaf2-f811a337a5dd", "name": "Unified.to account student 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:26:48.000Z", "updatedAt": "2026-07-28T03:26:48.000Z", "lastUpdatedBy": "35240", "uid": "35240-0474c2f5-4ace-4638-aaf2-f811a337a5dd" }, "item": [ { "name": "lms", "item": [ { "name": "{connection_id}", "item": [ { "name": "student", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Student", "id": "bb060c89-18d5-4faf-8604-e34f4853fd62", "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/student/:id", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "student", ":id" ], "variable": [ { "id": "583aab40-9692-424c-99bc-007c9b1254d2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "8ed80d5a-78fb-4a4f-b99d-bd195d713a2f", "key": "id", "value": "", "description": "(Required) ID of the Student" } ] } }, "response": [ { "id": "0f3c8973-7509-4c7b-be31-8ffccb6a2fad", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/lms/:connection_id/student/:id", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "student", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:26:48.000Z", "updatedAt": "2026-07-28T03:26:48.000Z", "uid": "35240-0f3c8973-7509-4c7b-be31-8ffccb6a2fad" }, { "id": "ca9f9d65-9453-4509-8456-e8b77617ae6b", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/lms/:connection_id/student/:id", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "student", ":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:26:48.000Z", "updatedAt": "2026-07-28T03:26:48.000Z", "uid": "35240-ca9f9d65-9453-4509-8456-e8b77617ae6b" } ], "createdAt": "2026-07-28T03:26:48.000Z", "updatedAt": "2026-07-28T03:26:48.000Z", "uid": "35240-bb060c89-18d5-4faf-8604-e34f4853fd62" }, { "name": "Retrieve a Student", "id": "28fedc8c-77a1-4e15-9a7a-57e3e5e0e244", "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/student/:id?fields=telephones&fields=first_name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "student", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "description": "Fields to return", "key": "fields", "value": "first_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": "8f8a7f95-d6e8-4861-8ebb-4de15a100663", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7bb253fb-5fd9-4f9c-a219-56a37e453ffa", "key": "id", "value": "", "description": "(Required) ID of the Student" } ] } }, "response": [ { "id": "5503fbff-cf4c-49fd-9601-0aa648fee1eb", "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/student/:id?fields=first_name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "student", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "first_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 \"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 \"mollit_ca\": true,\n \"nulla_804\": true,\n \"mollit__7f\": -66817419\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:48.000Z", "updatedAt": "2026-07-28T03:26:48.000Z", "uid": "35240-5503fbff-cf4c-49fd-9601-0aa648fee1eb" } ], "createdAt": "2026-07-28T03:26:48.000Z", "updatedAt": "2026-07-28T03:26:48.000Z", "uid": "35240-28fedc8c-77a1-4e15-9a7a-57e3e5e0e244" }, { "name": "Update a Student", "id": "a1fea394-204c-49a6-a617-79d424c34008", "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 \"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 \"mollit_ca\": true,\n \"nulla_804\": true,\n \"mollit__7f\": -66817419\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/student/:id?fields=telephones&fields=first_name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "student", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "description": "Fields to return", "key": "fields", "value": "first_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": "245d8f00-5cd6-42a0-a2bb-f36ed844fb97", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3a33f0e5-dd1c-49c7-a866-6d9a099d7669", "key": "id", "value": "", "description": "(Required) ID of the Student" } ] } }, "response": [ { "id": "ba6519fb-7878-4ee1-8002-e196871c509f", "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 \"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 \"mollit_ca\": true,\n \"nulla_804\": true,\n \"mollit__7f\": -66817419\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/student/:id?fields=first_name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "student", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "first_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 \"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 \"mollit_ca\": true,\n \"nulla_804\": true,\n \"mollit__7f\": -66817419\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:48.000Z", "updatedAt": "2026-07-28T03:26:48.000Z", "uid": "35240-ba6519fb-7878-4ee1-8002-e196871c509f" } ], "createdAt": "2026-07-28T03:26:48.000Z", "updatedAt": "2026-07-28T03:26:48.000Z", "uid": "35240-a1fea394-204c-49a6-a617-79d424c34008" }, { "name": "Update a Student", "id": "86df7f52-ad80-45ac-a670-864514b62090", "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 \"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 \"mollit_ca\": true,\n \"nulla_804\": true,\n \"mollit__7f\": -66817419\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/student/:id?fields=telephones&fields=first_name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "student", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "description": "Fields to return", "key": "fields", "value": "first_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": "91523932-f45c-44b9-bdb7-e5e5b0420237", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2f5a5f13-6326-4b54-80c9-59a154c594d9", "key": "id", "value": "", "description": "(Required) ID of the Student" } ] } }, "response": [ { "id": "e564a603-a8fe-46a5-a796-4de1c607b647", "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 \"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 \"mollit_ca\": true,\n \"nulla_804\": true,\n \"mollit__7f\": -66817419\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/student/:id?fields=first_name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "student", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "first_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 \"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 \"mollit_ca\": true,\n \"nulla_804\": true,\n \"mollit__7f\": -66817419\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:48.000Z", "updatedAt": "2026-07-28T03:26:48.000Z", "uid": "35240-e564a603-a8fe-46a5-a796-4de1c607b647" } ], "createdAt": "2026-07-28T03:26:48.000Z", "updatedAt": "2026-07-28T03:26:48.000Z", "uid": "35240-86df7f52-ad80-45ac-a670-864514b62090" } ], "id": "2512261c-1e19-4d6e-9e2d-4bf265c92b19", "createdAt": "2026-07-28T03:26:48.000Z", "updatedAt": "2026-07-28T03:26:48.000Z", "uid": "35240-2512261c-1e19-4d6e-9e2d-4bf265c92b19" }, { "name": "List All Students", "id": "5a8255eb-c6d0-4230-9b03-93b22b24f4db", "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/student?limit=&offset=&updated_gte=&sort=&order=&query=&class_id=&course_id=&fields=telephones&fields=first_name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "student" ], "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": "Fields to return", "key": "fields", "value": "telephones" }, { "description": "Fields to return", "key": "fields", "value": "first_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": "0d473c23-af72-44f5-82df-169f1d0d0f0b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e1b3c0e0-bc53-4d26-88a8-6d627df61f22", "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/student?limit=&offset=&updated_gte=&sort=&order=&query=&class_id=&course_id=&fields=first_name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "student" ], "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": "Fields to return", "key": "fields", "value": "first_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 \"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 \"eiusmodc\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\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 \"elit_a6\": -31815368.483564615,\n \"culpa562\": true,\n \"sit2c\": -7382597\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:48.000Z", "updatedAt": "2026-07-28T03:26:48.000Z", "uid": "35240-e1b3c0e0-bc53-4d26-88a8-6d627df61f22" } ], "createdAt": "2026-07-28T03:26:48.000Z", "updatedAt": "2026-07-28T03:26:48.000Z", "uid": "35240-5a8255eb-c6d0-4230-9b03-93b22b24f4db" }, { "name": "Create a Student", "id": "64c962c5-878c-4fd8-b3ad-765af1e63ca7", "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 \"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 \"mollit_ca\": true,\n \"nulla_804\": true,\n \"mollit__7f\": -66817419\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/student?fields=telephones&fields=first_name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "student" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "description": "Fields to return", "key": "fields", "value": "first_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": "4ee6de25-d44b-4910-86eb-2fef586aed42", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "15948a48-43ad-4578-ba45-b15507a0e12c", "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 \"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 \"mollit_ca\": true,\n \"nulla_804\": true,\n \"mollit__7f\": -66817419\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lms/:connection_id/student?fields=first_name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "lms", ":connection_id", "student" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "first_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 \"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 \"mollit_ca\": true,\n \"nulla_804\": true,\n \"mollit__7f\": -66817419\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:48.000Z", "updatedAt": "2026-07-28T03:26:48.000Z", "uid": "35240-15948a48-43ad-4578-ba45-b15507a0e12c" } ], "createdAt": "2026-07-28T03:26:48.000Z", "updatedAt": "2026-07-28T03:26:48.000Z", "uid": "35240-64c962c5-878c-4fd8-b3ad-765af1e63ca7" } ], "id": "0a8da6d6-7d2f-4526-869d-0bb500e2f56f", "createdAt": "2026-07-28T03:26:48.000Z", "updatedAt": "2026-07-28T03:26:48.000Z", "uid": "35240-0a8da6d6-7d2f-4526-869d-0bb500e2f56f" } ], "id": "0b98c7d2-bc43-491b-a2ab-99c0ba9b8700", "createdAt": "2026-07-28T03:26:48.000Z", "updatedAt": "2026-07-28T03:26:48.000Z", "uid": "35240-0b98c7d2-bc43-491b-a2ab-99c0ba9b8700" } ], "id": "a8f484d0-df8a-4e0b-b679-147cbfba8f83", "createdAt": "2026-07-28T03:26:48.000Z", "updatedAt": "2026-07-28T03:26:48.000Z", "uid": "35240-a8f484d0-df8a-4e0b-b679-147cbfba8f83" } ], "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" } ] }