-
Notifications
You must be signed in to change notification settings - Fork 0
/
insomnia.json
1 lines (1 loc) · 27.8 KB
/
insomnia.json
1
{"_type":"export","__export_format":4,"__export_date":"2021-10-24T10:10:25.886Z","__export_source":"insomnia.desktop.app:v2021.5.3","resources":[{"_id":"req_18b32134e26b48de9b83f9a539dde500","parentId":"fld_78ae353cbd494dfa971d5237133fbd37","modified":1634969249838,"created":1629191135611,"url":"{{ _.url }}/users/24346602","name":"getUser","description":"Gets a `User` by Roblox ID\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `users/get`","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1634965966567,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"fld_78ae353cbd494dfa971d5237133fbd37","parentId":"wrk_9f257cdc268d460f8ec1f8846a3d3b83","modified":1629190475482,"created":1629190475482,"name":"Users","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1629190475482,"_type":"request_group"},{"_id":"wrk_9f257cdc268d460f8ec1f8846a3d3b83","parentId":null,"modified":1629190453956,"created":1629190453956,"name":"Free Draw - Moderation API","description":"","scope":"collection","_type":"workspace"},{"_id":"req_e6fbfdcbd26b4863801c6dced8057a5a","parentId":"fld_78ae353cbd494dfa971d5237133fbd37","modified":1634969255996,"created":1629191140905,"url":"{{ _.url }}/users","name":"getUsersBulk","description":"Gets a list of `User`s by Roblox ID\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `users/get/bulk`","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"userIds\": [\n\t\t24346602\n\t]\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_832881fdc5fa406a9f6cc6235c8ee36c"}],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1634965966542,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"req_a54f0798a8cf48d2bf9a4357385281b5","parentId":"fld_8ff5d5872a97423195d3735a5cd2d4ba","modified":1634969266568,"created":1629191264631,"url":"{{ _.url }}/users/24346602/actions","name":"createAction","description":"Creates a new `Action` (ex. `BAN`) on a `User`\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `users/actions/create`","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"type\": \"BAN\",\n\t\"reason\": \"test\"\n}"},"parameters":[{"id":"pair_1833a9288397489fa00c855fbbe21495","name":"Authorization","value":"Bearer {{ _.token }}","description":""},{"id":"pair_791813f257214f97bc0f34855af169f0","name":"","value":"","description":""}],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_ead80e10f337439e834fa9585f3af557"}],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1629191135539,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"fld_8ff5d5872a97423195d3735a5cd2d4ba","parentId":"fld_78ae353cbd494dfa971d5237133fbd37","modified":1634965966517,"created":1634965966517,"name":"Actions","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1634965966517,"_type":"request_group"},{"_id":"req_915e5ad1260b4f169e792d4508fd72d1","parentId":"fld_8ff5d5872a97423195d3735a5cd2d4ba","modified":1634969281701,"created":1629191419329,"url":"{{ _.url }}/users/24346602/actions/616fdf7e94ab2776e4cb565d","name":"deleteAction","description":"Deletes an `Action` on a `User` by ID\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `users/actions/delete`","method":"DELETE","body":{},"parameters":[{"id":"pair_2c405c5d4d634d30af928fa585653a4a","name":"Authorization","value":"Bearer {{ _.token }}","description":""}],"headers":[],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1629191135489,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"req_58832a1be829411cb228a51731bf908f","parentId":"fld_8ff5d5872a97423195d3735a5cd2d4ba","modified":1634969287085,"created":1629191401717,"url":"{{ _.url }}/users/24346602/actions?type=BAN","name":"deleteActionsBulk","description":"Deletes multiple `Action`s on a `User` with specified criteria\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `users/actions/delete/bulk`","method":"DELETE","body":{},"parameters":[],"headers":[],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1629191135439,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"req_c58cb7dd9f464715ae8c4ea5acd30966","parentId":"fld_17d12c860e0944a1b380e6d2811d6a3c","modified":1634969234253,"created":1629191612669,"url":"{{ _.url }}/moderators/612a04949d065900145bad72","name":"getModerator","description":"Gets a `Moderator` by ID\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `moderators/get`","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1634964944794,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"fld_17d12c860e0944a1b380e6d2811d6a3c","parentId":"wrk_9f257cdc268d460f8ec1f8846a3d3b83","modified":1629190482051,"created":1629190478696,"name":"Moderators","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1629190475432,"_type":"request_group"},{"_id":"req_ffba27d6ca1542309c297bb206652e08","parentId":"fld_17d12c860e0944a1b380e6d2811d6a3c","modified":1634969225917,"created":1630143217060,"url":"{{ _.url }}/moderators","name":"createModerator","description":"Creates a new `Moderator`\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `moderators/create`","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"name\": \"testy\",\n\t\"permissions\": [\n\t\t\"group:mod\"\n\t]\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_4033dd928e1a469b89ec9a452714e42b"}],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1634964944744,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"req_b9ff5c6982154b70ba3e8667ef7343af","parentId":"fld_17d12c860e0944a1b380e6d2811d6a3c","modified":1634970278510,"created":1630195280759,"url":"{{ _.url }}/moderators/60efc8708aa0ce5d2c8346b0","name":"updateModerator","description":"Updates properties on a `Moderator`\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `moderators/update`","method":"PATCH","body":{"mimeType":"application/json","text":"{\n\t\"name\": \"Nicole\"\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_1fc56d51d5634abfadb68e4e167b7195"}],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1634964944719,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"req_35def5fd8644467c93250dd7cf9099ef","parentId":"fld_17d12c860e0944a1b380e6d2811d6a3c","modified":1634969198473,"created":1629191624109,"url":"{{ _.url }}/moderators","name":"findModerator","description":"Finds a single `Moderator` with specified criteria\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `moderators/create`","method":"GET","body":{},"parameters":[{"id":"pair_0be2d965cef444bda6e1778789aa4fb6","name":"account","value":"DISCORD/80823659769372672","description":""}],"headers":[],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1634964944669,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"req_0316988367804790bfdda8c23bd7fd12","parentId":"fld_52051068b9734627bfd653afb36f2012","modified":1634969376310,"created":1630143227078,"url":"{{ _.url }}/moderators/60efc8708aa0ce5d2c8346b0/accounts","name":"linkModeratorAccount","description":"Links (creates) a `ModeratorAccount` to a `Moderator`\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `moderators/accounts/link`","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"platform\": \"ROBLOX\",\n\t\"id\": 24346602\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_5fe7286d470940eeaf3d545fab515d16"}],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1629191612519,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"fld_52051068b9734627bfd653afb36f2012","parentId":"fld_17d12c860e0944a1b380e6d2811d6a3c","modified":1634964944644,"created":1634964944644,"name":"Accounts","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1634964944644,"_type":"request_group"},{"_id":"req_168f36bf566242aa9eee240b3834869d","parentId":"fld_52051068b9734627bfd653afb36f2012","modified":1634969344306,"created":1634964907697,"url":"{{ _.url }}/moderators/60efc8708aa0ce5d2c8346b0/accounts/ROBLOX/24346602","name":"unlinkModeratorAccount","description":"Unlinks (removes) a `ModeratorAccount` from a `Moderator`\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `moderators/accounts/unlink`","method":"DELETE","body":{},"parameters":[],"headers":[],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1629191612469,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"req_bebb3d3a24fd41adadd4b9d5111b814c","parentId":"fld_9a3545b845ed4d19a754805068e15c0f","modified":1634979660690,"created":1634965620247,"url":"{{ _.url }}/reports","name":"getPendingReports","description":"Gets a list of all pending `Report`s\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `reports/get/pending`","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1634965620247,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"fld_9a3545b845ed4d19a754805068e15c0f","parentId":"wrk_9f257cdc268d460f8ec1f8846a3d3b83","modified":1629190490651,"created":1629190488956,"name":"Reports","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1629190475382,"_type":"request_group"},{"_id":"req_4ab5b134ab4043bdbc4b3dbb2ea10c69","parentId":"fld_9a3545b845ed4d19a754805068e15c0f","modified":1634980290536,"created":1634965690926,"url":"{{ _.url }}/reports","name":"createReport","description":"Creates a new `Report`\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `reports/create`","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"from\": 24346602,\n\t\"target\": 24346602,\n\t\"reason\": \"Reason\",\n\t\"notes\": \"Notes\"\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_647e2a9cad374935b8ad797137de3678"}],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1634965620222,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"req_162645edc5cb462896c699040d84a7f9","parentId":"fld_9a3545b845ed4d19a754805068e15c0f","modified":1634980186533,"created":1634965635342,"url":"{{ _.url }}/reports/1234/accept","name":"acceptReport","description":"Accepts a `Report`\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `reports/accept`","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"type\": \"BAN\",\n\t\"reason\": \"Accept Reason\",\n\t\"notes\": \"Accept Notes\",\n\t\"duration\": 1000000\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_8789bcb49bba48b38e45c320c675d47c"}],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1634965620197,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"req_79b32f3a926443a1bba1719ca67c40ce","parentId":"fld_9a3545b845ed4d19a754805068e15c0f","modified":1634980117167,"created":1634965656266,"url":"{{ _.url }}/reports/1234/decline","name":"declineReport","description":"Declines a `Report`\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `reports/decline`","method":"POST","body":{},"parameters":[],"headers":[],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1634965620147,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"req_0626f9962fdb4f4c98819f4f8d935d6a","parentId":"fld_e3c20084c9494c308f29eaff6641b14c","modified":1634967728606,"created":1629191780909,"url":"{{ _.url }}/logs","name":"getLogs (with options)","description":"Gets `Log`s that match specified criteria, sorted by time\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `logs/get`","method":"GET","body":{},"parameters":[],"headers":[{"id":"pair_a08b1933434d47228d2051044031b53d","name":"Authorization","value":"Bearer {{ _.token }}","description":""}],"authentication":{},"metaSortKey":-1629191780909,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"fld_e3c20084c9494c308f29eaff6641b14c","parentId":"wrk_9f257cdc268d460f8ec1f8846a3d3b83","modified":1629190495827,"created":1629190493712,"name":"Logs","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1629190475332,"_type":"request_group"},{"_id":"req_0d836e1ecef14253981566742a3342ad","parentId":"fld_e3c20084c9494c308f29eaff6641b14c","modified":1634967734936,"created":1629191796788,"url":"{{ _.url }}/logs","name":"getLogs (with cursor)","description":"Gets `Log`s that match specified criteria, sorted by time\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `logs/get`","method":"GET","body":{},"parameters":[{"id":"pair_fabfca8d0a904fa38211cc9fcaeab678","name":"cursor","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY3Rpb24iOiJORVhUIiwiZGF0YSI6eyJvcHRpb25zIjp7InBhZ2VTaXplIjoyLCJzb3J0UHJvcGVydHkiOiJ0aW1lIiwic29ydERpcmVjdGlvbiI6IkRFU0NFTkRJTkciLCJmaWx0ZXIiOnt9fSwic3RhdGUiOnsicGFnZUluZGV4IjoxLCJyYW5nZVN0YXJ0IjoxNjI5NDgyNjc1Mjc4LCJyYW5nZUVuZCI6MTYyOTQ4MjY3NTMyMSwiaW5pdGlhbGl6ZWQiOnRydWV9fSwiaWF0IjoxNjI5NDgzNjMxfQ.FQEkIrmFX-fsWAdTCpD3sqCLOKe3t3IbGQdT_ARw-5M","description":"","disabled":false}],"headers":[{"id":"pair_b2f91359807a4d2babbdc291fc95f71e","name":"Authorization","value":"Bearer {{ _.token }}","description":""}],"authentication":{},"metaSortKey":-1629191780859,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"req_e3ffdfced33a4695b1170203b697e0e2","parentId":"fld_9f99f177ea5d4f6fabbe6783dd145143","modified":1634967808761,"created":1629190738560,"url":"{{ _.url }}/auth/token","name":"getToken","description":"Gets the current `Token`\n\n## Requirements\n\n- Token: **Yes**\n- Identity: No\n- Permissions: N/A","method":"GET","body":{},"parameters":[],"headers":[{"id":"pair_510cb4dcd7db46e080088a6fbc977916","name":"Authorization","value":"Bearer {{ _.token }}","description":""}],"authentication":{},"metaSortKey":-1629190803324,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"fld_9f99f177ea5d4f6fabbe6783dd145143","parentId":"wrk_9f257cdc268d460f8ec1f8846a3d3b83","modified":1629190500851,"created":1629190499464,"name":"Auth","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1629190475282,"_type":"request_group"},{"_id":"req_c8d2ab9bccd34b34b6887f298e012b6b","parentId":"fld_9f99f177ea5d4f6fabbe6783dd145143","modified":1634967894143,"created":1629190877039,"url":"{{ _.url }}/auth/token/server","name":"signServerToken","description":"Gets a `Token` that identifies as the server\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `auth/token/server`","method":"GET","body":{"mimeType":"application/json","text":"{\n\t\"tag\": \"discord\"\n}"},"parameters":[{"id":"pair_4db30fe96ebe415e976a74dd2f566447","name":"","value":"","description":""}],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_266fa01442454b738b8fbcdef47ae256"},{"id":"pair_77a6ea258a80413280a5411cc6fea4f6","name":"Authorization","value":"Bearer {{ _.token }}","description":""}],"authentication":{},"metaSortKey":-1629190770929.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"req_519d2145d23d43b58ffc70b41e9a1a13","parentId":"fld_9f99f177ea5d4f6fabbe6783dd145143","modified":1634967920441,"created":1629190883493,"url":"{{ _.url }}/auth/token/moderator","name":"signModeratorToken","description":"Gets a `Token` that identifies as the specified `Moderator`\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `auth/token/moderator`","method":"GET","body":{"mimeType":"application/json","text":"{\n\t\"tag\": \"dfsdfdsfsd\"\n}"},"parameters":[{"id":"pair_1932830e4cbf4db595bdcb6b98bcd8ab","name":"id","value":"612a04949d065900145bad72","description":""}],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_0bec556daff1433c8c34463f298ee14c"},{"id":"pair_dbe64e4d7b754e0ba22579e9da5f568b","name":"Authorization","value":"Bearer {{ _.token }}","description":""}],"authentication":{},"metaSortKey":-1629190754732.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"req_cbcc7ca7d2eb4adfbcc661ce6c8e3716","parentId":"fld_ab3d3c503c4748d2a51c5199a7bc9661","modified":1634967941437,"created":1629190779455,"url":"{{ _.url }}/auth/discord","name":"loginDiscord","description":"Callback for Discord OAuth2\n\n## Requirements\n\n- Token: No\n- Identity: No\n- Permissions: N/A","method":"GET","body":{},"parameters":[],"headers":[{"id":"pair_e3081c7b9c0e45c2a485b9115a0f1c8c","name":"Authorization","value":"Bearer {{ _.token }}","description":""}],"authentication":{},"metaSortKey":-1629190738510,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"fld_ab3d3c503c4748d2a51c5199a7bc9661","parentId":"fld_9f99f177ea5d4f6fabbe6783dd145143","modified":1629190796108,"created":1629190793815,"name":"Login","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1629190738535,"_type":"request_group"},{"_id":"req_4eeb5b9e65814f7bad1881715fff0308","parentId":"fld_7c7194fd3e2a4e64b76dbfa7b8a3f16e","modified":1634967973826,"created":1629190812914,"url":"{{ _.url }}/auth/redirect/discord","name":"redirectDiscord","description":"Redirects to the Discord OAuth2 URL\n\n## Requirements\n\n- Token: No\n- Identity: No\n- Permissions: N/A","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1629190812914,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"fld_7c7194fd3e2a4e64b76dbfa7b8a3f16e","parentId":"fld_9f99f177ea5d4f6fabbe6783dd145143","modified":1629190809784,"created":1629190803274,"name":"Redirect","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1629190738485,"_type":"request_group"},{"_id":"req_c8129377e88f44cb8d3ce104b649a3a8","parentId":"fld_73d0dbca370e4741ac22d50cb2025127","modified":1635048580897,"created":1634965543861,"url":"{{ _.url }}/roblox/users","name":"getRobloxUsersBulk","description":"CORS proxy for `https://users.roblox.com/v1/users`\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `roblox/get/user/bulk`","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"userIds\": [\n\t\t24346602\n\t],\n\t\"excludeBannedUsers\": false\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_c969ad0a47f34025ac070ab6a07dab24"}],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1634965543861,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"fld_73d0dbca370e4741ac22d50cb2025127","parentId":"wrk_9f257cdc268d460f8ec1f8846a3d3b83","modified":1629190508655,"created":1629190504995,"name":"Roblox","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1629190475232,"_type":"request_group"},{"_id":"req_1c36a3a54b1a4c89ae6a1ad8b7f1ba43","parentId":"fld_73d0dbca370e4741ac22d50cb2025127","modified":1635048604327,"created":1634965551231,"url":"{{ _.url }}/roblox/usernames","name":"getRobloxUsernamesBulk","description":"CORS proxy for `https://users.roblox.com/v1/usernames/users`\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `roblox/get/username/bulk`","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"usernames\": [\n\t\t\"Reselim\"\n\t],\n\t\"excludeBannedUsers\": false\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_59407759bcc34471adcfdb09027b4fea"}],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1634965540989,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"req_8b99cf00cf9443eeb3c87163a61470ff","parentId":"fld_73d0dbca370e4741ac22d50cb2025127","modified":1635048618764,"created":1634965538117,"url":"{{ _.url }}/roblox/thumbnails","name":"getRobloxThumbnailsBulk","description":"CORS proxy for `https://thumbnail.roblox.com/v1/batch`\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `roblox/get/thumbnail/bulk`","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\t\"targetId\": 24346602,\n\t}\n]"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_da74401446ce47d6a89f13a066ca210b"}],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1634965538117,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"req_d500c6413cfb46469197f4c9f4235706","parentId":"fld_943a1891868f4a25b99bf88bd24e8631","modified":1635070010609,"created":1634965601940,"url":"{{ _.url }}/snapshots/617530370583fad1fe2fbe01","name":"getSnapshot","description":"Gets a `Snapshot` by ID\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `snapshots/get`","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1634965601941,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"fld_943a1891868f4a25b99bf88bd24e8631","parentId":"wrk_9f257cdc268d460f8ec1f8846a3d3b83","modified":1629190519132,"created":1629190516834,"name":"Snapshots","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1629190475182,"_type":"request_group"},{"_id":"req_c0dbeccebc3c4b43aef3a9205ecb7bc3","parentId":"fld_943a1891868f4a25b99bf88bd24e8631","modified":1635068806684,"created":1634965598293,"url":"{{ _.url }}/snapshots","name":"createSnapshot","description":"Creates a new `Snapshot`\n\n## Requirements\n\n- Token: **Yes**\n- Identity: **Yes**\n- Permissions: `snapshots/create`","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"players\": [\n\t\t{\n\t\t\t\"userId\": 24346602,\n\t\t\t\"position\": {\n\t\t\t\t\"x\": 123,\n\t\t\t\t\"y\": 456\n\t\t\t}\n\t\t}\n\t],\n\t\"logs\": [],\n\t\"canvas\": [\n\t\t{\n\t\t\t\"userId\": 24346602,\n\t\t\t\"data\": \"test\"\n\t\t}\n\t]\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_dd9ba6cfdfe34852bca941d9e0626d2d"}],"authentication":{"type":"bearer","token":"{{ _.token }}"},"metaSortKey":-1634965598293,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"off","_type":"request"},{"_id":"env_f2fc3836e169ffefd717315e480355379923eacc","parentId":"wrk_9f257cdc268d460f8ec1f8846a3d3b83","modified":1629190454006,"created":1629190454006,"name":"Base Environment","data":{},"dataPropertyOrder":null,"color":null,"isPrivate":false,"metaSortKey":1629190454006,"_type":"environment"},{"_id":"jar_f2fc3836e169ffefd717315e480355379923eacc","parentId":"wrk_9f257cdc268d460f8ec1f8846a3d3b83","modified":1634965451111,"created":1629190454007,"name":"Default Jar","cookies":[{"key":"__dcfduid","value":"a89c486033be11ec99e62d67f4062b81","expires":"2026-10-22T05:04:10.000Z","maxAge":157680000,"domain":"discord.com","path":"/","secure":true,"httpOnly":true,"extensions":["SameSite=Lax"],"hostOnly":true,"creation":"2021-10-23T05:04:11.109Z","lastAccessed":"2021-10-23T05:04:11.109Z","id":"3641758781733302"},{"key":"__sdcfduid","value":"a89c486133be11ec99e62d67f4062b814d07642e4217a8eb4f4c61913a9cbc04b91e228e8c8bec55b1ea49a193fe1d9e","expires":"2026-10-22T05:04:10.000Z","maxAge":157680000,"domain":"discord.com","path":"/","secure":true,"httpOnly":true,"extensions":["SameSite=Lax"],"hostOnly":true,"creation":"2021-10-23T05:04:11.109Z","lastAccessed":"2021-10-23T05:04:11.109Z","id":"014011506109024907"}],"_type":"cookie_jar"},{"_id":"spc_1a08fcc3950247efa6e30a7b1c22aea4","parentId":"wrk_9f257cdc268d460f8ec1f8846a3d3b83","modified":1629190453959,"created":1629190453959,"fileName":"Free Draw - Moderation API","contents":"","contentType":"yaml","_type":"api_spec"}]}