{ "item": [ { "name": "Attendance", "description": "", "item": [ { "id": "8ca50e79-6d4c-4aff-abb3-38ef7217f2c3", "name": "/api/attendance/calendar", "request": { "name": "/api/attendance/calendar", "description": {}, "url": { "path": [ "api", "attendance", "calendar" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "year", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "month", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5bf71311-6638-4e4c-833f-7a4644a9acc5", "name": "OK", "originalRequest": { "url": { "path": [ "api", "attendance", "calendar" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "year", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "month", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "88f7a5ca-b61d-4023-a241-d7b485ec96a6", "name": "/api/attendance/check-in", "request": { "name": "/api/attendance/check-in", "description": {}, "url": { "path": [ "api", "attendance", "check-in" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"memberID\": \"\",\n \"greeting\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "f893a020-28c9-40d0-994f-d895a0544e8c", "name": "OK", "originalRequest": { "url": { "path": [ "api", "attendance", "check-in" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"memberID\": \"\",\n \"greeting\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "24e8bcf9-7972-48fb-b772-18e309637ee3", "name": "/api/attendance/list", "request": { "name": "/api/attendance/list", "description": {}, "url": { "path": [ "api", "attendance", "list" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "perPage", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "sortBy", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "bb9ffe15-7a7b-4d52-abb9-d6026c477bc9", "name": "OK", "originalRequest": { "url": { "path": [ "api", "attendance", "list" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "perPage", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "sortBy", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Auth", "description": "", "item": [ { "id": "80e6c4a9-645d-4d41-a623-13bd471c79a2", "name": "/api/auth/forgot-password", "request": { "name": "/api/auth/forgot-password", "description": {}, "url": { "path": [ "api", "auth", "forgot-password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "a42fb749-736f-421b-9510-1a98e5be686b", "name": "OK", "originalRequest": { "url": { "path": [ "api", "auth", "forgot-password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "fbcaa0c3-fbaa-4f59-ab88-8ddb975b106f", "name": "/api/auth/google-login", "request": { "name": "/api/auth/google-login", "description": {}, "url": { "path": [ "api", "auth", "google-login" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"credential\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "ff169dfc-9fc6-4193-9934-c681a3b075ef", "name": "OK", "originalRequest": { "url": { "path": [ "api", "auth", "google-login" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"credential\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "87d466be-317f-4909-84b4-db6feb1b12b8", "name": "/api/auth/login", "request": { "name": "/api/auth/login", "description": {}, "url": { "path": [ "api", "auth", "login" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "8721b612-691f-4e4c-8309-1a6d6e9f46ed", "name": "OK", "originalRequest": { "url": { "path": [ "api", "auth", "login" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "fa36ea05-8509-4d3e-8cc7-90febbea498c", "name": "/api/auth/logout", "request": { "name": "/api/auth/logout", "description": {}, "url": { "path": [ "api", "auth", "logout" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "37509d72-fb7f-4296-87d9-1bf6991b10a5", "name": "OK", "originalRequest": { "url": { "path": [ "api", "auth", "logout" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "23cd4bc9-4f10-4007-9317-028cb8cb9104", "name": "/api/auth/profile", "request": { "name": "/api/auth/profile", "description": {}, "url": { "path": [ "api", "auth", "profile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0e1eecdb-3620-4425-9721-3703cc8e384e", "name": "OK", "originalRequest": { "url": { "path": [ "api", "auth", "profile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "56a39eb6-aa7d-4da8-8464-7e3f25413ecc", "name": "/api/auth/refresh-token", "request": { "name": "/api/auth/refresh-token", "description": {}, "url": { "path": [ "api", "auth", "refresh-token" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"refreshToken\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "dcc8c4a9-0671-4959-9bf4-cee9a07f2617", "name": "OK", "originalRequest": { "url": { "path": [ "api", "auth", "refresh-token" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"refreshToken\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "1f9483c9-1919-4398-af09-8b73f61980cf", "name": "/api/auth/register", "request": { "name": "/api/auth/register", "description": {}, "url": { "path": [ "api", "auth", "register" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"password\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "185bb903-d90b-4486-b906-08fd3911f914", "name": "OK", "originalRequest": { "url": { "path": [ "api", "auth", "register" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"password\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "09cd24fc-4ecc-47fc-a1c5-933d0061316d", "name": "/api/auth/registration/:email", "request": { "name": "/api/auth/registration/:email", "description": {}, "url": { "path": [ "api", "auth", "registration", ":email" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "email", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d5009b58-af1e-445e-abad-5cd80a498793", "name": "OK", "originalRequest": { "url": { "path": [ "api", "auth", "registration", ":email" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "email" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "006e2164-2f35-4a0d-a9e0-e760c4787317", "name": "/api/auth/resend-email", "request": { "name": "/api/auth/resend-email", "description": {}, "url": { "path": [ "api", "auth", "resend-email" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"type\": 2\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "4155b764-4c98-4f90-a2d6-7a3484309791", "name": "OK", "originalRequest": { "url": { "path": [ "api", "auth", "resend-email" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"type\": 2\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "0add1b60-d786-45b4-b604-4108d24d57a6", "name": "/api/auth/reset-password", "request": { "name": "/api/auth/reset-password", "description": {}, "url": { "path": [ "api", "auth", "reset-password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "37a60892-69e1-4196-b0aa-71826cd52a94", "name": "OK", "originalRequest": { "url": { "path": [ "api", "auth", "reset-password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "f2bdf1c7-77a1-4bf4-8ef1-8a5eb4f7706b", "name": "/api/auth/verify-email", "request": { "name": "/api/auth/verify-email", "description": {}, "url": { "path": [ "api", "auth", "verify-email" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"code\": \"\",\n \"type\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "9cb8dba8-5b22-4e5b-bb73-4bf8c4ed02db", "name": "OK", "originalRequest": { "url": { "path": [ "api", "auth", "verify-email" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"code\": \"\",\n \"type\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Banner", "description": "", "item": [ { "id": "7b7acc8c-c6c4-43da-ae4a-b3e735b13ce0", "name": "/api/banner/items", "request": { "name": "/api/banner/items", "description": {}, "url": { "path": [ "api", "banner", "items" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"code\": \"\",\n \"onlyActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "677cbecb-d3c3-4c61-a134-9090da2d14ce", "name": "OK", "originalRequest": { "url": { "path": [ "api", "banner", "items" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"code\": \"\",\n \"onlyActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Channel", "description": "", "item": [ { "id": "b12c30ef-edeb-4618-9df3-d1debf8534d3", "name": "/api/channel/:identifier", "request": { "name": "/api/channel/:identifier", "description": {}, "url": { "path": [ "api", "channel", ":identifier" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "identifier", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "78174d18-66bd-46a3-8c2e-763e7e63e09f", "name": "OK", "originalRequest": { "url": { "path": [ "api", "channel", ":identifier" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "identifier" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "11f761a1-2872-4bcb-8d7c-1603cc713bae", "name": "/api/channel/list", "request": { "name": "/api/channel/list", "description": {}, "url": { "path": [ "api", "channel", "list" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b49be023-5d58-4f01-a2c5-37069a158ccd", "name": "OK", "originalRequest": { "url": { "path": [ "api", "channel", "list" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "49988e8d-a112-4d18-b085-af27cfcc17a4", "name": "/api/channel/:identifier/live-leaderboard", "request": { "name": "/api/channel/:identifier/live-leaderboard", "description": {}, "url": { "path": [ "api", "channel", ":identifier", "live-leaderboard" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "maxRank", "value": "" } ], "variable": [ { "type": "any", "value": "", "key": "identifier", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "2487c9cf-98b5-4b4b-b2c1-dfd4efc715ba", "name": "OK", "originalRequest": { "url": { "path": [ "api", "channel", ":identifier", "live-leaderboard" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "maxRank", "value": "" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "identifier" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "1706465e-0bf3-4cc3-8acd-5f4739196c93", "name": "/api/channel/live-list", "request": { "name": "/api/channel/live-list", "description": {}, "url": { "path": [ "api", "channel", "live-list" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "limit", "value": "24" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "offset", "value": "0" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0e223084-43ef-42e4-974c-1f7384cfa0cb", "name": "OK", "originalRequest": { "url": { "path": [ "api", "channel", "live-list" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "limit", "value": "24" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "offset", "value": "0" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b463a43c-4604-4a74-93f6-b57d9a1d4049", "name": "/api/channel/widget-token/reset", "request": { "name": "/api/channel/widget-token/reset", "description": {}, "url": { "path": [ "api", "channel", "widget-token", "reset" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "1a378cce-75be-423a-9e1b-7a85222345f9", "name": "OK", "originalRequest": { "url": { "path": [ "api", "channel", "widget-token", "reset" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "ChannelTitle", "description": "", "item": [ { "id": "527506f2-6039-4950-abc9-90b39b179cb6", "name": "/api/channel-titles", "request": { "name": "/api/channel-titles", "description": {}, "url": { "path": [ "api", "channel-titles" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"minAmount\": \"\",\n \"color\": \"\",\n \"iconUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "2118f3ee-47fe-4a57-869d-eab03216779f", "name": "OK", "originalRequest": { "url": { "path": [ "api", "channel-titles" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"minAmount\": \"\",\n \"color\": \"\",\n \"iconUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b7da4932-9266-483b-82d6-5db708c26e9a", "name": "/api/channel-titles/:titleID", "request": { "name": "/api/channel-titles/:titleID", "description": {}, "url": { "path": [ "api", "channel-titles", ":titleID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "titleID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "564e3780-c7df-4030-b28f-6583d9edbaaa", "name": "OK", "originalRequest": { "url": { "path": [ "api", "channel-titles", ":titleID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "titleID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b95e54f4-76b6-4f1d-b2f0-361a5d292f34", "name": "/api/channel-titles/:titleID", "request": { "name": "/api/channel-titles/:titleID", "description": {}, "url": { "path": [ "api", "channel-titles", ":titleID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "titleID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"minAmount\": \"\",\n \"color\": \"\",\n \"iconUrl\": \"\",\n \"isActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "ded7cc77-be9c-4c61-8755-4ab5e1d22a75", "name": "OK", "originalRequest": { "url": { "path": [ "api", "channel-titles", ":titleID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "titleID" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"minAmount\": \"\",\n \"color\": \"\",\n \"iconUrl\": \"\",\n \"isActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "63bb9cbf-9e4b-45ef-aee2-d800282c1948", "name": "/api/channel-titles/:channelID", "request": { "name": "/api/channel-titles/:channelID", "description": {}, "url": { "path": [ "api", "channel-titles", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "includeInactive", "value": "" } ], "variable": [ { "type": "any", "value": "", "key": "channelID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "fbe9400e-dd99-4575-b93f-4de85f1d519f", "name": "OK", "originalRequest": { "url": { "path": [ "api", "channel-titles", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "includeInactive", "value": "" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "channelID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "7f7c6df8-3585-4128-9af1-35c6f78b23b5", "name": "/api/channel-titles/my", "request": { "name": "/api/channel-titles/my", "description": {}, "url": { "path": [ "api", "channel-titles", "my" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "8b241fcc-a093-4f1f-b076-c19927480a32", "name": "OK", "originalRequest": { "url": { "path": [ "api", "channel-titles", "my" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "0e4aa1c6-3b32-44d6-a636-ccabe88b6c81", "name": "/api/channel-titles/my/select", "request": { "name": "/api/channel-titles/my/select", "description": {}, "url": { "path": [ "api", "channel-titles", "my", "select" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"titleID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "834c4748-3cea-4a3e-84df-2546977c1ac5", "name": "OK", "originalRequest": { "url": { "path": [ "api", "channel-titles", "my", "select" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"titleID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "2644b1b6-4e00-4c4e-9fbe-fde15bfd235f", "name": "/api/channel-titles/icon/upload", "request": { "name": "/api/channel-titles/icon/upload", "description": {}, "url": { "path": [ "api", "channel-titles", "icon", "upload" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "(Required) ", "type": "text/plain" }, "key": "channelID", "value": "", "type": "text" }, { "description": { "content": "(Required) ", "type": "text/plain" }, "key": "file", "type": "file" } ] }, "auth": null }, "response": [ { "id": "1935a3db-f584-4012-a0cb-75c12b5200ed", "name": "OK", "originalRequest": { "url": { "path": [ "api", "channel-titles", "icon", "upload" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "(Required) ", "type": "text/plain" }, "key": "channelID", "value": "", "type": "text" }, { "description": { "content": "(Required) ", "type": "text/plain" }, "key": "file", "type": "file" } ] } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Config", "description": "", "item": [ { "id": "fc1ab79d-f657-45e5-b402-dc3fb6353ab3", "name": "/api/config", "request": { "name": "/api/config", "description": {}, "url": { "path": [ "api", "config" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "95a4ff15-5762-47ac-98ff-05bf975a9ed6", "name": "OK", "originalRequest": { "url": { "path": [ "api", "config" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Crew", "description": "", "item": [ { "id": "73fec9ae-8da9-492e-9a05-ff89c6cb7891", "name": "/api/crew/invite/:invitationID/accept", "request": { "name": "/api/crew/invite/:invitationID/accept", "description": {}, "url": { "path": [ "api", "crew", "invite", ":invitationID", "accept" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "invitationID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "59ca37d1-ecb5-4eb4-ae10-df474db92603", "name": "OK", "originalRequest": { "url": { "path": [ "api", "crew", "invite", ":invitationID", "accept" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "invitationID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "f00ef38f-c9b8-4e48-843b-cd78aab78408", "name": "/api/crew/invite/:invitationID/decline", "request": { "name": "/api/crew/invite/:invitationID/decline", "description": {}, "url": { "path": [ "api", "crew", "invite", ":invitationID", "decline" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "invitationID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "cbb698ae-2db2-4753-98fe-3952e9efae51", "name": "OK", "originalRequest": { "url": { "path": [ "api", "crew", "invite", ":invitationID", "decline" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "invitationID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "dbf54b7a-a8b0-4340-968f-6a9a2ab99009", "name": "/api/crew/invite/:invitationID", "request": { "name": "/api/crew/invite/:invitationID", "description": {}, "url": { "path": [ "api", "crew", "invite", ":invitationID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "invitationID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "480a925f-8b55-4cfb-ae2a-1d98c3d9c096", "name": "OK", "originalRequest": { "url": { "path": [ "api", "crew", "invite", ":invitationID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "invitationID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "f3b9cf24-fafb-4357-b9e8-60698f0d08a1", "name": "/api/crew/consent/info/:crewSessionID", "request": { "name": "/api/crew/consent/info/:crewSessionID", "description": {}, "url": { "path": [ "api", "crew", "consent", "info", ":crewSessionID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "crewSessionID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d1e50940-5dcf-463f-b13e-bf0611c01605", "name": "OK", "originalRequest": { "url": { "path": [ "api", "crew", "consent", "info", ":crewSessionID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "crewSessionID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "56b2da89-a562-4e34-8e9a-c5bdfb4a9d85", "name": "/api/crew/join", "request": { "name": "/api/crew/join", "description": {}, "url": { "path": [ "api", "crew", "join" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"inviteCode\": \"\",\n \"nickname\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "c224e450-2325-4e2c-830f-292507378044", "name": "OK", "originalRequest": { "url": { "path": [ "api", "crew", "join" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"inviteCode\": \"\",\n \"nickname\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b928175c-9c86-4007-93ff-11c96e0257a3", "name": "/api/crew/session/consent", "request": { "name": "/api/crew/session/consent", "description": {}, "url": { "path": [ "api", "crew", "session", "consent" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"crewSessionID\": \"\",\n \"crewMemberID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "9676c965-49be-41a0-bf89-bef94a45e64a", "name": "OK", "originalRequest": { "url": { "path": [ "api", "crew", "session", "consent" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"crewSessionID\": \"\",\n \"crewMemberID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "02db0830-651f-466b-b2fc-2a4db7da0230", "name": "/api/crew/session/end", "request": { "name": "/api/crew/session/end", "description": {}, "url": { "path": [ "api", "crew", "session", "end" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"crewSessionID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "7b1b7179-e657-4717-bacd-16c7766a2571", "name": "OK", "originalRequest": { "url": { "path": [ "api", "crew", "session", "end" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"crewSessionID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "3afcf943-f274-4ac6-94ab-c427804654d9", "name": "/api/crew/session/start", "request": { "name": "/api/crew/session/start", "description": {}, "url": { "path": [ "api", "crew", "session", "start" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"crewID\": \"\",\n \"title\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "bb077a6a-d754-470a-9b18-4eec7ad57285", "name": "OK", "originalRequest": { "url": { "path": [ "api", "crew", "session", "start" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"crewID\": \"\",\n \"title\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Document", "description": "", "item": [ { "id": "113c8cf5-2e45-4f80-8dab-427b3cfee6ba", "name": "/api/document/:code", "request": { "name": "/api/document/:code", "description": {}, "url": { "path": [ "api", "document", ":code" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "code", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3b7dca44-a55e-4339-bc21-93a973b30b2a", "name": "OK", "originalRequest": { "url": { "path": [ "api", "document", ":code" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "code" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Donation", "description": "", "item": [ { "id": "99d26978-97d8-4d4b-9cb1-235c8aadfb8d", "name": "/api/donation/crew/active/:identifier", "request": { "name": "/api/donation/crew/active/:identifier", "description": {}, "url": { "path": [ "api", "donation", "crew", "active", ":identifier" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "identifier", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "251268d1-c1c1-4f37-8ae4-905f401050db", "name": "OK", "originalRequest": { "url": { "path": [ "api", "donation", "crew", "active", ":identifier" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "identifier" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "3033b80f-d13c-4606-afda-0f9f1f83615a", "name": "/api/donation/history", "request": { "name": "/api/donation/history", "description": {}, "url": { "path": [ "api", "donation", "history" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "type", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "42bff1c2-2e9d-480a-8554-0e85494ed785", "name": "OK", "originalRequest": { "url": { "path": [ "api", "donation", "history" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "type", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "3f704f98-cbe2-4722-a8ce-f57ccfd86001", "name": "/api/donation/send", "request": { "name": "/api/donation/send", "description": {}, "url": { "path": [ "api", "donation", "send" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"amount\": \"\",\n \"message\": \"\",\n \"sendName\": \"\",\n \"crewSessionID\": \"\",\n \"crewMemberID\": \"\",\n \"isTest\": \"\",\n \"sponsorMemberID\": \"\",\n \"channelSID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "d5ae7d44-8e40-41f6-b9ac-1b639dd525e4", "name": "OK", "originalRequest": { "url": { "path": [ "api", "donation", "send" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"amount\": \"\",\n \"message\": \"\",\n \"sendName\": \"\",\n \"crewSessionID\": \"\",\n \"crewMemberID\": \"\",\n \"isTest\": \"\",\n \"sponsorMemberID\": \"\",\n \"channelSID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "09197fdc-e3aa-4e12-ad83-3176843e1d43", "name": "/api/donation/signatures/:identifier", "request": { "name": "/api/donation/signatures/:identifier", "description": {}, "url": { "path": [ "api", "donation", "signatures", ":identifier" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [ { "type": "any", "value": "", "key": "identifier", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9dc38f53-9855-4098-aff4-2fd9714bfa9b", "name": "OK", "originalRequest": { "url": { "path": [ "api", "donation", "signatures", ":identifier" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "identifier" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "DonationRemote", "description": "", "item": [ { "id": "1f9f6380-0b4c-4249-b61f-105c000ed7d3", "name": "/api/donation/remote/crews/:widgetToken/:crewID/members", "request": { "name": "/api/donation/remote/crews/:widgetToken/:crewID/members", "description": {}, "url": { "path": [ "api", "donation", "remote", "crews", ":widgetToken", ":crewID", "members" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "widgetToken", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } }, { "type": "any", "value": "", "key": "crewID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "36b1ed43-a061-416d-932f-575c15e8a9fc", "name": "OK", "originalRequest": { "url": { "path": [ "api", "donation", "remote", "crews", ":widgetToken", ":crewID", "members" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "widgetToken" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "crewID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "586eef31-0c18-46ea-aa41-5466ab19bcbc", "name": "/api/donation/remote/crews/:widgetToken", "request": { "name": "/api/donation/remote/crews/:widgetToken", "description": {}, "url": { "path": [ "api", "donation", "remote", "crews", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "widgetToken", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "1a2a5adf-0cbc-4418-8f7a-10b2bbe0feeb", "name": "OK", "originalRequest": { "url": { "path": [ "api", "donation", "remote", "crews", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "widgetToken" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "3b04a6af-e555-4d5a-9947-6411e5a0d3dd", "name": "/api/donation/remote/ignore/:alertID", "request": { "name": "/api/donation/remote/ignore/:alertID", "description": {}, "url": { "path": [ "api", "donation", "remote", "ignore", ":alertID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "alertID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "b43272b7-d043-4898-9d56-e87165a4550e", "name": "OK", "originalRequest": { "url": { "path": [ "api", "donation", "remote", "ignore", ":alertID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "alertID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "12d43e4e-ebdf-4bc2-93b2-87b6b4d49982", "name": "/api/donation/remote/mark-delivered/:alertID", "request": { "name": "/api/donation/remote/mark-delivered/:alertID", "description": {}, "url": { "path": [ "api", "donation", "remote", "mark-delivered", ":alertID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "alertID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "68f2d656-bf77-439c-a13c-0fd7749f1c4d", "name": "OK", "originalRequest": { "url": { "path": [ "api", "donation", "remote", "mark-delivered", ":alertID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "alertID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "e2b28af6-896f-4973-9970-7bb461dfde14", "name": "/api/donation/remote/play-now/:alertID", "request": { "name": "/api/donation/remote/play-now/:alertID", "description": {}, "url": { "path": [ "api", "donation", "remote", "play-now", ":alertID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "alertID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "8438521c-6c34-4f17-a5f1-c4586f0f7602", "name": "OK", "originalRequest": { "url": { "path": [ "api", "donation", "remote", "play-now", ":alertID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "alertID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "60410f24-20b1-411f-b709-d768a8cf1fa1", "name": "/api/donation/remote/reorder", "request": { "name": "/api/donation/remote/reorder", "description": {}, "url": { "path": [ "api", "donation", "remote", "reorder" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"widgetToken\": \"\",\n \"alertIDA\": \"\",\n \"alertIDB\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "71e37158-e407-44ac-8f2f-2ec365ca6a26", "name": "OK", "originalRequest": { "url": { "path": [ "api", "donation", "remote", "reorder" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"widgetToken\": \"\",\n \"alertIDA\": \"\",\n \"alertIDB\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "ed3222a0-d6d5-4c89-96ba-9fb4cd21f5d9", "name": "/api/donation/remote/resend/:alertID", "request": { "name": "/api/donation/remote/resend/:alertID", "description": {}, "url": { "path": [ "api", "donation", "remote", "resend", ":alertID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "alertID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "803b6f18-fba3-488b-b1fc-024c66d2ff46", "name": "OK", "originalRequest": { "url": { "path": [ "api", "donation", "remote", "resend", ":alertID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "alertID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "ff5bdbd3-4f33-45cf-8f93-757cf8b6db6a", "name": "/api/donation/remote/skip/:widgetToken", "request": { "name": "/api/donation/remote/skip/:widgetToken", "description": {}, "url": { "path": [ "api", "donation", "remote", "skip", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "widgetToken", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "288189db-b630-4ce2-a179-f4362fb35e9f", "name": "OK", "originalRequest": { "url": { "path": [ "api", "donation", "remote", "skip", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "widgetToken" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "da1b3f32-6abe-44db-94f7-a836c1dfa1ab", "name": "/api/donation/remote/state/:widgetToken", "request": { "name": "/api/donation/remote/state/:widgetToken", "description": {}, "url": { "path": [ "api", "donation", "remote", "state", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "widgetToken", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "210edaa7-6fb1-4e83-8fb7-dfbc284c4fc3", "name": "OK", "originalRequest": { "url": { "path": [ "api", "donation", "remote", "state", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "widgetToken" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "e50ca7bc-a2dc-478d-8006-7220685a504f", "name": "/api/donation/remote/state", "request": { "name": "/api/donation/remote/state", "description": {}, "url": { "path": [ "api", "donation", "remote", "state" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"widgetToken\": \"\",\n \"isPaused\": \"\",\n \"isAccepting\": \"\",\n \"isAudioOnly\": \"\",\n \"isVideoOnly\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "608380bf-20e0-4208-a7f7-3a80dbb96d9d", "name": "OK", "originalRequest": { "url": { "path": [ "api", "donation", "remote", "state" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"widgetToken\": \"\",\n \"isPaused\": \"\",\n \"isAccepting\": \"\",\n \"isAudioOnly\": \"\",\n \"isVideoOnly\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "e11649f4-6bc8-4b04-9552-9ceab8a01aed", "name": "/api/donation/remote/test-donate", "request": { "name": "/api/donation/remote/test-donate", "description": {}, "url": { "path": [ "api", "donation", "remote", "test-donate" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"widgetToken\": \"\",\n \"sendName\": \"\",\n \"amount\": \"\",\n \"message\": \"\",\n \"crewMemberID\": \"\",\n \"isTest\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "eb2d58a7-3869-455c-9921-e88969ab3833", "name": "OK", "originalRequest": { "url": { "path": [ "api", "donation", "remote", "test-donate" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"widgetToken\": \"\",\n \"sendName\": \"\",\n \"amount\": \"\",\n \"message\": \"\",\n \"crewMemberID\": \"\",\n \"isTest\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Faq", "description": "", "item": [ { "id": "fcbeb878-fbd7-4121-bc1a-83e503c89817", "name": "/api/faq/categories", "request": { "name": "/api/faq/categories", "description": {}, "url": { "path": [ "api", "faq", "categories" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0872a813-19da-4d44-8f33-710c17c1ad4a", "name": "OK", "originalRequest": { "url": { "path": [ "api", "faq", "categories" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "004603d8-4327-4466-9381-885c92a16097", "name": "/api/faq/items", "request": { "name": "/api/faq/items", "description": {}, "url": { "path": [ "api", "faq", "items" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"code\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "40a2e279-3d92-4f61-bd47-019d75c9c87b", "name": "OK", "originalRequest": { "url": { "path": [ "api", "faq", "items" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"code\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Feed", "description": "", "item": [ { "id": "bb89ce3b-5cd6-4952-b95c-fd748902203a", "name": "/api/feed/all", "request": { "name": "/api/feed/all", "description": {}, "url": { "path": [ "api", "feed", "all" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "07eec0f8-7ada-4f0a-955b-234f2e835d88", "name": "OK", "originalRequest": { "url": { "path": [ "api", "feed", "all" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "ea5e20d8-73a1-4292-8cdd-7e3cd4315c69", "name": "/api/feed/tag/:slug", "request": { "name": "/api/feed/tag/:slug", "description": {}, "url": { "path": [ "api", "feed", "tag", ":slug" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [ { "type": "any", "value": "", "key": "slug", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "8abbb206-c8af-43c0-9d0b-42b63297c459", "name": "OK", "originalRequest": { "url": { "path": [ "api", "feed", "tag", ":slug" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "slug" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "4d5726f4-6fb6-489b-989b-bf4335a25265", "name": "/api/feed/user/:memberSID", "request": { "name": "/api/feed/user/:memberSID", "description": {}, "url": { "path": [ "api", "feed", "user", ":memberSID" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [ { "type": "any", "value": "", "key": "memberSID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e92af147-515d-430c-a9e8-c457617d91eb", "name": "OK", "originalRequest": { "url": { "path": [ "api", "feed", "user", ":memberSID" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "memberSID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "7a6438c0-b5de-487a-b1a2-6ce0d36de76c", "name": "/api/feed", "request": { "name": "/api/feed", "description": {}, "url": { "path": [ "api", "feed" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "", "type": "text/plain" }, "key": "content", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "tags", "value": ",", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "medias", "value": ",", "type": "text" } ] }, "auth": null }, "response": [ { "id": "ccac47d1-0400-4da3-b27d-0e34419bd863", "name": "OK", "originalRequest": { "url": { "path": [ "api", "feed" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "", "type": "text/plain" }, "key": "content", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "tags", "value": ",", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "medias", "value": ",", "type": "text" } ] } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "32b493dc-3eea-4081-ae5f-8b86066f05a6", "name": "/api/feed/post/:postID/comment", "request": { "name": "/api/feed/post/:postID/comment", "description": {}, "url": { "path": [ "api", "feed", "post", ":postID", "comment" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "postID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"parentCommentID\": \"\",\n \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "094761bb-7f52-439f-9115-16217f2bc81c", "name": "OK", "originalRequest": { "url": { "path": [ "api", "feed", "post", ":postID", "comment" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "postID" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"parentCommentID\": \"\",\n \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "7f96914b-d7db-4a85-9648-3818b95f278f", "name": "/api/feed/post/:postID", "request": { "name": "/api/feed/post/:postID", "description": {}, "url": { "path": [ "api", "feed", "post", ":postID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "postID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "18ba4683-7e61-471f-8069-c206d1bd1647", "name": "OK", "originalRequest": { "url": { "path": [ "api", "feed", "post", ":postID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "postID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b2ceed9c-b280-4aa9-88dc-024cead6d470", "name": "/api/feed/post/:postID", "request": { "name": "/api/feed/post/:postID", "description": {}, "url": { "path": [ "api", "feed", "post", ":postID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "postID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "10711dba-48fe-4bd4-a0e3-dbb755ed8a54", "name": "OK", "originalRequest": { "url": { "path": [ "api", "feed", "post", ":postID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "postID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "d1349929-91c6-4b63-8363-43f193621b1b", "name": "/api/feed/post/:postID", "request": { "name": "/api/feed/post/:postID", "description": {}, "url": { "path": [ "api", "feed", "post", ":postID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "postID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"content\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "542ac863-1e8a-4f04-8a6a-9b94a0d89116", "name": "OK", "originalRequest": { "url": { "path": [ "api", "feed", "post", ":postID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "postID" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"content\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "6a6dbca3-7e7a-458d-9237-ca45544fc59c", "name": "/api/feed/comment/:commentID", "request": { "name": "/api/feed/comment/:commentID", "description": {}, "url": { "path": [ "api", "feed", "comment", ":commentID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "commentID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "340fc87a-10d2-4878-9121-d5729f6b2945", "name": "OK", "originalRequest": { "url": { "path": [ "api", "feed", "comment", ":commentID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "commentID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "e4821871-e661-4c69-a4c7-b8e89c9a3683", "name": "/api/feed/foryou", "request": { "name": "/api/feed/foryou", "description": {}, "url": { "path": [ "api", "feed", "foryou" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "42ffe9ec-4c53-4af2-bc53-a8ee10363656", "name": "OK", "originalRequest": { "url": { "path": [ "api", "feed", "foryou" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "06e6b709-be34-4c6c-9924-c1b78ddff734", "name": "/api/feed/post/:postID/replies", "request": { "name": "/api/feed/post/:postID/replies", "description": {}, "url": { "path": [ "api", "feed", "post", ":postID", "replies" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [ { "type": "any", "value": "", "key": "postID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3149fee5-5091-4460-92a4-1e39f71bb9de", "name": "OK", "originalRequest": { "url": { "path": [ "api", "feed", "post", ":postID", "replies" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "postID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "8dd36a62-d809-43bf-abed-912b64885c49", "name": "/api/feed/suggested-follows", "request": { "name": "/api/feed/suggested-follows", "description": {}, "url": { "path": [ "api", "feed", "suggested-follows" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "top", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "fefe1951-6572-4f54-8c0a-a657f13055f2", "name": "OK", "originalRequest": { "url": { "path": [ "api", "feed", "suggested-follows" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "top", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "a61a43d9-bfc8-4aef-ae88-6c0e8fd12256", "name": "/api/feed/timeline", "request": { "name": "/api/feed/timeline", "description": {}, "url": { "path": [ "api", "feed", "timeline" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "4bb01393-40ff-4dc7-8873-ce7044ef58f2", "name": "OK", "originalRequest": { "url": { "path": [ "api", "feed", "timeline" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "eca0bcaf-6986-4bfd-a999-632776144461", "name": "/api/feed/post/:postID/bookmark", "request": { "name": "/api/feed/post/:postID/bookmark", "description": {}, "url": { "path": [ "api", "feed", "post", ":postID", "bookmark" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "postID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "05bf1384-5a58-42f7-85cc-4c41f5230795", "name": "OK", "originalRequest": { "url": { "path": [ "api", "feed", "post", ":postID", "bookmark" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "postID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "55394d98-9c44-48e2-b8a0-efd19a66bdea", "name": "/api/feed/comment/:commentID/like", "request": { "name": "/api/feed/comment/:commentID/like", "description": {}, "url": { "path": [ "api", "feed", "comment", ":commentID", "like" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "commentID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "3950ca18-a013-4d87-9fcf-c0e22979691c", "name": "OK", "originalRequest": { "url": { "path": [ "api", "feed", "comment", ":commentID", "like" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "commentID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "2704c54b-d341-4d84-a5e2-113b6aadea36", "name": "/api/feed/post/:postID/like", "request": { "name": "/api/feed/post/:postID/like", "description": {}, "url": { "path": [ "api", "feed", "post", ":postID", "like" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "postID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "e8fbcacb-0a01-4465-b092-fbfa03578ea2", "name": "OK", "originalRequest": { "url": { "path": [ "api", "feed", "post", ":postID", "like" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "postID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Forum", "description": "", "item": [ { "id": "595e2e8b-2915-4c0c-a99a-1ce7e41f0b1b", "name": "/api/forum/posts/links/:id/click", "request": { "name": "/api/forum/posts/links/:id/click", "description": {}, "url": { "path": [ "api", "forum", "posts", "links", ":id", "click" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "b083373e-3c7e-46cc-be23-d1429d8691a2", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "posts", "links", ":id", "click" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "45e9e792-8fe2-4c77-8110-102a04d6ca38", "name": "/api/forum/posts", "request": { "name": "/api/forum/posts", "description": {}, "url": { "path": [ "api", "forum", "posts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "", "type": "text/plain" }, "key": "boardID", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "boardCode", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "boardPrefixID", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "subject", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "content", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "isSecret", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "isNotice", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "isSpeaker", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "tags", "value": ",", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "medias", "value": ",", "type": "text" } ] }, "auth": null }, "response": [ { "id": "0c62dbf9-2ad7-4b78-919f-97bd5f6165ae", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "posts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "", "type": "text/plain" }, "key": "boardID", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "boardCode", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "boardPrefixID", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "subject", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "content", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "isSecret", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "isNotice", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "isSpeaker", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "tags", "value": ",", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "medias", "value": ",", "type": "text" } ] } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "20f2a7b8-fbc3-4e14-9fdf-f336a4265202", "name": "/api/forum/posts", "request": { "name": "/api/forum/posts", "description": {}, "url": { "path": [ "api", "forum", "posts" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "boardID", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "boardPrefixID", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "search", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "keyword", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "startAt", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "endAt", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "sort", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "isNotice", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "isSecret", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "isReply", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "isDeleted", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "1" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "20" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "818e97c7-fc3f-466b-a3a1-0c68a4ab9839", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "posts" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "boardID", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "boardPrefixID", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "search", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "keyword", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "startAt", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "endAt", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "sort", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "isNotice", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "isSecret", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "isReply", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "isDeleted", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "1" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "20" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "aa6ae5b4-74e9-40b5-9203-357e1d2f326e", "name": "/api/forum/posts/:id", "request": { "name": "/api/forum/posts/:id", "description": {}, "url": { "path": [ "api", "forum", "posts", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "608b9506-5def-4384-833f-d37edc8d6341", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "posts", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "bdea01bf-24a3-4245-bc99-c784dbe9c950", "name": "/api/forum/posts/:id", "request": { "name": "/api/forum/posts/:id", "description": {}, "url": { "path": [ "api", "forum", "posts", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "19ba5538-74dd-47c4-87bd-258933c2714c", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "posts", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "e8fc9aeb-5fbf-4f90-b149-38fcf339b920", "name": "/api/forum/posts/:id", "request": { "name": "/api/forum/posts/:id", "description": {}, "url": { "path": [ "api", "forum", "posts", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" } ], "method": "PUT", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "(Required) ", "type": "text/plain" }, "key": "content", "value": "", "type": "text" }, { "description": { "content": "(Required) ", "type": "text/plain" }, "key": "subject", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "postID", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "boardID", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "boardCode", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "boardPrefixID", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "isSecret", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "isNotice", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "isSpeaker", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "tags", "value": ",", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "medias", "value": ",", "type": "text" } ] }, "auth": null }, "response": [ { "id": "41e6fb77-0c5a-4430-9373-dc6ac3312287", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "posts", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "(Required) ", "type": "text/plain" }, "key": "content", "value": "", "type": "text" }, { "description": { "content": "(Required) ", "type": "text/plain" }, "key": "subject", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "postID", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "boardID", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "boardCode", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "boardPrefixID", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "isSecret", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "isNotice", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "isSpeaker", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "tags", "value": ",", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "medias", "value": ",", "type": "text" } ] } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b200eee3-c12e-41af-ad2e-ba25eeea4623", "name": "/api/forum/post/file/:uuid", "request": { "name": "/api/forum/post/file/:uuid", "description": {}, "url": { "path": [ "api", "forum", "post", "file", ":uuid" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "uuid", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5c49e6bb-3fd4-4328-9c4d-812cab3de7b2", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "post", "file", ":uuid" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "uuid" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "2c3a206e-3848-4e7c-8d8d-c6ce9c6d01e8", "name": "/api/forum/posts/:id/report", "request": { "name": "/api/forum/posts/:id/report", "description": {}, "url": { "path": [ "api", "forum", "posts", ":id", "report" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"type\": 7,\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "fd0de229-e9ea-45eb-a10b-5dd72e2b22af", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "posts", ":id", "report" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"type\": 7,\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b85389e9-e682-4f8a-b699-87de1deed807", "name": "/api/forum/posts/:id/bookmark", "request": { "name": "/api/forum/posts/:id/bookmark", "description": {}, "url": { "path": [ "api", "forum", "posts", ":id", "bookmark" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "ac211dd0-38cc-49dc-9211-b60b8bdd8bb4", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "posts", ":id", "bookmark" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b94e9d9b-9a53-44b4-941b-72b680bd7084", "name": "/api/forum/posts/:id/reaction", "request": { "name": "/api/forum/posts/:id/reaction", "description": {}, "url": { "path": [ "api", "forum", "posts", ":id", "reaction" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"reaction\": 2\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "51fdd4dd-ba97-4550-9a74-9bc76f5d3d04", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "posts", ":id", "reaction" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"reaction\": 2\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "ee18fe34-52c6-432b-9a0c-4f9c660d0814", "name": "/api/forum/comments", "request": { "name": "/api/forum/comments", "description": {}, "url": { "path": [ "api", "forum", "comments" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "", "type": "text/plain" }, "key": "postID", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "parentID", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "mention", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "content", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "isSecret", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "medias", "value": ",", "type": "text" } ] }, "auth": null }, "response": [ { "id": "d83affeb-2939-47bc-a222-f67c25ed52b5", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "comments" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "", "type": "text/plain" }, "key": "postID", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "parentID", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "mention", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "content", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "isSecret", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "medias", "value": ",", "type": "text" } ] } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "4724a3a4-eb40-4deb-b319-e6f2001a76af", "name": "/api/forum/comments", "request": { "name": "/api/forum/comments", "description": {}, "url": { "path": [ "api", "forum", "comments" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "boardID", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "postID", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "search", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "keyword", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "startAt", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "endAt", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "isDeleted", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "1" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "20" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9992fac5-647d-43b6-a53a-0dedf482d972", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "comments" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "boardID", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "postID", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "search", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "keyword", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "startAt", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "endAt", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "isDeleted", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "1" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "20" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "9cd6cc9e-a2b2-401e-a483-663a7c1c11b2", "name": "/api/forum/comments/:id", "request": { "name": "/api/forum/comments/:id", "description": {}, "url": { "path": [ "api", "forum", "comments", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "7a33928a-540b-4a59-9bdd-71de062e315d", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "comments", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "d1778d8a-08cc-4f55-aabe-30c088822a1b", "name": "/api/forum/comments/:id", "request": { "name": "/api/forum/comments/:id", "description": {}, "url": { "path": [ "api", "forum", "comments", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "fdb75efa-86ce-42f3-b694-64c071aab58c", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "comments", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "805fe1d6-73bb-483d-96e6-3d6ea38563d6", "name": "/api/forum/comments/:id", "request": { "name": "/api/forum/comments/:id", "description": {}, "url": { "path": [ "api", "forum", "comments", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" } ], "method": "PUT", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "", "type": "text/plain" }, "key": "mention", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "content", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "isSecret", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "medias", "value": ",", "type": "text" } ] }, "auth": null }, "response": [ { "id": "e3a19596-4110-4785-acda-bcbb247c9fc6", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "comments", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "", "type": "text/plain" }, "key": "mention", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "content", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "isSecret", "value": "", "type": "text" }, { "description": { "content": "", "type": "text/plain" }, "key": "medias", "value": ",", "type": "text" } ] } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "1a30d780-77d5-4e10-a0f8-9c42f120f723", "name": "/api/forum/comment/file/:uuid", "request": { "name": "/api/forum/comment/file/:uuid", "description": {}, "url": { "path": [ "api", "forum", "comment", "file", ":uuid" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "uuid", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0a0a37c5-3b19-4f12-a288-1b41233e6d72", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "comment", "file", ":uuid" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "uuid" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "dd750f2d-fff2-4c4e-b990-641966e61932", "name": "/api/forum/posts/:id/comments", "request": { "name": "/api/forum/posts/:id/comments", "description": {}, "url": { "path": [ "api", "forum", "posts", ":id", "comments" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "1" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "20" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "sort", "value": "0" } ], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "be0cdea7-3c55-4b7c-ad0b-cce75e3f049d", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "posts", ":id", "comments" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "1" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "20" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "sort", "value": "0" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "04208343-a282-4b89-ab43-c84fc1faba8f", "name": "/api/forum/comments/mention", "request": { "name": "/api/forum/comments/mention", "description": {}, "url": { "path": [ "api", "forum", "comments", "mention" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "postID", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "keyword", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9e9d575f-d228-41e8-81c9-52023f69c78c", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "comments", "mention" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "postID", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "keyword", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "585a573e-c501-4fe9-8c4d-7a0d44b3e366", "name": "/api/forum/comments/:id/report", "request": { "name": "/api/forum/comments/:id/report", "description": {}, "url": { "path": [ "api", "forum", "comments", ":id", "report" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"type\": 7,\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "2e3ca30d-50e6-453f-af6d-f145952f9830", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "comments", ":id", "report" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"type\": 7,\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "1ee25292-5151-42de-b0e3-d60628a36146", "name": "/api/forum/comments/:id/reaction", "request": { "name": "/api/forum/comments/:id/reaction", "description": {}, "url": { "path": [ "api", "forum", "comments", ":id", "reaction" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"reaction\": 2\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "1f27f1fc-979b-42de-8d28-40073cde6944", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "comments", ":id", "reaction" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"reaction\": 2\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "418f2730-1968-44d7-9135-5a957fe07734", "name": "/api/forum/boards/:code", "request": { "name": "/api/forum/boards/:code", "description": {}, "url": { "path": [ "api", "forum", "boards", ":code" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "code", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "81af6352-f092-4609-94c3-944e471db925", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "boards", ":code" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "code" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "e89bb67e-d366-46b0-9a74-0afb524652e3", "name": "/api/forum/boards/:boardID/meta", "request": { "name": "/api/forum/boards/:boardID/meta", "description": {}, "url": { "path": [ "api", "forum", "boards", ":boardID", "meta" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "boardID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "91c2056f-f64b-4892-8a3e-85813383e782", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "boards", ":boardID", "meta" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "boardID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "ae7c130e-e26a-4187-b495-6eac79d2bbe0", "name": "/api/forum/boards", "request": { "name": "/api/forum/boards", "description": {}, "url": { "path": [ "api", "forum", "boards" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "boardGroupID", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "boardGroupCode", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "keyword", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "1" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "20" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5ce47ee7-089b-43e3-a28f-e05268ca1759", "name": "OK", "originalRequest": { "url": { "path": [ "api", "forum", "boards" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "boardGroupID", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "boardGroupCode", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "keyword", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "1" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "20" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Member", "description": "", "item": [ { "id": "3c598b4b-53a7-45dc-8eac-745628eeeacf", "name": "/api/member/:memberSID", "request": { "name": "/api/member/:memberSID", "description": {}, "url": { "path": [ "api", "member", ":memberSID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "memberSID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0e83c1ec-ed84-4050-bccd-505339be7549", "name": "OK", "originalRequest": { "url": { "path": [ "api", "member", ":memberSID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "memberSID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "a7b93c0c-5aea-4d53-a431-b218d03124e3", "name": "/api/member/:memberSID/comments", "request": { "name": "/api/member/:memberSID/comments", "description": {}, "url": { "path": [ "api", "member", ":memberSID", "comments" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [ { "type": "any", "value": "", "key": "memberSID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "6d944219-f038-4286-9ebb-b29b5efaff75", "name": "OK", "originalRequest": { "url": { "path": [ "api", "member", ":memberSID", "comments" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "memberSID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "81521f39-c382-4ccb-934c-69c44858481e", "name": "/api/member/:memberSID/feed", "request": { "name": "/api/member/:memberSID/feed", "description": {}, "url": { "path": [ "api", "member", ":memberSID", "feed" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [ { "type": "any", "value": "", "key": "memberSID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a782b954-adc9-4cae-992e-45313f3dcba7", "name": "OK", "originalRequest": { "url": { "path": [ "api", "member", ":memberSID", "feed" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "memberSID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "3f2d5aa2-6b73-4688-a792-2473b61fce94", "name": "/api/member/:memberSID/posts", "request": { "name": "/api/member/:memberSID/posts", "description": {}, "url": { "path": [ "api", "member", ":memberSID", "posts" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [ { "type": "any", "value": "", "key": "memberSID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "587cf5ec-9271-42cf-822e-610fd3694666", "name": "OK", "originalRequest": { "url": { "path": [ "api", "member", ":memberSID", "posts" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "memberSID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Member.Follow", "description": "", "item": [ { "id": "49546eff-34b9-4262-999a-7dd2dc5274ac", "name": "/api/member/:memberSID/followers", "request": { "name": "/api/member/:memberSID/followers", "description": {}, "url": { "path": [ "api", "member", ":memberSID", "followers" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [ { "type": "any", "value": "", "key": "memberSID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "732fcef3-c6a8-474d-954d-83139d6ed80b", "name": "OK", "originalRequest": { "url": { "path": [ "api", "member", ":memberSID", "followers" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "memberSID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "8deed666-7585-4c11-ad33-9200f4a0930d", "name": "/api/member/:memberSID/following", "request": { "name": "/api/member/:memberSID/following", "description": {}, "url": { "path": [ "api", "member", ":memberSID", "following" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [ { "type": "any", "value": "", "key": "memberSID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "2574e1ec-6409-45dc-86dc-d6f5bb68f712", "name": "OK", "originalRequest": { "url": { "path": [ "api", "member", ":memberSID", "following" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "memberSID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "08ce5620-a2fa-4897-a08f-eb52ac5a806d", "name": "/api/member/follow/check", "request": { "name": "/api/member/follow/check", "description": {}, "url": { "path": [ "api", "member", "follow", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"sids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "8de6192f-0a6d-4ad6-940d-7f358fba9e00", "name": "OK", "originalRequest": { "url": { "path": [ "api", "member", "follow", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"sids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "0e876efb-8f38-4658-8808-2c9c37343f0b", "name": "/api/member/:memberSID/follow", "request": { "name": "/api/member/:memberSID/follow", "description": {}, "url": { "path": [ "api", "member", ":memberSID", "follow" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "memberSID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "ee4e4111-9d7f-4a4c-94e9-0d38f528e632", "name": "OK", "originalRequest": { "url": { "path": [ "api", "member", ":memberSID", "follow" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "memberSID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "MyPage", "description": "", "item": [ { "id": "dde05d5b-172c-43b6-b3c4-33a7e42d3b8e", "name": "/api/mypage/banner", "request": { "name": "/api/mypage/banner", "description": {}, "url": { "path": [ "api", "mypage", "banner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "", "type": "text/plain" }, "key": "banner", "type": "file" } ] }, "auth": null }, "response": [ { "id": "2c544ebc-c43b-4b53-bff8-426189cc606b", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "banner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "", "type": "text/plain" }, "key": "banner", "type": "file" } ] } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "f7591446-8eb0-41ad-bf14-5a6dd66fcab2", "name": "/api/mypage/banner", "request": { "name": "/api/mypage/banner", "description": {}, "url": { "path": [ "api", "mypage", "banner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "ea370b35-bc5f-4230-a75f-39ad847175a2", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "banner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "7dd64fc2-992b-4f6c-9325-d61d1aa1cd2b", "name": "/api/mypage/email", "request": { "name": "/api/mypage/email", "description": {}, "url": { "path": [ "api", "mypage", "email" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"newEmail\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "bbf175ac-6088-43b5-be76-255aaad0df3f", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "email" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"newEmail\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "2c48c6f3-11e2-483d-b2d7-414dc9bbb442", "name": "/api/mypage/intro", "request": { "name": "/api/mypage/intro", "description": {}, "url": { "path": [ "api", "mypage", "intro" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"intro\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "73bc82bf-648d-4d52-a981-afdc70751bab", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "intro" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"intro\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "259fd02a-1917-44d7-b9c4-6c9199e2f300", "name": "/api/mypage/intro", "request": { "name": "/api/mypage/intro", "description": {}, "url": { "path": [ "api", "mypage", "intro" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "2a6e7644-a876-4c90-9204-afa89f7ce819", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "intro" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "02fa1afb-275f-4e76-853b-757fba5bc87d", "name": "/api/mypage/name", "request": { "name": "/api/mypage/name", "description": {}, "url": { "path": [ "api", "mypage", "name" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "cd888416-5782-4a83-8f1a-d77c3f692027", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "name" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "be13e419-6ce5-4295-a728-ea04dfed731a", "name": "/api/mypage/name", "request": { "name": "/api/mypage/name", "description": {}, "url": { "path": [ "api", "mypage", "name" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "c79da6ca-7e44-454a-855e-78611cd54d0d", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "name" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "13a26ca4-f050-4c91-a74c-6f99c8499c8f", "name": "/api/mypage/password", "request": { "name": "/api/mypage/password", "description": {}, "url": { "path": [ "api", "mypage", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"currentPassword\": \"\",\n \"newPassword\": \"\",\n \"confirmPassword\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "71828f12-8041-4f0d-83ee-718dd30646a4", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"currentPassword\": \"\",\n \"newPassword\": \"\",\n \"confirmPassword\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "526432e1-6756-421d-9599-5c1dbff50592", "name": "/api/mypage/summary", "request": { "name": "/api/mypage/summary", "description": {}, "url": { "path": [ "api", "mypage", "summary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"summary\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "4d16d21e-c434-4da1-a2e5-af27056eeab0", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "summary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"summary\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "9d6a4b33-6849-49c2-8256-6baf11e56041", "name": "/api/mypage/summary", "request": { "name": "/api/mypage/summary", "description": {}, "url": { "path": [ "api", "mypage", "summary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "f8edd608-a08f-4e4e-ba8a-30b7a6bba5f1", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "summary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "7f71b681-0f3e-4f14-8b05-e1651697120f", "name": "/api/mypage/thumb", "request": { "name": "/api/mypage/thumb", "description": {}, "url": { "path": [ "api", "mypage", "thumb" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "", "type": "text/plain" }, "key": "thumb", "type": "file" } ] }, "auth": null }, "response": [ { "id": "ad368798-bda1-465b-9392-fbb98d2d3efa", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "thumb" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "", "type": "text/plain" }, "key": "thumb", "type": "file" } ] } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "592e3b06-8b97-44c0-aafc-7e06d5d6e388", "name": "/api/mypage/thumb", "request": { "name": "/api/mypage/thumb", "description": {}, "url": { "path": [ "api", "mypage", "thumb" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "ba271178-4882-409e-8d91-650a595db5f2", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "thumb" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "4677c926-a85a-4b4e-95f3-daf02242151c", "name": "/api/mypage/charge-logs", "request": { "name": "/api/mypage/charge-logs", "description": {}, "url": { "path": [ "api", "mypage", "charge-logs" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "type", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "category", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "213bb1ad-826d-4cc9-8cf1-0c1fc8dca050", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "charge-logs" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "type", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "category", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "8d3fcb9b-33aa-4541-a1da-c7ce315dc955", "name": "/api/mypage/donation-logs", "request": { "name": "/api/mypage/donation-logs", "description": {}, "url": { "path": [ "api", "mypage", "donation-logs" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "type", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0d11587b-203e-4a4b-ad2f-7ef418b62be8", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "donation-logs" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "type", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "791bfb31-b248-4be1-ab04-9638852b3be9", "name": "/api/mypage/dropdown", "request": { "name": "/api/mypage/dropdown", "description": {}, "url": { "path": [ "api", "mypage", "dropdown" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ceeb1b37-6b24-4841-bfc3-7d43720422ea", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "dropdown" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "10c6db4e-a0d7-4baf-bc0c-9654dde31c6c", "name": "/api/mypage/comments", "request": { "name": "/api/mypage/comments", "description": {}, "url": { "path": [ "api", "mypage", "comments" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d41ff18f-8dfe-4451-8271-af86577b5bef", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "comments" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "43f9b35e-e76d-45cf-a090-69bae580032c", "name": "/api/mypage/exp-logs", "request": { "name": "/api/mypage/exp-logs", "description": {}, "url": { "path": [ "api", "mypage", "exp-logs" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "type", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "41c3b27a-62a5-4403-a926-5846c5937d7e", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "exp-logs" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "type", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "23e5e35c-4bc3-4339-94a2-b9485a59fc30", "name": "/api/mypage/login-logs", "request": { "name": "/api/mypage/login-logs", "description": {}, "url": { "path": [ "api", "mypage", "login-logs" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "type", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "89e23687-87ff-413a-9b0d-6e7e9e1adb6a", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "login-logs" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "type", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "7eb5d045-3364-47c2-a99f-e85e533bd1bb", "name": "/api/mypage/posts", "request": { "name": "/api/mypage/posts", "description": {}, "url": { "path": [ "api", "mypage", "posts" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5147244e-9318-4034-a7e2-b285798b19ab", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "posts" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "0c6ddebf-f0c9-498a-b47b-d6d81cb14f41", "name": "/api/mypage/sns/google/connect", "request": { "name": "/api/mypage/sns/google/connect", "description": {}, "url": { "path": [ "api", "mypage", "sns", "google", "connect" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"code\": \"\",\n \"redirectUri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "9129dc6b-dba2-41e7-a22a-4b0908ead1bc", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "sns", "google", "connect" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"code\": \"\",\n \"redirectUri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "9cc4633f-0539-4dbc-b688-301578cb275c", "name": "/api/mypage/sns/:provider", "request": { "name": "/api/mypage/sns/:provider", "description": {}, "url": { "path": [ "api", "mypage", "sns", ":provider" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "provider", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "5e5296c5-2971-481d-a621-cb17d2099820", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "sns", ":provider" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "provider" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "c4a524ff-6199-4048-8719-e400d9bd6c28", "name": "/api/mypage/sns", "request": { "name": "/api/mypage/sns", "description": {}, "url": { "path": [ "api", "mypage", "sns" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "066a1097-7b4c-4f57-921f-07a01e6bfabb", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "sns" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "8a90e856-743a-4b70-bdb6-8a2604c0c410", "name": "YouTube 연동 해제 — OAuth 권한 회수 및 캐시된 YT 데이터 삭제", "request": { "name": "YouTube 연동 해제 — OAuth 권한 회수 및 캐시된 YT 데이터 삭제", "description": {}, "url": { "path": [ "api", "mypage", "unlink-youtube" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "56b83c4d-39a6-46c9-bcc1-b9e27211b206", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "unlink-youtube" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "0463202c-f5b0-4847-8aaf-a565c3a83da8", "name": "/api/mypage/privacy-settings", "request": { "name": "/api/mypage/privacy-settings", "description": {}, "url": { "path": [ "api", "mypage", "privacy-settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"isRankingPublic\": \"\",\n \"isDonationPublic\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "7ee7fd38-a4b6-4ff4-8601-9ad55230f612", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "privacy-settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"isRankingPublic\": \"\",\n \"isDonationPublic\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "69041588-03b0-4997-9c66-4c02c86abf3d", "name": "/api/mypage/receive-settings", "request": { "name": "/api/mypage/receive-settings", "description": {}, "url": { "path": [ "api", "mypage", "receive-settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"isReceiveSMS\": \"\",\n \"isReceiveEmail\": \"\",\n \"isReceiveNote\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "7b19ea8b-ebe5-426d-8a6b-a3d167f77b5c", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "receive-settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"isReceiveSMS\": \"\",\n \"isReceiveEmail\": \"\",\n \"isReceiveNote\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "673b0ff9-aea5-472d-b8b4-3ac9f0c0eb15", "name": "/api/mypage/email/verify", "request": { "name": "/api/mypage/email/verify", "description": {}, "url": { "path": [ "api", "mypage", "email", "verify" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "token", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "272ff6d8-a3c1-4409-a105-23e6da9ea434", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "email", "verify" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "token", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "8a9e7ded-b24c-438f-b2c2-f6882502656c", "name": "/api/mypage/withdraw", "request": { "name": "/api/mypage/withdraw", "description": {}, "url": { "path": [ "api", "mypage", "withdraw" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"code\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "763476b9-b609-428a-b9f2-0c0aefff662a", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "withdraw" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"code\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "cc6ff12a-4ecd-4964-9aca-846125f1c093", "name": "/api/mypage/withdraw/request-code", "request": { "name": "/api/mypage/withdraw/request-code", "description": {}, "url": { "path": [ "api", "mypage", "withdraw", "request-code" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "06c97344-28f2-4410-b1f5-a4cf1e49c647", "name": "OK", "originalRequest": { "url": { "path": [ "api", "mypage", "withdraw", "request-code" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Note", "description": "", "item": [ { "id": "679ba992-f34f-47ee-92ed-93ec8b9b13e2", "name": "/api/note/:id", "request": { "name": "/api/note/:id", "description": {}, "url": { "path": [ "api", "note", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "b249f635-391f-4acd-bd8b-387c88d514bc", "name": "OK", "originalRequest": { "url": { "path": [ "api", "note", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "2c13e994-084f-4905-8e63-4c049976c66e", "name": "/api/note/:id", "request": { "name": "/api/note/:id", "description": {}, "url": { "path": [ "api", "note", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d0d32bc6-f0d6-4692-af2b-0129cff933ee", "name": "OK", "originalRequest": { "url": { "path": [ "api", "note", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "952cc6f6-b972-4c34-a13f-bb56ac697f48", "name": "/api/note/inbox", "request": { "name": "/api/note/inbox", "description": {}, "url": { "path": [ "api", "note", "inbox" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "isRead", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "4024b4c7-8e57-4245-866e-215582b8fc6c", "name": "OK", "originalRequest": { "url": { "path": [ "api", "note", "inbox" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "isRead", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b8eb4144-5b10-46f6-8a48-e879157d04b9", "name": "/api/note/outbox", "request": { "name": "/api/note/outbox", "description": {}, "url": { "path": [ "api", "note", "outbox" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "4b465132-bda6-4ba6-b29b-1e5d2739b334", "name": "OK", "originalRequest": { "url": { "path": [ "api", "note", "outbox" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "9a4ab661-cf68-4f9b-9fe2-c1b3fcc22678", "name": "/api/note/search-recipient", "request": { "name": "/api/note/search-recipient", "description": {}, "url": { "path": [ "api", "note", "search-recipient" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "q", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "offset", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "limit", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3d8ffdb3-972b-497f-8106-5b037fb51f53", "name": "OK", "originalRequest": { "url": { "path": [ "api", "note", "search-recipient" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "q", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "offset", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "limit", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "eda6e659-53de-4efd-be0f-c2e03534b268", "name": "/api/note/send", "request": { "name": "/api/note/send", "description": {}, "url": { "path": [ "api", "note", "send" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"receiverMemberID\": \"\",\n \"title\": \"\",\n \"content\": \"\",\n \"isSystem\": \"\",\n \"relatedType\": \"\",\n \"relatedID\": \"\",\n \"senderMemberID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "82e8938b-dbe7-4bf6-a440-3c1080c59540", "name": "OK", "originalRequest": { "url": { "path": [ "api", "note", "send" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"receiverMemberID\": \"\",\n \"title\": \"\",\n \"content\": \"\",\n \"isSystem\": \"\",\n \"relatedType\": \"\",\n \"relatedID\": \"\",\n \"senderMemberID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Notification", "description": "", "item": [ { "id": "d7e57253-4f6c-4423-96fa-d21da0c7a959", "name": "/api/notification/list", "request": { "name": "/api/notification/list", "description": {}, "url": { "path": [ "api", "notification", "list" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": " (This can only be one of 1,2,10,11,12,13,20,21,30,31,32,33,40,41,42,43,99)", "type": "text/plain" }, "key": "type", "value": "31" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "08dd817d-a877-41da-bf19-7e3c97a619a4", "name": "OK", "originalRequest": { "url": { "path": [ "api", "notification", "list" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": " (This can only be one of 1,2,10,11,12,13,20,21,30,31,32,33,40,41,42,43,99)", "type": "text/plain" }, "key": "type", "value": "31" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "bf59a080-6cab-4c75-999e-e2eff6f18662", "name": "/api/notification/read", "request": { "name": "/api/notification/read", "description": {}, "url": { "path": [ "api", "notification", "read" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"notificationID\": \"\",\n \"memberID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "666e01a6-7150-45af-9ba4-a30e8e7f38c9", "name": "OK", "originalRequest": { "url": { "path": [ "api", "notification", "read" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"notificationID\": \"\",\n \"memberID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "624ef838-0e3c-491c-acf5-5e4e38c86536", "name": "/api/notification/unread-counts", "request": { "name": "/api/notification/unread-counts", "description": {}, "url": { "path": [ "api", "notification", "unread-counts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3997c5eb-0e32-4704-9e69-67e4256c1df3", "name": "OK", "originalRequest": { "url": { "path": [ "api", "notification", "unread-counts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Payment", "description": "", "item": [ { "id": "c7904b12-1981-4e57-98db-fe793265f447", "name": "/api/payment/cancel", "request": { "name": "/api/payment/cancel", "description": {}, "url": { "path": [ "api", "payment", "cancel" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"orderID\": \"\",\n \"memberID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "73ba8cbf-28f7-455b-8454-7c08c546f422", "name": "OK", "originalRequest": { "url": { "path": [ "api", "payment", "cancel" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"orderID\": \"\",\n \"memberID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b3a0a8e0-e583-480d-9fe7-65552034a701", "name": "/api/payment/config", "request": { "name": "/api/payment/config", "description": {}, "url": { "path": [ "api", "payment", "config" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "577fad55-be92-4b51-aec6-e949bafb2386", "name": "OK", "originalRequest": { "url": { "path": [ "api", "payment", "config" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "0b979601-db29-4820-aefe-5a147b7464bc", "name": "/api/payment/confirm", "request": { "name": "/api/payment/confirm", "description": {}, "url": { "path": [ "api", "payment", "confirm" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"orderID\": \"\",\n \"transactionID\": \"\",\n \"method\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "b11b7a31-95fa-478d-8218-e88c2687e4b7", "name": "OK", "originalRequest": { "url": { "path": [ "api", "payment", "confirm" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"orderID\": \"\",\n \"transactionID\": \"\",\n \"method\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b2591399-1eab-4f9e-8bc7-1dc4124e8fee", "name": "/api/payment/order", "request": { "name": "/api/payment/order", "description": {}, "url": { "path": [ "api", "payment", "order" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"paymentMethod\": 6\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "a08c34c7-40c5-479c-8e42-5e51498158f5", "name": "OK", "originalRequest": { "url": { "path": [ "api", "payment", "order" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"paymentMethod\": 6\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "2411f2ed-f189-4fd0-b61b-8f37d86ebc88", "name": "/api/payment/noti/vaccount", "request": { "name": "/api/payment/noti/vaccount", "description": {}, "url": { "path": [ "api", "payment", "noti", "vaccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "ec936c38-f161-45eb-9df2-042927032bed", "name": "OK", "originalRequest": { "url": { "path": [ "api", "payment", "noti", "vaccount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Popup", "description": "", "item": [ { "id": "f84c992c-4366-4636-bb18-36693af41ffc", "name": "/api/popups", "request": { "name": "/api/popups", "description": {}, "url": { "path": [ "api", "popups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"code\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "22a1fe6f-319e-4c2f-be27-2431fb3018f9", "name": "OK", "originalRequest": { "url": { "path": [ "api", "popups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"code\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Ranking", "description": "", "item": [ { "id": "56472592-2930-498f-aa04-b7aa2966c2f1", "name": "/api/ranking/hall-of-fame", "request": { "name": "/api/ranking/hall-of-fame", "description": {}, "url": { "path": [ "api", "ranking", "hall-of-fame" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "limit", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "period", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "233de5a6-5069-4afe-8b6a-bb9bba5405fe", "name": "OK", "originalRequest": { "url": { "path": [ "api", "ranking", "hall-of-fame" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "limit", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "period", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "7a420840-04ee-42b9-9e0a-32e44c7761d7", "name": "/api/ranking/my-rank", "request": { "name": "/api/ranking/my-rank", "description": {}, "url": { "path": [ "api", "ranking", "my-rank" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "type", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "period", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "category", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a5cf3ef4-ad5f-4b0d-a03a-6d2b51382e5a", "name": "OK", "originalRequest": { "url": { "path": [ "api", "ranking", "my-rank" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "type", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "period", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "category", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "bb98047c-99d5-4e0e-8860-04eb0f909333", "name": "/api/ranking", "request": { "name": "/api/ranking", "description": {}, "url": { "path": [ "api", "ranking" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "type", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "period", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "category", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b3a7cd27-b70d-4661-ae29-a4c7bd5e083b", "name": "OK", "originalRequest": { "url": { "path": [ "api", "ranking" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "type", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "period", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "category", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "e25d0454-c6d8-4cb2-aa99-7506c1fe1955", "name": "/api/ranking/rising", "request": { "name": "/api/ranking/rising", "description": {}, "url": { "path": [ "api", "ranking", "rising" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "limit", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c14da1d3-7460-45b8-820f-8d4672f1991e", "name": "OK", "originalRequest": { "url": { "path": [ "api", "ranking", "rising" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "limit", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Store", "description": "", "item": [ { "id": "1ff8513b-343d-455f-b4c2-8789476cb3dd", "name": "/api/store/channels/by-code", "request": { "name": "/api/store/channels/by-code", "description": {}, "url": { "path": [ "api", "store", "channels", "by-code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "code", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5bf197d6-d831-4e61-a081-f48b1c20cb64", "name": "OK", "originalRequest": { "url": { "path": [ "api", "store", "channels", "by-code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "code", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "c41f1034-8110-419d-9c3d-13b3dd678ea5", "name": "/api/store/channels/by-ids", "request": { "name": "/api/store/channels/by-ids", "description": {}, "url": { "path": [ "api", "store", "channels", "by-ids" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ids", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d0497778-a862-492c-b256-61d78381a5d3", "name": "OK", "originalRequest": { "url": { "path": [ "api", "store", "channels", "by-ids" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "ids", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "5ab30564-fa95-427b-a965-f63adff65efb", "name": "/api/store/channels/search", "request": { "name": "/api/store/channels/search", "description": {}, "url": { "path": [ "api", "store", "channels", "search" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "keyword", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "random", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "75892bf3-b563-4f3d-be99-bf6299ec714d", "name": "OK", "originalRequest": { "url": { "path": [ "api", "store", "channels", "search" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "keyword", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "random", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "f0bb9994-be17-44d1-b0f8-db28179fa8d8", "name": "/api/store/games", "request": { "name": "/api/store/games", "description": {}, "url": { "path": [ "api", "store", "games" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a5087c8b-5f75-43b9-be0f-6b7c79afa731", "name": "OK", "originalRequest": { "url": { "path": [ "api", "store", "games" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "cb11bd31-9b46-4bb2-9bb3-80fa093a5a35", "name": "/api/store/inventory/:id", "request": { "name": "/api/store/inventory/:id", "description": {}, "url": { "path": [ "api", "store", "inventory", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "57839e1a-db8d-4bfc-ba68-989b6a0c4842", "name": "OK", "originalRequest": { "url": { "path": [ "api", "store", "inventory", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "cddd7cd3-ce1a-4698-9791-84f90e5cdb40", "name": "/api/store/inventory/groups", "request": { "name": "/api/store/inventory/groups", "description": {}, "url": { "path": [ "api", "store", "inventory", "groups" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "06b41240-017c-4ad3-be44-6e6e7fe7705f", "name": "OK", "originalRequest": { "url": { "path": [ "api", "store", "inventory", "groups" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "470e1274-0dac-4f58-98f7-09f1202c0211", "name": "/api/store/inventory", "request": { "name": "/api/store/inventory", "description": {}, "url": { "path": [ "api", "store", "inventory" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "productID", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9cc4e509-440b-4314-8b8f-20eaa5568cc4", "name": "OK", "originalRequest": { "url": { "path": [ "api", "store", "inventory" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "productID", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b585e8b3-746d-4d42-98fa-6184e0b9ce96", "name": "/api/store/inventory/:id/use", "request": { "name": "/api/store/inventory/:id/use", "description": {}, "url": { "path": [ "api", "store", "inventory", ":id", "use" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "aaad3d09-5737-4208-b513-514546be01c4", "name": "OK", "originalRequest": { "url": { "path": [ "api", "store", "inventory", ":id", "use" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "73cd0680-550c-4839-95a4-6f09090b975e", "name": "/api/store/orders/:id", "request": { "name": "/api/store/orders/:id", "description": {}, "url": { "path": [ "api", "store", "orders", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "dfd174d7-18af-4836-93ce-3d59b0aad066", "name": "OK", "originalRequest": { "url": { "path": [ "api", "store", "orders", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "e2b6e197-6aea-4237-8c32-368fb2740f71", "name": "/api/store/orders", "request": { "name": "/api/store/orders", "description": {}, "url": { "path": [ "api", "store", "orders" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": " (This can only be one of 1,2,3,4,5,6,7,8)", "type": "text/plain" }, "key": "status", "value": "4" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "year", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "keyword", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "2755b668-4543-48da-9011-a9dcbf45254b", "name": "OK", "originalRequest": { "url": { "path": [ "api", "store", "orders" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": " (This can only be one of 1,2,3,4,5,6,7,8)", "type": "text/plain" }, "key": "status", "value": "4" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "year", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "keyword", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "5970ee6d-d8b3-46b2-b294-e989d7a9b245", "name": "/api/store/orders", "request": { "name": "/api/store/orders", "description": {}, "url": { "path": [ "api", "store", "orders" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"items\": [\n {\n \"productID\": \"\",\n \"quantity\": \"\"\n },\n {\n \"productID\": \"\",\n \"quantity\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "740a3c35-924c-4ab1-bb19-0ee776a4b438", "name": "OK", "originalRequest": { "url": { "path": [ "api", "store", "orders" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"items\": [\n {\n \"productID\": \"\",\n \"quantity\": \"\"\n },\n {\n \"productID\": \"\",\n \"quantity\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "6e1d20e0-b901-4f83-b190-862acffe8168", "name": "/api/store/orders/:id/refunds", "request": { "name": "/api/store/orders/:id/refunds", "description": {}, "url": { "path": [ "api", "store", "orders", ":id", "refunds" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"type\": 3,\n \"reasonType\": 1,\n \"reasonMemo\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "3a26efe9-a91b-4b41-894f-add10dd6a1dd", "name": "OK", "originalRequest": { "url": { "path": [ "api", "store", "orders", ":id", "refunds" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"type\": 3,\n \"reasonType\": 1,\n \"reasonMemo\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b09097f0-9798-4552-80f5-1fd9edae8e6b", "name": "/api/store/products/:id", "request": { "name": "/api/store/products/:id", "description": {}, "url": { "path": [ "api", "store", "products", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ceabdd04-6ba2-461e-9da3-806a6c556b0d", "name": "OK", "originalRequest": { "url": { "path": [ "api", "store", "products", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "de928ba8-1986-4ef6-94ef-776ea15a98b1", "name": "/api/store/products", "request": { "name": "/api/store/products", "description": {}, "url": { "path": [ "api", "store", "products" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "gameID", "value": "" }, { "disabled": false, "description": { "content": " (This can only be one of 1,2)", "type": "text/plain" }, "key": "type", "value": "2" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "keyword", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "sort", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "36c3eb5a-149e-4811-a495-371f29ffcb76", "name": "OK", "originalRequest": { "url": { "path": [ "api", "store", "products" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "gameID", "value": "" }, { "disabled": false, "description": { "content": " (This can only be one of 1,2)", "type": "text/plain" }, "key": "type", "value": "2" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "keyword", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "sort", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Studio", "description": "", "item": [ { "id": "3dd908fc-620c-4eab-9b87-ed51249d4f6d", "name": "/api/studio/youtube-connect", "request": { "name": "/api/studio/youtube-connect", "description": {}, "url": { "path": [ "api", "studio", "youtube-connect" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"code\": \"\",\n \"redirectUri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "234252ac-1e68-45c7-8988-263081222bfb", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "youtube-connect" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"code\": \"\",\n \"redirectUri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "194329e6-f8a0-4dfe-ae5b-e38168cdbb4d", "name": "/api/studio/youtube-disconnect", "request": { "name": "/api/studio/youtube-disconnect", "description": {}, "url": { "path": [ "api", "studio", "youtube-disconnect" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "29c5854d-23ab-4a31-849b-239b5f46f8c7", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "youtube-disconnect" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "c56cbf41-5e13-4b6b-884a-a8c35f01249a", "name": "/api/studio/settings", "request": { "name": "/api/studio/settings", "description": {}, "url": { "path": [ "api", "studio", "settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "2e433701-7432-486d-a188-bfdfbff430f2", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b0b84856-559d-4aa2-b10a-f1d2cf076671", "name": "/api/studio/youtube-connect-url", "request": { "name": "/api/studio/youtube-connect-url", "description": {}, "url": { "path": [ "api", "studio", "youtube-connect-url" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "redirectUri", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "140f9dba-b5f1-4dc2-876f-2858c1fe36d2", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "youtube-connect-url" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "redirectUri", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "StudioCrew", "description": "", "item": [ { "id": "e5885913-bd01-49be-a26d-549d172f05e7", "name": "/api/studio/crew/session/active/:crewID", "request": { "name": "/api/studio/crew/session/active/:crewID", "description": {}, "url": { "path": [ "api", "studio", "crew", "session", "active", ":crewID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "crewID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "02d59675-673d-4c18-b91d-6fc5c4452a25", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "crew", "session", "active", ":crewID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "crewID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "7fe985da-de7d-4892-bc46-ae619a30a8d1", "name": "/api/studio/crew/save", "request": { "name": "/api/studio/crew/save", "description": {}, "url": { "path": [ "api", "studio", "crew", "save" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"channelID\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"minAmount\": \"\",\n \"isActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "d3ad671f-82d3-4ddc-ae89-cf840039d38e", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "crew", "save" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"channelID\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"minAmount\": \"\",\n \"isActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "fc0521fa-2bf8-49f7-ae8f-3a5b186d41d6", "name": "/api/studio/crew/invite/generate", "request": { "name": "/api/studio/crew/invite/generate", "description": {}, "url": { "path": [ "api", "studio", "crew", "invite", "generate" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"crewID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "9c35b8d2-f1d3-4f91-b096-4c10bd436d97", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "crew", "invite", "generate" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"crewID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "1d989bec-f920-4505-ad78-73b8c09ba6ef", "name": "/api/studio/crew/list/:channelID", "request": { "name": "/api/studio/crew/list/:channelID", "description": {}, "url": { "path": [ "api", "studio", "crew", "list", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "sortBy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "sortDir", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "1" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "20" } ], "variable": [ { "type": "any", "value": "", "key": "channelID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "675a59d2-2ac2-4a1d-876a-a3d414a326c0", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "crew", "list", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "sortBy", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "sortDir", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "1" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "20" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "channelID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "61714c3a-e68c-4cfa-9394-cd7cba6102af", "name": "/api/studio/crew/member/add", "request": { "name": "/api/studio/crew/member/add", "description": {}, "url": { "path": [ "api", "studio", "crew", "member", "add" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"crewID\": \"\",\n \"targetMemberID\": \"\",\n \"nickname\": \"\",\n \"role\": \"\",\n \"sortOrder\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "95acbc55-5f78-4cf7-99b6-19cedc4cefc4", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "crew", "member", "add" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"crewID\": \"\",\n \"targetMemberID\": \"\",\n \"nickname\": \"\",\n \"role\": \"\",\n \"sortOrder\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "c21e21a5-a81d-42ac-b332-e59fb39e4a1a", "name": "/api/studio/crew/member/list/:crewID", "request": { "name": "/api/studio/crew/member/list/:crewID", "description": {}, "url": { "path": [ "api", "studio", "crew", "member", "list", ":crewID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "crewID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "1c687907-71ac-4ad2-91ea-0ec3c00bbc6d", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "crew", "member", "list", ":crewID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "crewID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "d3b5d3a1-27d2-435d-bc87-e4179dbd332d", "name": "/api/studio/crew/member/:crewMemberID", "request": { "name": "/api/studio/crew/member/:crewMemberID", "description": {}, "url": { "path": [ "api", "studio", "crew", "member", ":crewMemberID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "crewMemberID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "65963592-a447-400f-a216-2d75e2bddf1e", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "crew", "member", ":crewMemberID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "crewMemberID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "0efa9549-d2f0-4efc-a13e-cb7258301c58", "name": "/api/studio/crew/member/:crewMemberID", "request": { "name": "/api/studio/crew/member/:crewMemberID", "description": {}, "url": { "path": [ "api", "studio", "crew", "member", ":crewMemberID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "crewMemberID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"crewMemberID\": \"\",\n \"nickname\": \"\",\n \"role\": \"\",\n \"sortOrder\": \"\",\n \"isActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "b57ce02a-df51-4a11-9fa7-023b08768c8b", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "crew", "member", ":crewMemberID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "crewMemberID" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"crewMemberID\": \"\",\n \"nickname\": \"\",\n \"role\": \"\",\n \"sortOrder\": \"\",\n \"isActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "4edd418d-c847-4cad-a4d4-f919be14d3d7", "name": "/api/studio/crew/member/search", "request": { "name": "/api/studio/crew/member/search", "description": {}, "url": { "path": [ "api", "studio", "crew", "member", "search" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "channelID", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "q", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "crewID", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "272d21ac-3f91-4aa3-b886-1187fafe0327", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "crew", "member", "search" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "channelID", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "q", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "crewID", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "a17aa00d-6f31-480a-b070-3679f18ee6c7", "name": "/api/studio/crew/session/history/:crewID", "request": { "name": "/api/studio/crew/session/history/:crewID", "description": {}, "url": { "path": [ "api", "studio", "crew", "session", "history", ":crewID" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "1" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "20" } ], "variable": [ { "type": "any", "value": "", "key": "crewID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c55c7d50-a984-45e6-8ff1-9e0f24b9dd1e", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "crew", "session", "history", ":crewID" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "1" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "20" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "crewID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "31fe544e-1534-4dae-95ab-471ab8cede21", "name": "/api/studio/crew/widget/config/:channelID", "request": { "name": "/api/studio/crew/widget/config/:channelID", "description": {}, "url": { "path": [ "api", "studio", "crew", "widget", "config", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "channelID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "1190efc5-cbba-49b3-abf0-a0ac3c471dec", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "crew", "widget", "config", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "channelID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "8270dca1-d8a9-4ab2-8723-370adc5c92eb", "name": "/api/studio/crew/widget/config", "request": { "name": "/api/studio/crew/widget/config", "description": {}, "url": { "path": [ "api", "studio", "crew", "widget", "config" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"channelID\": \"\",\n \"crewID\": \"\",\n \"title\": \"\",\n \"theme\": \"\",\n \"period\": \"\",\n \"startAt\": \"\",\n \"endAt\": \"\",\n \"maxDisplayCount\": \"\",\n \"isShowAmount\": \"\",\n \"isShowDonationCount\": \"\",\n \"isShowContributionRate\": \"\",\n \"isShowMemberIcon\": \"\",\n \"isActive\": \"\",\n \"bgColor\": \"\",\n \"titleFontFamily\": \"\",\n \"titleFontSizePx\": \"\",\n \"titleFontColor\": \"\",\n \"rank1FontFamily\": \"\",\n \"rank1FontSizePx\": \"\",\n \"rank1FontColor\": \"\",\n \"rank2FontFamily\": \"\",\n \"rank2FontSizePx\": \"\",\n \"rank2FontColor\": \"\",\n \"rank3FontFamily\": \"\",\n \"rank3FontSizePx\": \"\",\n \"rank3FontColor\": \"\",\n \"rowFontFamily\": \"\",\n \"rowFontSizePx\": \"\",\n \"rowFontColor\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "3b98956a-48b2-426c-9c5e-9d46ee6fbadf", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "crew", "widget", "config" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"channelID\": \"\",\n \"crewID\": \"\",\n \"title\": \"\",\n \"theme\": \"\",\n \"period\": \"\",\n \"startAt\": \"\",\n \"endAt\": \"\",\n \"maxDisplayCount\": \"\",\n \"isShowAmount\": \"\",\n \"isShowDonationCount\": \"\",\n \"isShowContributionRate\": \"\",\n \"isShowMemberIcon\": \"\",\n \"isActive\": \"\",\n \"bgColor\": \"\",\n \"titleFontFamily\": \"\",\n \"titleFontSizePx\": \"\",\n \"titleFontColor\": \"\",\n \"rank1FontFamily\": \"\",\n \"rank1FontSizePx\": \"\",\n \"rank1FontColor\": \"\",\n \"rank2FontFamily\": \"\",\n \"rank2FontSizePx\": \"\",\n \"rank2FontColor\": \"\",\n \"rank3FontFamily\": \"\",\n \"rank3FontSizePx\": \"\",\n \"rank3FontColor\": \"\",\n \"rowFontFamily\": \"\",\n \"rowFontSizePx\": \"\",\n \"rowFontColor\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "d259dcbf-65f7-4f40-a508-f7c01fca1fb5", "name": "/api/studio/crew/widget/config/:id/:channelID", "request": { "name": "/api/studio/crew/widget/config/:id/:channelID", "description": {}, "url": { "path": [ "api", "studio", "crew", "widget", "config", ":id", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } }, { "type": "any", "value": "", "key": "channelID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "91cfc831-4dc2-47e8-a0f5-2f84e60a7393", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "crew", "widget", "config", ":id", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "channelID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "ce2a2bad-e223-422d-86c8-c34942929349", "name": "/api/studio/crew/widget/config/:id/active", "request": { "name": "/api/studio/crew/widget/config/:id/active", "description": {}, "url": { "path": [ "api", "studio", "crew", "widget", "config", ":id", "active" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"isActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "da127d0d-31a4-4005-9134-414420930d4c", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "crew", "widget", "config", ":id", "active" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"isActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "StudioDashboard", "description": "", "item": [ { "id": "354e1fe0-c9f7-4bf5-95fa-17d7d3e46191", "name": "/api/studio/dashboard", "request": { "name": "/api/studio/dashboard", "description": {}, "url": { "path": [ "api", "studio", "dashboard" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "45801e58-b856-49bd-a30f-965995e641a6", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "dashboard" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "StudioDonationAlert", "description": "", "item": [ { "id": "716069c8-cf69-4876-b385-573231e46221", "name": "/api/studio/donation/alert/config/:channelID", "request": { "name": "/api/studio/donation/alert/config/:channelID", "description": {}, "url": { "path": [ "api", "studio", "donation", "alert", "config", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "channelID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "58bb145d-505a-49ad-b531-e99d11b1b48b", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "donation", "alert", "config", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "channelID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "1011edfd-37a1-4f4a-be5e-d82bcb74b5b2", "name": "/api/studio/donation/alert/config", "request": { "name": "/api/studio/donation/alert/config", "description": {}, "url": { "path": [ "api", "studio", "donation", "alert", "config" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"memberID\": \"\",\n \"id\": \"\",\n \"title\": \"\",\n \"amount\": \"\",\n \"matchType\": \"\",\n \"message\": \"\",\n \"playDelaySec\": \"\",\n \"displayDurationSec\": \"\",\n \"popupEffect\": \"\",\n \"textEffect\": \"\",\n \"nicknameFontFamily\": \"\",\n \"nicknameFontSize\": \"\",\n \"nicknameFontColor\": \"\",\n \"amountFontFamily\": \"\",\n \"amountFontSize\": \"\",\n \"amountFontColor\": \"\",\n \"messageFontFamily\": \"\",\n \"messageFontSize\": \"\",\n \"messageFontColor\": \"\",\n \"templateFontFamily\": \"\",\n \"templateFontSize\": \"\",\n \"templateFontColor\": \"\",\n \"enableImage\": \"\",\n \"imageUrl\": \"\",\n \"enableSound\": \"\",\n \"soundUrl\": \"\",\n \"isActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "aab024dd-dfe6-42f5-93a3-57ea2eb259ac", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "donation", "alert", "config" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"memberID\": \"\",\n \"id\": \"\",\n \"title\": \"\",\n \"amount\": \"\",\n \"matchType\": \"\",\n \"message\": \"\",\n \"playDelaySec\": \"\",\n \"displayDurationSec\": \"\",\n \"popupEffect\": \"\",\n \"textEffect\": \"\",\n \"nicknameFontFamily\": \"\",\n \"nicknameFontSize\": \"\",\n \"nicknameFontColor\": \"\",\n \"amountFontFamily\": \"\",\n \"amountFontSize\": \"\",\n \"amountFontColor\": \"\",\n \"messageFontFamily\": \"\",\n \"messageFontSize\": \"\",\n \"messageFontColor\": \"\",\n \"templateFontFamily\": \"\",\n \"templateFontSize\": \"\",\n \"templateFontColor\": \"\",\n \"enableImage\": \"\",\n \"imageUrl\": \"\",\n \"enableSound\": \"\",\n \"soundUrl\": \"\",\n \"isActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "9ef6a479-d45e-49a2-9b45-293925910bdd", "name": "/api/studio/donation/alert/config/batch", "request": { "name": "/api/studio/donation/alert/config/batch", "description": {}, "url": { "path": [ "api", "studio", "donation", "alert", "config", "batch" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"memberID\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"title\": \"\",\n \"amount\": \"\",\n \"matchType\": \"\",\n \"message\": \"\",\n \"playDelaySec\": \"\",\n \"displayDurationSec\": \"\",\n \"popupEffect\": \"\",\n \"textEffect\": \"\",\n \"nicknameFontFamily\": \"\",\n \"nicknameFontSize\": \"\",\n \"nicknameFontColor\": \"\",\n \"amountFontFamily\": \"\",\n \"amountFontSize\": \"\",\n \"amountFontColor\": \"\",\n \"messageFontFamily\": \"\",\n \"messageFontSize\": \"\",\n \"messageFontColor\": \"\",\n \"templateFontFamily\": \"\",\n \"templateFontSize\": \"\",\n \"templateFontColor\": \"\",\n \"enableImage\": \"\",\n \"imageUrl\": \"\",\n \"enableSound\": \"\",\n \"soundUrl\": \"\",\n \"isActive\": \"\"\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"amount\": \"\",\n \"matchType\": \"\",\n \"message\": \"\",\n \"playDelaySec\": \"\",\n \"displayDurationSec\": \"\",\n \"popupEffect\": \"\",\n \"textEffect\": \"\",\n \"nicknameFontFamily\": \"\",\n \"nicknameFontSize\": \"\",\n \"nicknameFontColor\": \"\",\n \"amountFontFamily\": \"\",\n \"amountFontSize\": \"\",\n \"amountFontColor\": \"\",\n \"messageFontFamily\": \"\",\n \"messageFontSize\": \"\",\n \"messageFontColor\": \"\",\n \"templateFontFamily\": \"\",\n \"templateFontSize\": \"\",\n \"templateFontColor\": \"\",\n \"enableImage\": \"\",\n \"imageUrl\": \"\",\n \"enableSound\": \"\",\n \"soundUrl\": \"\",\n \"isActive\": \"\"\n }\n ],\n \"deleteIDs\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "b58e2d45-96ac-4b0b-a45b-f22f25e95078", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "donation", "alert", "config", "batch" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"memberID\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"title\": \"\",\n \"amount\": \"\",\n \"matchType\": \"\",\n \"message\": \"\",\n \"playDelaySec\": \"\",\n \"displayDurationSec\": \"\",\n \"popupEffect\": \"\",\n \"textEffect\": \"\",\n \"nicknameFontFamily\": \"\",\n \"nicknameFontSize\": \"\",\n \"nicknameFontColor\": \"\",\n \"amountFontFamily\": \"\",\n \"amountFontSize\": \"\",\n \"amountFontColor\": \"\",\n \"messageFontFamily\": \"\",\n \"messageFontSize\": \"\",\n \"messageFontColor\": \"\",\n \"templateFontFamily\": \"\",\n \"templateFontSize\": \"\",\n \"templateFontColor\": \"\",\n \"enableImage\": \"\",\n \"imageUrl\": \"\",\n \"enableSound\": \"\",\n \"soundUrl\": \"\",\n \"isActive\": \"\"\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"amount\": \"\",\n \"matchType\": \"\",\n \"message\": \"\",\n \"playDelaySec\": \"\",\n \"displayDurationSec\": \"\",\n \"popupEffect\": \"\",\n \"textEffect\": \"\",\n \"nicknameFontFamily\": \"\",\n \"nicknameFontSize\": \"\",\n \"nicknameFontColor\": \"\",\n \"amountFontFamily\": \"\",\n \"amountFontSize\": \"\",\n \"amountFontColor\": \"\",\n \"messageFontFamily\": \"\",\n \"messageFontSize\": \"\",\n \"messageFontColor\": \"\",\n \"templateFontFamily\": \"\",\n \"templateFontSize\": \"\",\n \"templateFontColor\": \"\",\n \"enableImage\": \"\",\n \"imageUrl\": \"\",\n \"enableSound\": \"\",\n \"soundUrl\": \"\",\n \"isActive\": \"\"\n }\n ],\n \"deleteIDs\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "a8f9aded-da48-4ffc-9c04-b64be859947d", "name": "/api/studio/donation/alert/config/:id/:channelID", "request": { "name": "/api/studio/donation/alert/config/:id/:channelID", "description": {}, "url": { "path": [ "api", "studio", "donation", "alert", "config", ":id", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } }, { "type": "any", "value": "", "key": "channelID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "59f3ac3e-100b-4548-b807-e9b7d9469876", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "donation", "alert", "config", ":id", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "channelID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "df45c38b-c6cd-44d2-920e-b6c784850ab1", "name": "/api/studio/donation/alert/config/:id/active", "request": { "name": "/api/studio/donation/alert/config/:id/active", "description": {}, "url": { "path": [ "api", "studio", "donation", "alert", "config", ":id", "active" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"isActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "14e07406-9634-4472-830f-06559be7c74c", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "donation", "alert", "config", ":id", "active" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"isActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "7f14cb1b-9184-4b20-86ce-7d64f941a517", "name": "/api/studio/donation/alert/config/upload", "request": { "name": "/api/studio/donation/alert/config/upload", "description": {}, "url": { "path": [ "api", "studio", "donation", "alert", "config", "upload" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "(Required) ", "type": "text/plain" }, "key": "channelID", "value": "", "type": "text" }, { "description": { "content": "(Required) ", "type": "text/plain" }, "key": "file", "type": "file" }, { "description": { "content": "(Required) ", "type": "text/plain" }, "key": "type", "value": "", "type": "text" } ] }, "auth": null }, "response": [ { "id": "8573e280-ea79-4fa8-a8b2-21d52338c7fa", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "donation", "alert", "config", "upload" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "formdata", "formdata": [ { "description": { "content": "(Required) ", "type": "text/plain" }, "key": "channelID", "value": "", "type": "text" }, { "description": { "content": "(Required) ", "type": "text/plain" }, "key": "file", "type": "file" }, { "description": { "content": "(Required) ", "type": "text/plain" }, "key": "type", "value": "", "type": "text" } ] } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "StudioDonationGoal", "description": "", "item": [ { "id": "0af972db-d81d-4ce0-8c07-be760b9ccaaf", "name": "/api/studio/donation/goal/config/:channelID", "request": { "name": "/api/studio/donation/goal/config/:channelID", "description": {}, "url": { "path": [ "api", "studio", "donation", "goal", "config", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "channelID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "003465ba-da16-4abe-a86c-b51a82aec4f2", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "donation", "goal", "config", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "channelID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "a4608780-2f7b-4a5f-a695-34806fa41c8a", "name": "/api/studio/donation/goal/config", "request": { "name": "/api/studio/donation/goal/config", "description": {}, "url": { "path": [ "api", "studio", "donation", "goal", "config" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"channelID\": \"\",\n \"title\": \"\",\n \"style\": \"\",\n \"startAmount\": \"\",\n \"targetAmount\": \"\",\n \"startAt\": \"\",\n \"endAt\": \"\",\n \"isShowPercent\": \"\",\n \"barColor\": \"\",\n \"barBackgroundColor\": \"\",\n \"barHeightPx\": \"\",\n \"titleFontSizePx\": \"\",\n \"titleFontColor\": \"\",\n \"amountFontSizePx\": \"\",\n \"amountFontColor\": \"\",\n \"titleFontFamily\": \"\",\n \"amountFontFamily\": \"\",\n \"period\": \"\",\n \"isActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "2c2b8cb6-e1b3-406e-ac09-ccec9247ee6c", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "donation", "goal", "config" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"channelID\": \"\",\n \"title\": \"\",\n \"style\": \"\",\n \"startAmount\": \"\",\n \"targetAmount\": \"\",\n \"startAt\": \"\",\n \"endAt\": \"\",\n \"isShowPercent\": \"\",\n \"barColor\": \"\",\n \"barBackgroundColor\": \"\",\n \"barHeightPx\": \"\",\n \"titleFontSizePx\": \"\",\n \"titleFontColor\": \"\",\n \"amountFontSizePx\": \"\",\n \"amountFontColor\": \"\",\n \"titleFontFamily\": \"\",\n \"amountFontFamily\": \"\",\n \"period\": \"\",\n \"isActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "f671d4e4-2b44-49f2-add1-af6c6d4981f4", "name": "/api/studio/donation/goal/config/:id/:channelID", "request": { "name": "/api/studio/donation/goal/config/:id/:channelID", "description": {}, "url": { "path": [ "api", "studio", "donation", "goal", "config", ":id", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } }, { "type": "any", "value": "", "key": "channelID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "d17d16b8-0e7b-442b-ad21-09acb3f24d0a", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "donation", "goal", "config", ":id", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "channelID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "6bb1c5bb-1733-479f-bde9-fb86cf997301", "name": "/api/studio/donation/goal/config/:id/active", "request": { "name": "/api/studio/donation/goal/config/:id/active", "description": {}, "url": { "path": [ "api", "studio", "donation", "goal", "config", ":id", "active" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"isActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "0652b7f0-3042-4017-b48f-ab441670be24", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "donation", "goal", "config", ":id", "active" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"isActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "StudioDonationRank", "description": "", "item": [ { "id": "88a74d76-ee01-4455-a083-10346d593696", "name": "/api/studio/donation/rank/config/:channelID", "request": { "name": "/api/studio/donation/rank/config/:channelID", "description": {}, "url": { "path": [ "api", "studio", "donation", "rank", "config", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "channelID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "23451fdd-f0d9-4e0f-9d7c-e5c4bbe67349", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "donation", "rank", "config", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "channelID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "fe369a66-6927-4718-9257-ad4078a20dc1", "name": "/api/studio/donation/rank/config", "request": { "name": "/api/studio/donation/rank/config", "description": {}, "url": { "path": [ "api", "studio", "donation", "rank", "config" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"channelID\": \"\",\n \"title\": \"\",\n \"theme\": \"\",\n \"period\": \"\",\n \"startAt\": \"\",\n \"endAt\": \"\",\n \"isShowAmount\": \"\",\n \"maxRankCount\": \"\",\n \"nameMode\": \"\",\n \"isActive\": \"\",\n \"titleFontFamily\": \"\",\n \"titleFontSizePx\": \"\",\n \"titleFontColor\": \"\",\n \"nameDisplayType\": \"\",\n \"isShowDonationCount\": \"\",\n \"isShowGradeIcon\": \"\",\n \"isShowMemberIcon\": \"\",\n \"rank1FontFamily\": \"\",\n \"rank1FontSizePx\": \"\",\n \"rank1FontColor\": \"\",\n \"rank2FontFamily\": \"\",\n \"rank2FontSizePx\": \"\",\n \"rank2FontColor\": \"\",\n \"rank3FontFamily\": \"\",\n \"rank3FontSizePx\": \"\",\n \"rank3FontColor\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "5b9125e9-77ba-4820-b682-faec3814da35", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "donation", "rank", "config" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"channelID\": \"\",\n \"title\": \"\",\n \"theme\": \"\",\n \"period\": \"\",\n \"startAt\": \"\",\n \"endAt\": \"\",\n \"isShowAmount\": \"\",\n \"maxRankCount\": \"\",\n \"nameMode\": \"\",\n \"isActive\": \"\",\n \"titleFontFamily\": \"\",\n \"titleFontSizePx\": \"\",\n \"titleFontColor\": \"\",\n \"nameDisplayType\": \"\",\n \"isShowDonationCount\": \"\",\n \"isShowGradeIcon\": \"\",\n \"isShowMemberIcon\": \"\",\n \"rank1FontFamily\": \"\",\n \"rank1FontSizePx\": \"\",\n \"rank1FontColor\": \"\",\n \"rank2FontFamily\": \"\",\n \"rank2FontSizePx\": \"\",\n \"rank2FontColor\": \"\",\n \"rank3FontFamily\": \"\",\n \"rank3FontSizePx\": \"\",\n \"rank3FontColor\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "39add3d1-48be-4067-afe4-1a4ab681bbb4", "name": "/api/studio/donation/rank/config/:id/:channelID", "request": { "name": "/api/studio/donation/rank/config/:id/:channelID", "description": {}, "url": { "path": [ "api", "studio", "donation", "rank", "config", ":id", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } }, { "type": "any", "value": "", "key": "channelID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "566e0f03-6493-4c75-87f9-c41cb1b0a385", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "donation", "rank", "config", ":id", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "channelID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b0d2b765-4058-4543-9d8d-3b21fc687a5d", "name": "/api/studio/donation/rank/config/:id/active", "request": { "name": "/api/studio/donation/rank/config/:id/active", "description": {}, "url": { "path": [ "api", "studio", "donation", "rank", "config", ":id", "active" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"isActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "ea215b3a-a397-45e5-a87d-1871d195d2cb", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "donation", "rank", "config", ":id", "active" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"channelID\": \"\",\n \"isActive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "StudioSettlement", "description": "", "item": [ { "id": "e27728ee-caa2-4c97-aa1a-4f5ff2e527d9", "name": "/api/studio/settlement/account/:id", "request": { "name": "/api/studio/settlement/account/:id", "description": {}, "url": { "path": [ "api", "studio", "settlement", "account", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "id", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "DELETE", "body": {}, "auth": null }, "response": [ { "id": "244911dd-d684-4618-8a1c-ed1d2d27a162", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "settlement", "account", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "id" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "9772e800-1abf-4137-8adb-98f2ab23ce03", "name": "/api/studio/settlement/account", "request": { "name": "/api/studio/settlement/account", "description": {}, "url": { "path": [ "api", "studio", "settlement", "account" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ef70b210-960f-4258-a487-75aae751757f", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "settlement", "account" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "6076f58d-118d-4f1f-9882-96aa693b033c", "name": "/api/studio/settlement/account", "request": { "name": "/api/studio/settlement/account", "description": {}, "url": { "path": [ "api", "studio", "settlement", "account" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"accountID\": \"\",\n \"bankCode\": \"\",\n \"accountNumber\": \"\",\n \"accountHolder\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "9589995c-d461-4be3-b8b1-197b3fc7b952", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "settlement", "account" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"accountID\": \"\",\n \"bankCode\": \"\",\n \"accountNumber\": \"\",\n \"accountHolder\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "fda2b6d0-f969-4076-b77e-24c987a4189e", "name": "/api/studio/settlement/tax", "request": { "name": "/api/studio/settlement/tax", "description": {}, "url": { "path": [ "api", "studio", "settlement", "tax" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "year", "value": "" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "54cb9c46-3f5c-4c30-ab3d-ef9fcaa346fe", "name": "OK", "originalRequest": { "url": { "path": [ "api", "studio", "settlement", "tax" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "year", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Wallet", "description": "", "item": [ { "id": "69d4d667-3ea8-49c3-a5fd-83cc20c3313f", "name": "/api/wallet", "request": { "name": "/api/wallet", "description": {}, "url": { "path": [ "api", "wallet" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9a0513e6-f8f4-4529-a733-6761a333bf76", "name": "OK", "originalRequest": { "url": { "path": [ "api", "wallet" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "0b5d92c0-ede3-4eed-bef4-512059c530e0", "name": "/api/wallet/transactions", "request": { "name": "/api/wallet/transactions", "description": {}, "url": { "path": [ "api", "wallet", "transactions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "1" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "20" }, { "disabled": false, "description": { "content": " (This can only be one of 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16)", "type": "text/plain" }, "key": "type", "value": "12" } ], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c545756d-83bb-4186-96cd-1ba9cfd77c1f", "name": "OK", "originalRequest": { "url": { "path": [ "api", "wallet", "transactions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "page", "value": "1" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "perPage", "value": "20" }, { "disabled": false, "description": { "content": " (This can only be one of 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16)", "type": "text/plain" }, "key": "type", "value": "12" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Widget", "description": "", "item": [ { "id": "b032a9fd-17ab-48c6-8f34-700500a13935", "name": "/api/widget/alert/config/:widgetToken", "request": { "name": "/api/widget/alert/config/:widgetToken", "description": {}, "url": { "path": [ "api", "widget", "alert", "config", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "widgetToken", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3a6b3f50-e569-429b-8e63-6da18c610fc8", "name": "OK", "originalRequest": { "url": { "path": [ "api", "widget", "alert", "config", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "widgetToken" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "d527fd02-24cd-44fa-93fd-be4e2ac581de", "name": "/api/widget/crew/ranking/:crewSessionID", "request": { "name": "/api/widget/crew/ranking/:crewSessionID", "description": {}, "url": { "path": [ "api", "widget", "crew", "ranking", ":crewSessionID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "crewSessionID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "8ef023af-cb0d-4574-9afe-d88f08bf1543", "name": "OK", "originalRequest": { "url": { "path": [ "api", "widget", "crew", "ranking", ":crewSessionID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "crewSessionID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "e10f3d80-2638-4017-add7-67b7830e47d4", "name": "/api/widget/crew/by-token/:widgetToken", "request": { "name": "/api/widget/crew/by-token/:widgetToken", "description": {}, "url": { "path": [ "api", "widget", "crew", "by-token", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "configID", "value": "" } ], "variable": [ { "type": "any", "value": "", "key": "widgetToken", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "2b0be0ee-6f32-41e3-aa19-b450eca1b2f5", "name": "OK", "originalRequest": { "url": { "path": [ "api", "widget", "crew", "by-token", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "configID", "value": "" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "widgetToken" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "f3821667-077f-4343-b648-f37cdc072b59", "name": "/api/widget/crew/config/:widgetToken", "request": { "name": "/api/widget/crew/config/:widgetToken", "description": {}, "url": { "path": [ "api", "widget", "crew", "config", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "configID", "value": "" } ], "variable": [ { "type": "any", "value": "", "key": "widgetToken", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ba85c403-9fb5-4f16-bb28-126dfc308c65", "name": "OK", "originalRequest": { "url": { "path": [ "api", "widget", "crew", "config", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "configID", "value": "" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "widgetToken" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "20d3f429-b7cd-4e9b-8194-a487d335b02d", "name": "/api/widget/rank/:channelID", "request": { "name": "/api/widget/rank/:channelID", "description": {}, "url": { "path": [ "api", "widget", "rank", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": " (This can only be one of 1,2,3,4,5,6)", "type": "text/plain" }, "key": "periodType", "value": "4" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "maxRank", "value": "" } ], "variable": [ { "type": "any", "value": "", "key": "channelID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d2ed51b1-3733-4b0b-96fb-486db49c75e6", "name": "OK", "originalRequest": { "url": { "path": [ "api", "widget", "rank", ":channelID" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": " (This can only be one of 1,2,3,4,5,6)", "type": "text/plain" }, "key": "periodType", "value": "4" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "maxRank", "value": "" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "channelID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "8bd8e472-7251-409f-9350-61f679851db7", "name": "/api/widget/rank/by-token/:widgetToken", "request": { "name": "/api/widget/rank/by-token/:widgetToken", "description": {}, "url": { "path": [ "api", "widget", "rank", "by-token", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "configID", "value": "" } ], "variable": [ { "type": "any", "value": "", "key": "widgetToken", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0b258500-228e-4346-b2d0-8fb5160c73be", "name": "OK", "originalRequest": { "url": { "path": [ "api", "widget", "rank", "by-token", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "configID", "value": "" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "widgetToken" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "380448a6-f914-4855-b121-68ef309cb238", "name": "/api/widget/goal/config/:widgetToken", "request": { "name": "/api/widget/goal/config/:widgetToken", "description": {}, "url": { "path": [ "api", "widget", "goal", "config", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "configID", "value": "" } ], "variable": [ { "type": "any", "value": "", "key": "widgetToken", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "8a36f9f0-0ad5-4337-8df2-ad18b5aafcf8", "name": "OK", "originalRequest": { "url": { "path": [ "api", "widget", "goal", "config", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "configID", "value": "" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "widgetToken" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "ddc0698e-7b3e-444a-9613-c7f6cd410de0", "name": "/api/widget/goal/progress/:channelID/:goalConfigID", "request": { "name": "/api/widget/goal/progress/:channelID/:goalConfigID", "description": {}, "url": { "path": [ "api", "widget", "goal", "progress", ":channelID", ":goalConfigID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "", "key": "channelID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } }, { "type": "any", "value": "", "key": "goalConfigID", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0837a384-2ae2-4b89-b09d-ac6ff9ccbedb", "name": "OK", "originalRequest": { "url": { "path": [ "api", "widget", "goal", "progress", ":channelID", ":goalConfigID" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "channelID" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "goalConfigID" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "083fa625-6ab2-4ab0-a84d-b3af8cc5c748", "name": "/api/widget/goal/by-token/:widgetToken", "request": { "name": "/api/widget/goal/by-token/:widgetToken", "description": {}, "url": { "path": [ "api", "widget", "goal", "by-token", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "configID", "value": "" } ], "variable": [ { "type": "any", "value": "", "key": "widgetToken", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "15e0ae85-6b8c-4789-bcf6-6ab413f9a34a", "name": "OK", "originalRequest": { "url": { "path": [ "api", "widget", "goal", "by-token", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "configID", "value": "" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "widgetToken" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "e5eb1c6d-1b1d-4083-ac0b-69bb610a820c", "name": "/api/widget/rank/config/:widgetToken", "request": { "name": "/api/widget/rank/config/:widgetToken", "description": {}, "url": { "path": [ "api", "widget", "rank", "config", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "configID", "value": "" } ], "variable": [ { "type": "any", "value": "", "key": "widgetToken", "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" } } ] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "13635665-c4c0-4aaa-afab-252cbf523c2d", "name": "OK", "originalRequest": { "url": { "path": [ "api", "widget", "rank", "config", ":widgetToken" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "configID", "value": "" } ], "variable": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "type": "any", "value": "", "key": "widgetToken" } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "YouTube", "description": "", "item": [ { "id": "7320b2a0-e4a8-4eec-a782-72e332831844", "name": "/api/youtube/pubsub/callback", "request": { "name": "/api/youtube/pubsub/callback", "description": {}, "url": { "path": [ "api", "youtube", "pubsub", "callback" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3f7ac448-de61-41cb-98f6-a12cdd662796", "name": "OK", "originalRequest": { "url": { "path": [ "api", "youtube", "pubsub", "callback" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "438145a0-4565-4263-8b8c-728ec59f646a", "name": "/api/youtube/pubsub/callback", "request": { "name": "/api/youtube/pubsub/callback", "description": {}, "url": { "path": [ "api", "youtube", "pubsub", "callback" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "2c0dbb83-3534-4dc0-8cd5-a0418990d3a5", "name": "OK", "originalRequest": { "url": { "path": [ "api", "youtube", "pubsub", "callback" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ], "auth": { "type": "bearer", "bearer": [ { "type": "any", "value": "{{bearerToken}}", "key": "token" } ] }, "event": [], "variable": [ { "key": "baseUrl", "value": "https://localhost:4000" } ], "info": { "_postman_id": "0014f903-2c84-424f-b2e2-bae6dda2c44c", "name": "ANTOOZA Internal API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "사용자/관리자 페이지 전용. 외부 노출 안 됨.", "type": "text/plain" } } }