{"info":{"_postman_id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","name":"Version 1","description":"<html><head></head><body><p>This document explains how the meiling engine behaves.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14310965","collectionId":"ef6f05c3-c913-4028-bc4b-714dac72ebff","publishedId":"TWDXnc3q","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-02-21T01:31:05.000Z"},"item":[{"name":"meiling","item":[{"name":"apps","item":[{"name":"Get Application details","id":"66964F48-E3E7-4A9B-B498-63461DA9C455","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/meiling/apps/:appId","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","apps",":appId"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":null,"key":"appId"}]}},"response":[],"_postman_id":"66964F48-E3E7-4A9B-B498-63461DA9C455"},{"name":"Get Owned Applications","id":"B24BBE30-E64E-4850-A42C-A0000773CEE0","request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/meiling/apps","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","apps"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"B24BBE30-E64E-4850-A42C-A0000773CEE0"},{"name":"Create Application","id":"3F2CE14B-46EA-4978-A2FA-14326A04CE1C","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Application\",\n    \"image\": \"image link\",\n    \"accessControl\": {\n        \"permissions\": [\n            \"openid\",\n            \"email\"\n        ]\n    },\n    \"ownerId\": \"owner's userID. should be logged in\",\n    \"privacy\": \"https://stella-it.com/policy/privacy\",\n    \"terms\": \"https://stella-it.com/policy/terms\"\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/apps","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","apps"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"3F2CE14B-46EA-4978-A2FA-14326A04CE1C"},{"name":"Create Application with Limited User Access","id":"B0D4DFAF-8802-4D5B-8CCB-103606355475","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Application\",\n    \"image\": \"image link\",\n    \"accessControl\": {\n        \"permissions\": [\n            \"openid\",\n            \"email\"\n        ],\n        \"users\": [\n            \"user1's userId\",\n            \"user2's userId\"\n        ],\n        \"groups\": [\n            \"group1's groupId\",\n            \"group2's groupId\"\n        ]\n    },\n    \"ownerId\": \"owner's userID. should be logged in\",\n    \"privacy\": \"https://stella-it.com/policy/privacy\",\n    \"terms\": \"https://stella-it.com/policy/terms\"\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/apps","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","apps"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"B0D4DFAF-8802-4D5B-8CCB-103606355475"}],"id":"9540835B-E5C7-4D19-8004-0C8BF1EF17CF","event":[{"script":{"type":"text/javascript","id":"9402ee50-afd5-4f0d-a7bb-f3b4bec2a991"},"disabled":false,"listen":"prerequest"},{"disabled":false,"listen":"test","script":{"id":"1c745fe0-817d-4b7d-bbcf-98a426955f1f","type":"text/javascript"}}],"_postman_id":"9540835B-E5C7-4D19-8004-0C8BF1EF17CF","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}}},{"name":"signin","item":[{"name":"check Username(Email) exists","id":"E51A487F-53FF-4AAA-8E3D-6A5DAAA320DE","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"username_check\",\n    \"data\": {\n        \"username\": \"alex4386\"\n    }\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/signin","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","signin"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"E51A487F-53FF-4AAA-8E3D-6A5DAAA320DE"},{"name":"Username(Email) and Password","id":"54199459-78FC-4B91-9BF0-CF54E62E993E","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"username_and_password\",\n    \"data\": {\n        \"username\": \"alex4386\",\n        \"password\": \"YOUR_FANTASTIC_PASSWORD\"\n    }\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/signin","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","signin"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"54199459-78FC-4B91-9BF0-CF54E62E993E"},{"name":"2FA: Request Methods","id":"C5D45B04-6605-40C3-9D52-BB0C98C69481","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"two_factor_authentication\",\n    \"data\": {\n        \n    }\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/signin","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","signin"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"C5D45B04-6605-40C3-9D52-BB0C98C69481"},{"name":"2FA: Request Challenge","id":"C3C00BFC-5549-40B1-B68C-9EDF27829072","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"two_factor_authentication\",\n    \"data\": {\n        \"method\": \"pgp_signature\"\n        \n    }\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/signin","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","signin"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"C3C00BFC-5549-40B1-B68C-9EDF27829072"},{"name":"2FA: Challenge Response","id":"8E531160-059F-450E-9C99-B4A8B9D9DF15","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"two_factor_authentication\",\n    \"data\": {\n        \"method\": \"pgp_signature\",\n        \"challengeResponse\": \"\"\n    }\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/signin","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","signin"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"8E531160-059F-450E-9C99-B4A8B9D9DF15"},{"name":"PasswordLess: Request Methods","id":"02AC86BF-3095-441B-AE30-061E7136917C","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"passwordless\",\n    \"data\": {\n        \n    }\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/signin","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","signin"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"02AC86BF-3095-441B-AE30-061E7136917C"},{"name":"PasswordLess: Request Challenge","id":"941CDDDD-4D8C-47A5-9799-7AFD3C4D854B","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"passwordless\",\n    \"data\": {\n        \"method\": \"pgp_signature\"\n        \n    }\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/signin","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","signin"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"941CDDDD-4D8C-47A5-9799-7AFD3C4D854B"},{"name":"PasswordLess: Challenge Response","id":"7623B025-E1C2-4B6C-AB3C-0BFE33C2ACFA","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"passwordless\",\n    \"data\": {\n        \"method\": \"pgp_signature\",\n        \"challengeResponse\": \"\"\n    }\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/signin","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","signin"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"7623B025-E1C2-4B6C-AB3C-0BFE33C2ACFA"}],"id":"FA5D9C2E-2AF4-4512-9B07-4902CCB2D73B","_postman_id":"FA5D9C2E-2AF4-4512-9B07-4902CCB2D73B","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}}},{"name":"signout","item":[{"name":"Signout all","id":"4973FAA6-0E89-4967-9EBF-F3C294D90999","request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/meiling/signout","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","signout"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"4973FAA6-0E89-4967-9EBF-F3C294D90999"},{"name":"Signout specific account using query","id":"C7455527-3A31-42ED-B18E-D9BF54955448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/meiling/signout?uuid=","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","signout"],"host":["https://meiling.stella-api.dev"],"query":[{"key":"uuid","value":""}],"variable":[]}},"response":[],"_postman_id":"C7455527-3A31-42ED-B18E-D9BF54955448"},{"name":"Signout specific account using Path","id":"BBB1BBDA-B8F8-4724-A063-EBB177F6BC35","request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/meiling/signout/","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","signout",""],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"BBB1BBDA-B8F8-4724-A063-EBB177F6BC35"}],"id":"46184DD9-B97A-4F2B-AB01-A6381B2D1D9E","_postman_id":"46184DD9-B97A-4F2B-AB01-A6381B2D1D9E","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}}},{"name":"users","item":[{"name":"actions","item":[{"name":"auth","item":[{"name":"device","item":[{"name":"device_code validity check","id":"2BC9AD97-3209-4434-A9D5-06F5B7B2A576","request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/meiling/users/:userId/auth/device?user_code=7463-3856","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","users",":userId","auth","device"],"host":["https://meiling.stella-api.dev"],"query":[{"key":"user_code","value":"7463-3856"}],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"2BC9AD97-3209-4434-A9D5-06F5B7B2A576"},{"name":"authorize app via device_code","id":"6FBAB7C2-69CA-4E73-B4DD-90AA72274A56","request":{"method":"POST","header":[],"url":"https://meiling.stella-api.dev/v1/meiling/users/:userId/auth/device?user_code=7463-3856","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","users",":userId","auth","device"],"host":["https://meiling.stella-api.dev"],"query":[{"key":"user_code","value":"7463-3856"}],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"6FBAB7C2-69CA-4E73-B4DD-90AA72274A56"}],"id":"862ECD7B-E21F-4995-8C35-F41A12C5CE1D","_postman_id":"862ECD7B-E21F-4995-8C35-F41A12C5CE1D","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}}},{"name":"Check user is pre-authorized, and auto-authorize if user was previously authorized.","id":"E30CA8F2-EB30-4285-A6F6-10C0F45B5EB1","request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/meiling/users/:userId/auth?client_id=38e94511-3ec2-40fd-89cb-9be6281e9862&response_type=token&redirect_uri=https://stella-it.com/auth/callback&scope=openid","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","users",":userId","auth"],"host":["https://meiling.stella-api.dev"],"query":[{"key":"client_id","value":"38e94511-3ec2-40fd-89cb-9be6281e9862"},{"key":"response_type","value":"token"},{"key":"redirect_uri","value":"https://stella-it.com/auth/callback"},{"key":"scope","value":"openid"}],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"E30CA8F2-EB30-4285-A6F6-10C0F45B5EB1"},{"name":"Authorize Client","id":"F3E6F5C9-356C-410A-BCE2-5C74158887C8","request":{"method":"POST","header":[],"url":"https://meiling.stella-api.dev/v1/meiling/users/:userId/auth?client_id=38e94511-3ec2-40fd-89cb-9be6281e9862&response_type=code&redirect_uri=https://stella-it.com/auth/callback&scope=openid","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","users",":userId","auth"],"host":["https://meiling.stella-api.dev"],"query":[{"key":"client_id","value":"38e94511-3ec2-40fd-89cb-9be6281e9862"},{"key":"response_type","value":"code"},{"key":"redirect_uri","value":"https://stella-it.com/auth/callback"},{"key":"scope","value":"openid"}],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"F3E6F5C9-356C-410A-BCE2-5C74158887C8"}],"id":"D9257409-767A-4A2D-AC71-1187E5D7B260","_postman_id":"D9257409-767A-4A2D-AC71-1187E5D7B260","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}}},{"name":"passwords","item":[{"name":"Get Passwords of this account","id":"BB92A959-1FD9-47C1-9248-2D55B45AE86F","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://meiling.stella-api.dev/v1/meiling/users/:userId/security/passwords","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","users",":userId","security","passwords"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"BB92A959-1FD9-47C1-9248-2D55B45AE86F"},{"name":"Create new password for this account","id":"49D49F5F-9D20-4EE5-B3B1-8516BEAADB07","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"NEW_PASSWORD\"\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/users/:userId/security/passwords","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","users",":userId","security","passwords"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"49D49F5F-9D20-4EE5-B3B1-8516BEAADB07"},{"name":"Delete password via password","id":"37FBEC8F-6FAC-4225-AD90-214105E089D5","request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"PASSWORD_TO_DELETE\"\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/users/:userId/security/passwords","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","users",":userId","security","passwords"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"37FBEC8F-6FAC-4225-AD90-214105E089D5"},{"name":"Update password via password","id":"80507C7C-17AA-4829-A6A5-7DC2B72931EE","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"OLD_PASSWORD\",\n    \"newPassword\": \"NEW_PASSWORD\"\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/users/:userId/security/passwords","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","users",":userId","security","passwords"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"80507C7C-17AA-4829-A6A5-7DC2B72931EE"}],"id":"81D60312-BF0C-4FB2-82C6-F901BE2A5FBA","_postman_id":"81D60312-BF0C-4FB2-82C6-F901BE2A5FBA","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}}},{"name":"apps","item":[{"name":"redirect_uri","item":[{"name":"get redirect_uris","id":"EA879A5B-43CD-4B48-98E4-4DDC89912724","request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/meiling/users/:userId/apps/:appId/redirect_uri","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","users",":userId","apps",":appId","redirect_uri"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":"","key":"userId"},{"type":"any","value":"","key":"appId"}]}},"response":[],"_postman_id":"EA879A5B-43CD-4B48-98E4-4DDC89912724"}],"id":"52D55622-EB8C-4202-90E3-A9261D43312B","_postman_id":"52D55622-EB8C-4202-90E3-A9261D43312B","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}}},{"name":"Get Owned/Authorized Applications","id":"DBF6DB49-DE46-49EB-BF31-0D71CD4DFC9C","request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/meiling/users/:userId/apps","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","users",":userId","apps"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"DBF6DB49-DE46-49EB-BF31-0D71CD4DFC9C"},{"name":"See Specific Application","id":"37CDE416-68CC-4C17-BE6B-AEB2AF2D4084","request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/meiling/users/:userId/apps/:appId","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","users",":userId","apps",":appId"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":"","key":"userId"},{"type":"any","value":"","key":"appId"}]}},"response":[],"_postman_id":"37CDE416-68CC-4C17-BE6B-AEB2AF2D4084"}],"id":"20C193E0-DB4E-49DB-AC2F-8433C7B8EACC","_postman_id":"20C193E0-DB4E-49DB-AC2F-8433C7B8EACC","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}}},{"name":"Update the user data of specific user","id":"4168A86B-AABC-423C-9DA8-8E4DC1A469E7","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"birthday\": \"2000-01-30T23:10:25.000Z\",\n    \"familyName\": \"Hong\",\n    \"givenName\": \"Meiling\",\n    \"middleName\": null,\n    \"name\": \"Hong Meiling\"\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/users/:userId","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","users",":userId"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"4168A86B-AABC-423C-9DA8-8E4DC1A469E7"},{"name":"Get currently logged in specific user data","id":"D48E760D-B7A4-4CDD-A9A2-25D9095A1404","request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/meiling/users/:userId","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","users",":userId"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"D48E760D-B7A4-4CDD-A9A2-25D9095A1404"}],"id":"CCF6681F-4DB0-400C-A8F7-2A137674535B","_postman_id":"CCF6681F-4DB0-400C-A8F7-2A137674535B","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}}},{"name":"Get Currently Logged In Users","id":"437BF76D-C2BA-4D82-8AF3-742F34C3A39D","request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/meiling/users","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","users"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"437BF76D-C2BA-4D82-8AF3-742F34C3A39D"}],"id":"DB503398-9ED1-4B17-8A49-50FA5B5169B3","_postman_id":"DB503398-9ED1-4B17-8A49-50FA5B5169B3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}}},{"name":"authentication","item":[{"name":"issue authentication request (SMS)","id":"092A2D2A-9DD2-4BDE-BDB4-AEC516B4150D","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"phone\",\n    \"to\": \"+81 03 8439 0385\"\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/authn/issue","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","authn","issue"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"092A2D2A-9DD2-4BDE-BDB4-AEC516B4150D"},{"name":"verify authentication request (SMS)","id":"5A80A8BF-36AA-49B6-9EEF-7A05120AFCAB","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"phone\",\n    \"code\": \"CHALLENGE\"\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/authn/verify","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","authn","verify"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"5A80A8BF-36AA-49B6-9EEF-7A05120AFCAB"},{"name":"verify authentication request (e-mail)","id":"F8870BDD-8EFD-485D-94BD-816623FBB99B","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"email\",\n    \"code\": \"CHALLENGE\"\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/authn/verify","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","authn","verify"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"F8870BDD-8EFD-485D-94BD-816623FBB99B"},{"name":"issue authentication request (e-mail)","id":"81FA69FD-CCDD-4E27-9D18-5DDD3D93F7AB","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"email\",\n    \"to\": \"contact@stella-it.com\"\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/authn/issue","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","authn","issue"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"81FA69FD-CCDD-4E27-9D18-5DDD3D93F7AB"}],"id":"96E50EB5-2CA2-46A9-B2A5-72F97A485010","_postman_id":"96E50EB5-2CA2-46A9-B2A5-72F97A485010","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}}},{"name":"Lost Password","item":[{"name":"Lost Password - get recovery methods","id":"D5E32B98-EC26-439A-BDC2-C61A193B1A4E","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"context\": {\n        \"username\": \"alex4386\"\n    }\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/lost-password","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","lost-password"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"D5E32B98-EC26-439A-BDC2-C61A193B1A4E"},{"name":"Lost Password - get challenge","id":"F44CE88B-CF08-4316-9678-7EEF5B3CFFBF","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"method\": \"SMS\",\n    \"context\": {\n        \"username\": \"alex4386\"\n    }\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/lost-password","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","lost-password"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"F44CE88B-CF08-4316-9678-7EEF5B3CFFBF"},{"name":"Lost Password - respond challenge","id":"4CB5E74B-A014-48B0-8B52-3E147DEDEF61","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"method\": \"SMS\",\n    \"context\": {\n        \"username\": \"alex4386\"\n    },\n    \"data\": {\n        \"challengeResponse\": \"176558\"\n    }\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/lost-password","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","lost-password"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"4CB5E74B-A014-48B0-8B52-3E147DEDEF61"},{"name":"Lost Password - Change password","id":"E6D31361-B577-458B-80B6-3A11CC53740D","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"NEW-PASSWORD\"\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/lost-password","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","lost-password"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"E6D31361-B577-458B-80B6-3A11CC53740D"}],"id":"0A5BE5B8-0F26-47D9-B85D-148270146031","_postman_id":"0A5BE5B8-0F26-47D9-B85D-148270146031","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}}},{"name":"Get Session Token","id":"E4783859-0FE7-4BE5-A9EB-15AEF5C2AD97","request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/meiling/session","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","session"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"E4783859-0FE7-4BE5-A9EB-15AEF5C2AD97"},{"name":"Check Session Token is Valid","id":"5126D3BA-D919-461D-A2F4-D1BA8CF80C7F","request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/meiling/session","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","session"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"5126D3BA-D919-461D-A2F4-D1BA8CF80C7F"},{"name":"Sign up","id":"0455BA98-205C-4215-8FE5-B9CD6A467783","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"hakurei.reimu\",\n    \"phone\": \"+81 03 8439 0385\",\n    \"email\": \"webmaster@hakurei-shrine.gsk\",\n    \"password\": \"hkr.reimu\",\n    \"name\": {\n        \"name\": \"博麗霊夢\",\n        \"familyName\": \"博麗\",\n        \"givenName\": \"霊夢\"\n    }\n}"},"url":"https://meiling.stella-api.dev/v1/meiling/signup","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling","signup"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"0455BA98-205C-4215-8FE5-B9CD6A467783"},{"name":"Get Version","id":"10C367E2-ED83-4D95-BD30-46FC2513EF66","request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/meiling","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","id":"C371C5DF-EE7B-46E5-B69F-C42432810458","name":"meiling","type":"folder"}},"urlObject":{"path":["v1","meiling"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"10C367E2-ED83-4D95-BD30-46FC2513EF66"}],"id":"C371C5DF-EE7B-46E5-B69F-C42432810458","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"script":{"id":"331d2534-2546-4a7f-93f7-0724a2cf7f37","type":"text/javascript"},"disabled":false,"listen":"prerequest"},{"script":{"id":"fca355f7-14ac-4a4c-a887-f2416324c93a","type":"text/javascript"},"disabled":false,"listen":"test"}],"_postman_id":"C371C5DF-EE7B-46E5-B69F-C42432810458","description":""},{"name":"oauth2","item":[{"name":"token","item":[{"name":"get token via authorization_code","id":"4BD80C6A-4CBF-4D3B-B3ED-4B4C8F9D45CE","request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"type":"text","value":"38e94511-3ec2-40fd-89cb-9be6281e9862","key":"client_id"},{"key":"client_secret","type":"text","value":"wasans"},{"key":"grant_type","value":"authorization_code","type":"text"},{"key":"code","type":"text","value":"evY83pjd8uPxmjeBs1qgrkAzPy4AdK6QJh7Ha1BJpRyWXg4X8Mn7rlmtadHgAZ82sRdtFOsEXfQ8ox2QLejhzIPZR6HvoHzY7zq6NdflHfRWSl0WfIeVg5KhAktUZIW4"}]},"url":"https://meiling.stella-api.dev/v1/oauth2/token","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":""}]},"isInherited":true,"source":{"_postman_id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","name":"Version 1","type":"collection"}},"urlObject":{"path":["v1","oauth2","token"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"4BD80C6A-4CBF-4D3B-B3ED-4B4C8F9D45CE"},{"name":"get token via refresh_token","id":"53ED0C24-5476-42CB-B8C1-D41BB0CD11B2","request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"type":"text","value":"38e94511-3ec2-40fd-89cb-9be6281e9862","key":"client_id"},{"value":"wasans","key":"client_secret","type":"text"},{"value":"refresh_token","key":"grant_type","type":"text"},{"value":"evY83pjd8uPxmjeBs1qgrkAzPy4AdK6QJh7Ha1BJpRyWXg4X8Mn7rlmtadHgAZ82sRdtFOsEXfQ8ox2QLejhzIPZR6HvoHzY7zq6NdflHfRWSl0WfIeVg5KhAktUZIW4","key":"refresh_token","type":"text"}]},"url":"https://meiling.stella-api.dev/v1/oauth2/token","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":""}]},"isInherited":true,"source":{"_postman_id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","name":"Version 1","type":"collection"}},"urlObject":{"path":["v1","oauth2","token"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"53ED0C24-5476-42CB-B8C1-D41BB0CD11B2"}],"id":"3397A69F-2459-46EE-9636-BF03E34152BB","_postman_id":"3397A69F-2459-46EE-9636-BF03E34152BB","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":""}]},"isInherited":true,"source":{"_postman_id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","name":"Version 1","type":"collection"}}},{"name":"tokeninfo","item":[{"name":"check token info via access_token","id":"4973B1BD-4608-4B02-A641-3BD3D6830CFE","request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"value":"38e94511-3ec2-40fd-89cb-9be6281e9862","key":"access_token","type":"text"}]},"url":"https://meiling.stella-api.dev/v1/oauth2/tokeninfo","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":""}]},"isInherited":true,"source":{"_postman_id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","name":"Version 1","type":"collection"}},"urlObject":{"path":["v1","oauth2","tokeninfo"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"4973B1BD-4608-4B02-A641-3BD3D6830CFE"},{"name":"check token info via refresh_token","id":"92444633-5392-4C10-A6A4-4249B3B2262C","request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"value":"","type":"text","key":"refresh_token"}]},"url":"https://meiling.stella-api.dev/v1/oauth2/token","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":""}]},"isInherited":true,"source":{"_postman_id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","name":"Version 1","type":"collection"}},"urlObject":{"path":["v1","oauth2","token"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"92444633-5392-4C10-A6A4-4249B3B2262C"},{"name":"check token info via id_token","id":"CFE3D2C9-FB76-4B65-AFBF-9472D0D0EA2F","request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"type":"text","value":"","key":"refresh_token"}]},"url":"https://meiling.stella-api.dev/v1/oauth2/token","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":""}]},"isInherited":true,"source":{"_postman_id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","name":"Version 1","type":"collection"}},"urlObject":{"path":["v1","oauth2","token"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"CFE3D2C9-FB76-4B65-AFBF-9472D0D0EA2F"}],"id":"B4043423-D578-4C2D-BFF5-F6FA6DA2FE93","_postman_id":"B4043423-D578-4C2D-BFF5-F6FA6DA2FE93","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":""}]},"isInherited":true,"source":{"_postman_id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","name":"Version 1","type":"collection"}}},{"name":"device","item":[{"name":"create device_code request","id":"C92CA556-B20B-40E4-85BF-181FC814BD5D","request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"type":"text","value":"YOUR_CLIENT_ID","key":"client_id"},{"value":"openid","type":"text","key":"scope"}]},"url":"https://meiling.stella-api.dev/v1/oauth2/device/code","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":""}]},"isInherited":true,"source":{"_postman_id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","name":"Version 1","type":"collection"}},"urlObject":{"path":["v1","oauth2","device","code"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"C92CA556-B20B-40E4-85BF-181FC814BD5D"}],"id":"6CD32EEE-7150-4F26-BD7E-B02114A90CCB","_postman_id":"6CD32EEE-7150-4F26-BD7E-B02114A90CCB","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":""}]},"isInherited":true,"source":{"_postman_id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","name":"Version 1","type":"collection"}}},{"name":"userinfo","id":"D480D59D-3C24-4AE1-A7C2-66BBE4ED99EA","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/oauth2/userinfo","urlObject":{"path":["v1","oauth2","userinfo"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"D480D59D-3C24-4AE1-A7C2-66BBE4ED99EA"},{"name":"revoke","id":"49A92D6C-20D0-4005-91BF-F304508B2F26","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"url":"https://meiling.stella-api.dev/v1/oauth2/revoke?token=token","urlObject":{"path":["v1","oauth2","revoke"],"host":["https://meiling.stella-api.dev"],"query":[{"key":"token","value":"token"}],"variable":[]}},"response":[],"_postman_id":"49A92D6C-20D0-4005-91BF-F304508B2F26"}],"id":"78185497-546A-47DB-9F7E-E78194D945E8","event":[{"script":{"type":"text/javascript","id":"0a8a4b02-6630-471b-ab00-a47fc355c334"},"disabled":false,"listen":"prerequest"},{"disabled":false,"listen":"test","script":{"id":"a403aa6d-175c-4a4f-8484-250721ec3599","type":"text/javascript"}}],"_postman_id":"78185497-546A-47DB-9F7E-E78194D945E8","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":""}]},"isInherited":true,"source":{"_postman_id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","name":"Version 1","type":"collection"}}},{"name":"admin","item":[{"name":"internal","item":[{"name":"Run Sakuya Housekeeping (Token, Authorization Cleanup)","id":"87c0fde7-ef08-46ad-b17a-c8386c9da745","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin/internal/sakuya","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","internal","sakuya"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"87c0fde7-ef08-46ad-b17a-c8386c9da745"},{"name":"Export","id":"c9161ab7-0bf2-41f2-8a07-d222bdef0baf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"","value":"","type":"text"}],"url":"https://meiling.stella-api.dev/v1/admin/internal/export","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","internal","export"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9161ab7-0bf2-41f2-8a07-d222bdef0baf"}],"id":"389f4d26-9cc9-4e12-bbc0-947ac70faef8","_postman_id":"389f4d26-9cc9-4e12-bbc0-947ac70faef8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}}},{"name":"users","item":[{"name":"search","item":[{"name":"Get Users","id":"219f908d-92f4-4dc9-ab9e-534337273f3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"219f908d-92f4-4dc9-ab9e-534337273f3f"},{"name":"Search User","id":"d57acf8b-49b7-4e81-b0db-035b93bad90a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin/users?query=tosspayments","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users"],"host":["https://meiling.stella-api.dev"],"query":[{"key":"query","value":"tosspayments"}],"variable":[]}},"response":[],"_postman_id":"d57acf8b-49b7-4e81-b0db-035b93bad90a"},{"name":"Search User (RawQuery)","id":"2c83518b-e323-4b0e-a43e-6f03ed33da0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin/users?rawQuery=true&query={\"phones\":{\"some\":{\"phone\":{\"endsWith\":\"6220\"}}}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users"],"host":["https://meiling.stella-api.dev"],"query":[{"key":"rawQuery","value":"true"},{"description":{"content":"<p>Refer: <a href=\"https://www.prisma.io/docs/concepts/components/prisma-client/select-fields#select-specific-fields\">https://www.prisma.io/docs/concepts/components/prisma-client/select-fields#select-specific-fields</a></p>\n","type":"text/plain"},"key":"query","value":"{\"phones\":{\"some\":{\"phone\":{\"endsWith\":\"6220\"}}}}"}],"variable":[]}},"response":[],"_postman_id":"2c83518b-e323-4b0e-a43e-6f03ed33da0a"},{"name":"Search User (RawQuery, JSON Filtering)","id":"3fda1815-a55f-4341-9951-a21aa4d74d1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin/users?rawQuery=true&query={\"metadata\":{\"path\":\"$.KRID.isVerified.isVerified\",\"equals\":true}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users"],"host":["https://meiling.stella-api.dev"],"query":[{"key":"rawQuery","value":"true"},{"description":{"content":"<p>Refer: <a href=\"https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field\">https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field</a></p>\n","type":"text/plain"},"key":"query","value":"{\"metadata\":{\"path\":\"$.KRID.isVerified.isVerified\",\"equals\":true}}"}],"variable":[]}},"response":[],"_postman_id":"3fda1815-a55f-4341-9951-a21aa4d74d1c"}],"id":"d84f7d2f-bcb1-46fd-a1b5-4afeee4c80bf","_postman_id":"d84f7d2f-bcb1-46fd-a1b5-4afeee4c80bf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}}},{"name":"phones","item":[{"name":"Get Phones","id":"ec87a2aa-fd4a-405e-91ed-e6d6da2a65f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/phones","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","phones"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":null,"key":"userId"}]}},"response":[],"_postman_id":"ec87a2aa-fd4a-405e-91ed-e6d6da2a65f9"},{"name":"Add Phone","id":"822fb46a-338c-4cdf-b78d-dfa3ef65dc1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone\": \"+1 555 123 4567\",\n    \"isPrimary\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/phones","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","phones"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":null,"key":"userId"}]}},"response":[],"_postman_id":"822fb46a-338c-4cdf-b78d-dfa3ef65dc1c"},{"name":"Get Phone","id":"28d81667-b7ff-4638-b72a-e3c454b4aaf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/phones/:phoneId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","phones",":phoneId"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":null,"key":"userId"},{"type":"any","value":null,"key":"phoneId"}]}},"response":[],"_postman_id":"28d81667-b7ff-4638-b72a-e3c454b4aaf0"},{"name":"Edit Phone","id":"fc42a8b0-b3dd-4b39-b1a7-3147e876cca4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"phone\": \"+1 555 123 4567\",\n    \"isPrimary\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/phones/:phoneId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","phones",":phoneId"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":null,"key":"userId"},{"type":"any","value":null,"key":"phoneId"}]}},"response":[],"_postman_id":"fc42a8b0-b3dd-4b39-b1a7-3147e876cca4"},{"name":"Delete Phone","id":"ad7f085b-8704-4860-9163-5855695c507d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/phones/:phoneId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","phones",":phoneId"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":null,"key":"userId"},{"type":"any","value":null,"key":"phoneId"}]}},"response":[],"_postman_id":"ad7f085b-8704-4860-9163-5855695c507d"}],"id":"c5b6f1d3-fce5-4ede-b2d9-a66cd579335c","_postman_id":"c5b6f1d3-fce5-4ede-b2d9-a66cd579335c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}}},{"name":"sessions","item":[{"name":"Get Sessions","id":"9bfb97c6-9ba3-4220-82e7-fe358321073e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/sessions?page=1&pageSize=20","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","sessions"],"host":["https://meiling.stella-api.dev"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"20"}],"variable":[{"type":"any","value":"20fa89e2-ccc5-11ea-9bf8-0246001b2b78","key":"userId"}]}},"response":[],"_postman_id":"9bfb97c6-9ba3-4220-82e7-fe358321073e"},{"name":"Search Sessions","id":"4acce5fb-1b41-4335-89b6-471f04a3e747","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/sessions?rawQuery=true&query={\"ip\":{\"startsWith\": \"223\"}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","sessions"],"host":["https://meiling.stella-api.dev"],"query":[{"key":"rawQuery","value":"true"},{"description":{"content":"<p>Refer: <a href=\"https://www.prisma.io/docs/concepts/components/prisma-client/select-fields#select-specific-fields\">https://www.prisma.io/docs/concepts/components/prisma-client/select-fields#select-specific-fields</a></p>\n","type":"text/plain"},"key":"query","value":"{\"ip\":{\"startsWith\": \"223\"}}"}],"variable":[{"id":"893d124c-5b63-4c03-9b13-4ed4e320feba","type":"any","value":"20fa89e2-ccc5-11ea-9bf8-0246001b2b78","key":"userId"}]}},"response":[],"_postman_id":"4acce5fb-1b41-4335-89b6-471f04a3e747"}],"id":"a4f9523f-4ed0-4307-8bec-ea9582d04bae","_postman_id":"a4f9523f-4ed0-4307-8bec-ea9582d04bae","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}}},{"name":"emails","item":[{"name":"Get Emails","id":"3c07406a-6bc2-4645-9380-690a3939cece","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/emails","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","emails"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"id":"577c804a-3c45-4ae3-bd25-2be0c398d09a","type":"any","value":null,"key":"userId"}]}},"response":[],"_postman_id":"3c07406a-6bc2-4645-9380-690a3939cece"},{"name":"Add Email","id":"561db29d-3bad-46ff-8189-95bd78ee6e6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@meili.ng\",\n    \"isPrimary\": true,\n    \"isVerified\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/emails","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","emails"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"id":"8b25527f-577c-4160-b772-e43363a16a29","type":"any","value":null,"key":"userId"}]}},"response":[],"_postman_id":"561db29d-3bad-46ff-8189-95bd78ee6e6e"},{"name":"Get Phone","id":"7fd15a31-1dda-4ab1-b4a6-94818f986581","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/emails/:emailId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","emails",":emailId"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"id":"1d88cba1-2ac8-4935-bfc8-8202319e734b","type":"any","value":null,"key":"userId"},{"type":"any","value":null,"key":"emailId"}]}},"response":[],"_postman_id":"7fd15a31-1dda-4ab1-b4a6-94818f986581"},{"name":"Edit Phone","id":"0e39b67d-e39f-43a4-bdb4-7eab42f5845a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@meili.ng\",\n    \"isPrimary\": true,\n    \"isVerified\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/emails/:emailId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","emails",":emailId"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"id":"b7b7e70d-e8fe-4121-83ac-1d1e7c0554e9","type":"any","value":null,"key":"userId"},{"type":"any","value":null,"key":"emailId"}]}},"response":[],"_postman_id":"0e39b67d-e39f-43a4-bdb4-7eab42f5845a"},{"name":"Delete Phone","id":"74813965-4d43-44b2-ac23-fbae0702d357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/emails/:emailId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","emails",":emailId"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"id":"a5ce1998-70ca-4ba2-99c9-af362451b9c0","type":"any","value":null,"key":"userId"},{"type":"any","value":null,"key":"emailId"}]}},"response":[],"_postman_id":"74813965-4d43-44b2-ac23-fbae0702d357"}],"id":"fe375c6b-3b76-4145-b979-f57b41224716","_postman_id":"fe375c6b-3b76-4145-b979-f57b41224716","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}}},{"name":"Authentication Methods","item":[{"name":"Get Authentication Methods","id":"78459db4-9527-4c24-89ec-7b024dc470d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/authns","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","authns"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"78459db4-9527-4c24-89ec-7b024dc470d7"},{"name":"Add Password","id":"f6725b09-7984-4ccf-8441-bc354f0c4474","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"method\": \"PASSWORD\",\n    \"data\": {\n        \"type\": \"PASSWORD\",\n        \"data\": {\n            \"hash\": \"BCRYPT HASHED PASSWORD\"\n        }\n    },\n    \"allowSingleFactor\": false,\n    \"allowTwoFactor\": false,\n    \"allowPasswordReset\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/authns","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","authns"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":null,"key":"userId"}]}},"response":[],"_postman_id":"f6725b09-7984-4ccf-8441-bc354f0c4474"},{"name":"Add SMS","id":"5b9741a9-1d14-45d0-8150-63a8dd4c6ac6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"method\": \"SMS\",\n    \"data\": {\n        \"type\": \"SMS\"\n    },\n    \"allowSingleFactor\": false,\n    \"allowTwoFactor\": true,\n    \"allowPasswordReset\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/authns","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","authns"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":null,"key":"userId"}]}},"response":[],"_postman_id":"5b9741a9-1d14-45d0-8150-63a8dd4c6ac6"},{"name":"Add PGP KEY","id":"1cef9adc-6b33-48d4-a55f-f0711599112e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"method\": \"PGP_KEY\",\n    \"data\": {\n        \"type\": \"PGP_KEY\",\n        \"data\": {\n            \"name\": \"Smith's PGP Key\",\n            \"key\": \"-----BEGIN PGP PUBLIC KEY BLOCK-----\\n\\nblah\\n-----END PGP PUBLIC KEY BLOCK-----\"\n        }\n    },\n    \"allowSingleFactor\": true,\n    \"allowTwoFactor\": true,\n    \"allowPasswordReset\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/authns","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","authns"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":null,"key":"userId"}]}},"response":[],"_postman_id":"1cef9adc-6b33-48d4-a55f-f0711599112e"},{"name":"Add Email","id":"94b2640a-3de3-4ffb-baad-0ffe3128aec9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"method\": \"EMAIL\",\n    \"data\": {\n        \"type\": \"EMAIL\"\n    },\n    \"allowSingleFactor\": false,\n    \"allowTwoFactor\": true,\n    \"allowPasswordReset\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/authns","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","authns"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":null,"key":"userId"}]}},"response":[],"_postman_id":"94b2640a-3de3-4ffb-baad-0ffe3128aec9"},{"name":"Get AuthnMethod","id":"5a094dad-78f5-4325-807d-de75f3d30427","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/authns/:authnId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","authns",":authnId"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":null,"key":"userId"},{"type":"any","value":null,"key":"authnId"}]}},"response":[],"_postman_id":"5a094dad-78f5-4325-807d-de75f3d30427"},{"name":"Update AuthnMethod","id":"c3e2608d-1233-4b93-9673-cf5160cbcc52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"method\": \"PASSWORD\",\n    \"data\": {\n        \"type\": \"PASSWORD\",\n        \"data\": {\n            \"hash\": \"BCRYPT HASHED PASSWORD\"\n        }\n    },\n    \"allowSingleFactor\": false,\n    \"allowTwoFactor\": false,\n    \"allowPasswordReset\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/authns/:authnId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","authns",":authnId"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":null,"key":"userId"},{"type":"any","value":null,"key":"authnId"}]}},"response":[],"_postman_id":"c3e2608d-1233-4b93-9673-cf5160cbcc52"},{"name":"Delete AuthnMethod","id":"16269b99-8687-4921-bf7c-e688c8408855","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://meiling.stella-api.dev/v1/admin/users/:userId/authns/:authnId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId","authns",":authnId"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":null,"key":"userId"},{"type":"any","value":null,"key":"authnId"}]}},"response":[],"_postman_id":"16269b99-8687-4921-bf7c-e688c8408855"}],"id":"f30b2c88-f90f-4548-a4f4-a678289a5c79","_postman_id":"f30b2c88-f90f-4548-a4f4-a678289a5c79","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}}},{"name":"Delete User","id":"f3d00676-6190-4c20-9311-f275f7258ca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://meiling.stella-api.dev/v1/admin/users/:userId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":null,"key":"userId"}]}},"response":[],"_postman_id":"f3d00676-6190-4c20-9311-f275f7258ca2"},{"name":"Get User","id":"cf1945b8-a004-4aa7-9f8d-0ccb74331b9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin/users/:userId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"id":"e203176e-4bb8-4478-8217-cbaae8928b75","type":"any","value":null,"key":"userId"}]}},"response":[],"_postman_id":"cf1945b8-a004-4aa7-9f8d-0ccb74331b9c"},{"name":"Edit User","id":"0eac7b23-5740-4e7d-96e0-4623ec20f4d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"example\",\n    \"givenName\": \"James\",\n    \"familyName\": \"Smith\",\n    \"name\": \"Jamey\",\n    \"birthday\": \"1972-11-21\",\n    \"metadata\": {\n        \"isBabo\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://meiling.stella-api.dev/v1/admin/users/:userId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users",":userId"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[{"type":"any","value":null,"key":"userId"}]}},"response":[],"_postman_id":"0eac7b23-5740-4e7d-96e0-4623ec20f4d6"},{"name":"Create User","id":"559432f6-4743-41dc-b447-fc631d838e88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"example\",\n    \"name\": {\n        \"givenName\": \"James\",\n        \"familyName\": \"Smith\",\n        \"name\": \"Jamey\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://meiling.stella-api.dev/v1/admin/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","users"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"559432f6-4743-41dc-b447-fc631d838e88"}],"id":"d6399901-988b-4233-ab79-765ba3bf53f0","_postman_id":"d6399901-988b-4233-ab79-765ba3bf53f0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}}},{"name":"sessions","item":[{"name":"search","item":[{"name":"Get Sessions","id":"aeab8f0f-bcb2-4eac-a0e7-b039494b0337","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin/sessions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","sessions"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"aeab8f0f-bcb2-4eac-a0e7-b039494b0337"},{"name":"Search User (RawQuery)","id":"052992cd-d676-43f3-89b9-bb2e6fa55374","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin/sessions?query={\"ip\":{\"startsWith\":\"1\"}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","sessions"],"host":["https://meiling.stella-api.dev"],"query":[{"description":{"content":"<p>Refer: <a href=\"https://www.prisma.io/docs/concepts/components/prisma-client/select-fields#select-specific-fields\">https://www.prisma.io/docs/concepts/components/prisma-client/select-fields#select-specific-fields</a></p>\n","type":"text/plain"},"key":"query","value":"{\"ip\":{\"startsWith\":\"1\"}}"}],"variable":[]}},"response":[],"_postman_id":"052992cd-d676-43f3-89b9-bb2e6fa55374"},{"name":"Search User (RawQuery, JSON Filtering)","id":"85f6bf24-50be-4d53-9ea2-9fcf7bf3dcd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin/sessions?query={\"session\":{\"path\":\"$.user\",\"array_contains\":{\"id\":\"example\"}}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","sessions"],"host":["https://meiling.stella-api.dev"],"query":[{"description":{"content":"<p>Refer: <a href=\"https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field\">https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field</a></p>\n","type":"text/plain"},"key":"query","value":"{\"session\":{\"path\":\"$.user\",\"array_contains\":{\"id\":\"example\"}}}"}],"variable":[]}},"response":[],"_postman_id":"85f6bf24-50be-4d53-9ea2-9fcf7bf3dcd3"}],"id":"709729ae-25b5-4e8e-8311-cfe52c6cdb15","_postman_id":"709729ae-25b5-4e8e-8311-cfe52c6cdb15","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}}},{"name":"Delete Session","id":"cee51a19-8541-4283-a031-a34a36cd7221","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://meiling.stella-api.dev/v1/admin/sessions?token=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","sessions"],"host":["https://meiling.stella-api.dev"],"query":[{"key":"token","value":""}],"variable":[]}},"response":[],"_postman_id":"cee51a19-8541-4283-a031-a34a36cd7221"},{"name":"Get Session Data","id":"c21a42bb-ac4d-4f62-b7eb-6eca1e7656b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin/sessions?token=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","sessions"],"host":["https://meiling.stella-api.dev"],"query":[{"key":"token","value":""}],"variable":[]}},"response":[],"_postman_id":"c21a42bb-ac4d-4f62-b7eb-6eca1e7656b2"},{"name":"Edit Session Data","id":"12e3b27c-75b2-45cf-adb0-ba2c9b43f066","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://meiling.stella-api.dev/v1/admin/sessions?token=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin","sessions"],"host":["https://meiling.stella-api.dev"],"query":[{"key":"token","value":""}],"variable":[]}},"response":[],"_postman_id":"12e3b27c-75b2-45cf-adb0-ba2c9b43f066"}],"id":"41cb1b15-3735-4d5a-8b56-06255cbbf126","_postman_id":"41cb1b15-3735-4d5a-8b56-06255cbbf126","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}}},{"name":"Get Meiling Details","id":"35a09e91-4eca-4b84-81cc-babd79469934","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/admin","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","name":"admin","type":"folder"}},"urlObject":{"path":["v1","admin"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"35a09e91-4eca-4b84-81cc-babd79469934"}],"id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"e2e677e1-5905-4b67-8eb4-df939b6b428a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f6578076-db3d-4196-9ae7-45ea583112e9","type":"text/javascript","exec":[""]}}],"_postman_id":"8aedf01e-0b02-4c1a-a21b-e367bdafd14d","description":""},{"name":"Root","id":"16AA70B4-EA23-4C2C-871A-046361AF6EDF","request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/v1/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":""}]},"isInherited":true,"source":{"_postman_id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","name":"Version 1","type":"collection"}},"urlObject":{"path":["v1",""],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"16AA70B4-EA23-4C2C-871A-046361AF6EDF"},{"name":"openid-configuration","id":"ef44bcc4-d4d5-47e2-b187-34be6d320865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://meiling.stella-api.dev/.well-known/openid-configuration","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":""}]},"isInherited":true,"source":{"_postman_id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","id":"ef6f05c3-c913-4028-bc4b-714dac72ebff","name":"Version 1","type":"collection"}},"urlObject":{"path":[".well-known","openid-configuration"],"host":["https://meiling.stella-api.dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef44bcc4-d4d5-47e2-b187-34be6d320865"}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":""}]}},"event":[{"listen":"prerequest"},{"listen":"test"}],"variable":[{"key":"destination_server","value":"https://meiling.stella-api.dev"},{"key":"session_token","value":""},{"key":"admin_token","value":"","type":"string"}]}