{"info":{"_postman_id":"e4c5c4da-9db3-4003-bf6e-f2be4596d0c2","name":"CyStack Locker Secret","description":"<html><head></head><body><p>The Locker Secrets API is organized around REST. Almost APIs return JSON responses and uses standard HTTP Response codes, authentication, and verbs.</p>\n<p>These APIs are used on Locker Secrets Manager (<a href=\"https://secrets.locker.io\">https://secrets.locker.io</a>)</p>\n<p><strong>Base API Host</strong></p>\n<p><a href=\"https://secrets-core.locker.io\">https://secrets-core.locker.io</a></p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>The Locker Secrets API uses a <strong>Bearer token</strong> to authenticate requests. Almost APIs need to be authenticated. This token is a JWT token with <code>cs.</code> prefix. You can get your authentication token by login Locker ID (<a href=\"https://id.locker.io\">https://id.locker.io</a>)</p>\n<p>One example token:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Bearer cs.eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoiMjMyM0Bwdy5jeXN0YWNrLm9yZyIsImNyZWF0ZWRfdGltZSI6MTY0MDYxNzAzNSwiZXhwaXJlZF90aW1lIjoxNjQwNjMxNDM1LCJ0b2tlbl90eXBlIjoiYXV0aGVudGljYXRpb24iLCJzY29wZSI6InB3ZG1hbmFnZXIifQ.jHQGpKMGzW2RtLk6B9RTpEHG_DMEY0hIRlVbLNt9I60\n\n</code></pre><h1 id=\"errors\">Errors</h1>\n<p>The Locker Secrets API uses conventional HTTP response codes to indicate the success or failure of an API request. In general:</p>\n<p>Code <code>2xx</code> range indicates success</p>\n<p>Code in <code>4xx</code> range indicates an error that failed given the information provided (e.g, a required parameter was omitted, authentication failed, etc.). Almost <code>4xx</code> errors have the format as:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"code\": \"0000\",\n    \"message\": \"xxx\",\n    \"details\": {}                   \n}\n\n</code></pre>\n<ul>\n<li><code>code</code> (string) This is an error code</li>\n<li><code>message</code> (string) Error description</li>\n<li><code>details</code> (object) An object indicates details of this error</li>\n</ul>\n<p>Code in <code>5xx</code> range indicates an error with our servers.</p>\n<h1 id=\"pagination\">Pagination</h1>\n<p>All top-level API resources have support for bulk fetch via \"list\" API methods. These list API methods share a common structure, taking these parameters: <code>page</code>, <code>size</code>, <code>paging</code></p>\n<ul>\n<li><code>page</code> (optional, default is 1): The current index of \"list\"</li>\n<li><code>size</code> (optional, default is 10): A limit on the number of objects to be returned. Only some APIs support this parameter</li>\n<li><code>paging</code> (optional, default is 1): Paging or not. Only some APIs support this parameter</li>\n</ul>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>To keep incoming traffic under control and maintain a great experience for all our users, our API is behind a rate limiter. Users who send many requests in quick succession may see error responses that show up as status code 429.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Errors","slug":"errors"},{"content":"Pagination","slug":"pagination"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"2690031","collectionId":"e4c5c4da-9db3-4003-bf6e-f2be4596d0c2","publishedId":"2s93sjVozF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-20T03:17:31.000Z"},"item":[{"name":"SSO","item":[{"name":"Auth","item":[{"name":"Auth by username and password","id":"c358a58f-1f5e-4963-adca-a91ee2ac0045","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"admin\",\r\n    \"password\": \"admin\",\r\n    \"client_id\": \"xxx\",\r\n    \"device_id\": \"b325efc1-1725-4cd1-a6c3-970c1cd8d710\",\r\n    \"device_name\": \"Unknown\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/sso/auth","urlObject":{"path":["v1","sso","auth"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c358a58f-1f5e-4963-adca-a91ee2ac0045"},{"name":"Logout","id":"e18debbb-140d-4a9e-8023-8ba56475336f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer  {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/sso/logout","urlObject":{"path":["v1","sso","logout"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e18debbb-140d-4a9e-8023-8ba56475336f"},{"name":"Auth by otp","event":[{"listen":"test","script":{"exec":["responseBody = pm.response.json();\r","\r","// Get the value of the \"keyName\" key from the response body\r","var token = responseBody.token;\r","// Set the \"myData\" environment variable to the extracted value\r","if (token != null){\r","    pm.collectionVariables.set(\"token\", token);\r","\r","}"],"type":"text/javascript","id":"2ca94b89-3db2-46dd-bb99-d901a05f310e"}}],"id":"ddf677c8-cfb8-4ec4-b957-bc6f62cae15c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Device-ID","value":"1","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"admin\",\r\n    \"password\": \"admin\",\r\n    \"otp\":\"894700\",\r\n    \"method\":\"smart_otp\",\r\n    \"save_device\":\"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/sso/auth/otp","urlObject":{"path":["v1","sso","auth","otp"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddf677c8-cfb8-4ec4-b957-bc6f62cae15c"}],"id":"90095c43-67f4-489e-8dd7-467d9568cd7e","_postman_id":"90095c43-67f4-489e-8dd7-467d9568cd7e","description":""},{"name":"Users","item":[{"name":"Check user exists or not","id":"a43d5724-3d61-44aa-8989-be8bd3c4f80b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/sso/users/exist","urlObject":{"path":["v1","sso","users","exist"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a43d5724-3d61-44aa-8989-be8bd3c4f80b"},{"name":"Register new user","id":"df0ef69a-77f9-455c-83aa-77486ae497c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"admin\",\r\n    \"password\": \"admin\",\r\n    \"confirm_password\": \"admin\",\r\n    \"key\": null,\r\n    \"public_key\": null,\r\n    \"private_key\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/sso/users/register","urlObject":{"path":["v1","sso","users","register"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"df0ef69a-77f9-455c-83aa-77486ae497c1"},{"name":"Get me","id":"d14d52a9-83df-452b-864d-3a46613a1a9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/sso/users/me","urlObject":{"path":["v1","sso","users","me"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d14d52a9-83df-452b-864d-3a46613a1a9d"},{"name":"Get revision date","id":"e5697eaf-edcc-4ee8-aa69-4783ce524218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/sso/users/revision_date","urlObject":{"path":["v1","sso","users","revision_date"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5697eaf-edcc-4ee8-aa69-4783ce524218"},{"name":"Update me","id":"76fa7b69-24d8-40fe-bc8f-6c950920482f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"admin\",\r\n    \"registered_time\": 1685072972.767183,\r\n    \"full_name\": \"Admin\",\r\n    \"phone\": \"+84 12785714385\",\r\n    \"country\": \"VN\",\r\n    \"language\": \"vi\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/sso/users/me","urlObject":{"path":["v1","sso","users","me"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"76fa7b69-24d8-40fe-bc8f-6c950920482f"},{"name":"Change password","id":"885a070f-8e5b-4913-b095-c0a287187cbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"admin1\",\r\n    \"new_password\": \"admin\",\r\n    \"confirm_new_password\": \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/sso/users/change_password","urlObject":{"path":["v1","sso","users","change_password"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"885a070f-8e5b-4913-b095-c0a287187cbf"},{"name":"Get factor2","id":"81de4c9b-bac3-49e9-a666-e8953b0badad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/sso/users/me/factor2","urlObject":{"path":["v1","sso","users","me","factor2"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"81de4c9b-bac3-49e9-a666-e8953b0badad"},{"name":"update otp status","id":"347aa7a8-8178-4b5c-8cf4-1f2861609fa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"otp\": \"984693\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/sso/users/me/factor2/smart_otp","urlObject":{"path":["v1","sso","users","me","factor2","smart_otp"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"347aa7a8-8178-4b5c-8cf4-1f2861609fa7"},{"name":"deactivate","id":"1cea69cd-991e-4078-adb6-a5e952b0e428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"admin\"\r\n}\r\n"},"url":"{{host}}/v1/sso/users/me/factor2/deactivate","urlObject":{"path":["v1","sso","users","me","factor2","deactivate"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1cea69cd-991e-4078-adb6-a5e952b0e428"}],"id":"1a3a8516-9c78-46f2-b572-0dc205f7cb8e","_postman_id":"1a3a8516-9c78-46f2-b572-0dc205f7cb8e","description":""},{"name":"User Devices","item":[{"name":"List user devices","id":"a440d6de-831a-4ade-bb56-d31ae5ea81ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/sso/users/me/devices","urlObject":{"path":["v1","sso","users","me","devices"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a440d6de-831a-4ade-bb56-d31ae5ea81ac"},{"name":"Delete device","id":"24070b64-e9ae-4d14-a58f-fe0f552b3f41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/sso/users/me/devices/:id","urlObject":{"path":["v1","sso","users","me","devices",":id"],"host":["{{host}}"],"query":[],"variable":[{"description":{"content":"<p>Device id</p>\n","type":"text/plain"},"type":"any","value":"d6938cf2-88f1-4207-99dd-7f087be4fa35","key":"id"}]}},"response":[],"_postman_id":"24070b64-e9ae-4d14-a58f-fe0f552b3f41"}],"id":"b1cb6ef9-5ff5-42a8-9736-1f17cdee2d14","_postman_id":"b1cb6ef9-5ff5-42a8-9736-1f17cdee2d14","description":""}],"id":"b024d515-7a34-40bc-92e3-6778cee7ce54","_postman_id":"b024d515-7a34-40bc-92e3-6778cee7ce54","description":""},{"name":"Resources","item":[{"name":"List countries","id":"6937f753-4296-46c2-a2a6-fa3ee57dab5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/v1/resources/countries","urlObject":{"path":["v1","resources","countries"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6937f753-4296-46c2-a2a6-fa3ee57dab5b"}],"id":"10921f16-28e2-4fdb-9c57-00c0d7dfa85b","_postman_id":"10921f16-28e2-4fdb-9c57-00c0d7dfa85b","description":""},{"name":"Organizations","item":[{"name":"List organizations","id":"b2129d27-f826-4216-8334-7cb6681da4a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/v1/organizations","urlObject":{"path":["v1","organizations"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2129d27-f826-4216-8334-7cb6681da4a4"},{"name":"Create new organization","id":"be41db64-4d65-47ff-922e-133f06faa6ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"My Workspace\",\r\n    \"description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/organizations","urlObject":{"path":["v1","organizations"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"be41db64-4d65-47ff-922e-133f06faa6ae"},{"name":"Retrieve an organization","id":"4c9287a2-638e-4368-9a16-6d00125fae4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/v1/organizations/:organization_id","urlObject":{"path":["v1","organizations",":organization_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"pvnh3f","key":"organization_id"}]}},"response":[],"_postman_id":"4c9287a2-638e-4368-9a16-6d00125fae4c"},{"name":"Update an organization","id":"6d222944-b645-4c2c-93a4-cf884893595f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"My Workspace\",\r\n    \"description\": \"Test org\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/organizations/:organization_id","urlObject":{"path":["v1","organizations",":organization_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"pvnh3f","key":"organization_id"}]}},"response":[],"_postman_id":"6d222944-b645-4c2c-93a4-cf884893595f"}],"id":"1806bba7-2849-4bab-9798-6523f27282c6","_postman_id":"1806bba7-2849-4bab-9798-6523f27282c6","description":""},{"name":"Organization Members","item":[{"name":"List members","id":"aee5b3c3-9f89-4e6f-a3aa-6e9f89969bef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/v1/organizations/:id/members","urlObject":{"path":["v1","organizations",":id","members"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"pvnh3f","key":"id"}]}},"response":[],"_postman_id":"aee5b3c3-9f89-4e6f-a3aa-6e9f89969bef"},{"name":"Create new member","id":"b3940528-9cb0-4dba-98f6-3125c0b9b04a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"member1\",\r\n    \"password\": \"encrypted_master_pass_member1\",\r\n    \"full_name\": \"Member 1\",\r\n    \"phone\": \"\",\r\n    \"country\": null,\r\n    \"role\": \"member\",\r\n    \"key\": null,\r\n    \"public_key\": null,\r\n    \"private_key\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/organizations/:id/members","urlObject":{"path":["v1","organizations",":id","members"],"host":["{{host}}"],"query":[],"variable":[{"id":"7df9b239-6d47-4363-b700-688686395c13","type":"any","value":"pvnh3f","key":"id"}]}},"response":[],"_postman_id":"b3940528-9cb0-4dba-98f6-3125c0b9b04a"},{"name":"Retrieve a member","id":"d581f90a-bebb-440a-a986-3ca044092f5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/v1/organizations/:id/members/:member_id","urlObject":{"path":["v1","organizations",":id","members",":member_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"pvnh3f","key":"id"},{"type":"any","value":"e9d2bac4-c248-481a-84a6-1b80ed86c79c","key":"member_id"}]}},"response":[],"_postman_id":"d581f90a-bebb-440a-a986-3ca044092f5e"},{"name":"Update role","id":"1f1fe07a-9777-4020-a1a5-961969706508","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"role\": \"member\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/organizations/:id/members/:member_id","urlObject":{"path":["v1","organizations",":id","members",":member_id"],"host":["{{host}}"],"query":[],"variable":[{"id":"403d2a40-6eff-467d-8f31-9e8ebc14ccd4","type":"any","value":"pvnh3f","key":"id"},{"id":"07090a67-5813-4787-a257-07bbc6eff932","type":"any","value":"e9d2bac4-c248-481a-84a6-1b80ed86c79c","key":"member_id"}]}},"response":[],"_postman_id":"1f1fe07a-9777-4020-a1a5-961969706508"},{"name":"Delete member","id":"af35d866-1b7d-4214-9ac0-0806ef3de520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/organizations/:id/members/:member_id","urlObject":{"path":["v1","organizations",":id","members",":member_id"],"host":["{{host}}"],"query":[],"variable":[{"id":"403d2a40-6eff-467d-8f31-9e8ebc14ccd4","type":"any","value":"pvnh3f","key":"id"},{"id":"07090a67-5813-4787-a257-07bbc6eff932","type":"any","value":"e9d2bac4-c248-481a-84a6-1b80ed86c79c","key":"member_id"}]}},"response":[],"_postman_id":"af35d866-1b7d-4214-9ac0-0806ef3de520"}],"id":"2640718d-3205-468a-8c5b-489a1b4bc2f6","_postman_id":"2640718d-3205-468a-8c5b-489a1b4bc2f6","description":""},{"name":"Projects","item":[{"name":"List projects","id":"edfbb30e-b702-43f8-9fed-e5bc624d1964","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/v1/projects","urlObject":{"path":["v1","projects"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"edfbb30e-b702-43f8-9fed-e5bc624d1964"},{"name":"Create project","id":"7588c3a6-25c9-4390-8f52-3caa36c16178","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Locker Secret API\",\r\n    \"organization_id\": \"pvnh3f\",\r\n    \"key\": \"encrypted_org_key\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/projects","urlObject":{"path":["v1","projects"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7588c3a6-25c9-4390-8f52-3caa36c16178"},{"name":"Retrieve a project","id":"19905924-405c-4187-aabb-ce8e7c5c028b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/v1/projects/:project_id","urlObject":{"path":["v1","projects",":project_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"1","key":"project_id"}]}},"response":[],"_postman_id":"19905924-405c-4187-aabb-ce8e7c5c028b"},{"name":"Update a project","id":"fe3a6654-0463-4ced-988e-a30379a955b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Locker Secret\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/projects/:project_id","urlObject":{"path":["v1","projects",":project_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"1","key":"project_id"}]}},"response":[],"_postman_id":"fe3a6654-0463-4ced-988e-a30379a955b9"},{"name":"Delete a project","id":"28970add-6bc1-471f-8c5d-97659b89ac7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"New name\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/projects/:project_id","urlObject":{"path":["v1","projects",":project_id"],"host":["{{host}}"],"query":[],"variable":[{"id":"c3786364-1282-4066-b29a-5cd4449cb6e2","type":"any","value":null,"key":"project_id"}]}},"response":[],"_postman_id":"28970add-6bc1-471f-8c5d-97659b89ac7a"}],"id":"a15f4a9b-71ae-418f-8178-2b3a4845fc70","_postman_id":"a15f4a9b-71ae-418f-8178-2b3a4845fc70","description":""},{"name":"Project Members","item":[{"name":"List project members","id":"eb286f79-b3ad-4976-aa60-f070b8747d08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/v1/projects/:project_id/members","urlObject":{"path":["v1","projects",":project_id","members"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"1","key":"project_id"}]}},"response":[],"_postman_id":"eb286f79-b3ad-4976-aa60-f070b8747d08"},{"name":"Create project member","id":"99bec877-625b-4356-9373-68d7515c6c4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"organization_member_id\": \"2ea4099e-9b81-418b-9b35-11344784d20c\",\r\n    \"role\": \"project_regular\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/projects/:project_id/members","urlObject":{"path":["v1","projects",":project_id","members"],"host":["{{host}}"],"query":[],"variable":[{"id":"64154f19-2fae-45d8-8e3f-570bff5e11e7","type":"any","value":"1","key":"project_id"}]}},"response":[],"_postman_id":"99bec877-625b-4356-9373-68d7515c6c4c"},{"name":"Retrieve project member","id":"2a493148-04e2-43ee-9a57-9db391a9b822","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/v1/projects/:project_id/members/:member_id","urlObject":{"path":["v1","projects",":project_id","members",":member_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"1","key":"project_id"},{"type":"any","value":"2","key":"member_id"}]}},"response":[],"_postman_id":"2a493148-04e2-43ee-9a57-9db391a9b822"},{"name":"Update project member","id":"2cd67aa1-c508-4c3f-9edf-0fad26b1a39e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"role\": \"project_read_only\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/projects/:project_id/members/:member_id","urlObject":{"path":["v1","projects",":project_id","members",":member_id"],"host":["{{host}}"],"query":[],"variable":[{"id":"ad176507-22bf-4490-9ee9-3f7febcd4780","type":"any","value":"1","key":"project_id"},{"id":"42bb19db-76bf-4bca-8303-1296e539389e","type":"any","value":"2","key":"member_id"}]}},"response":[],"_postman_id":"2cd67aa1-c508-4c3f-9edf-0fad26b1a39e"},{"name":"Delete project member","id":"64731cb8-6098-42dd-ae32-2ed6075ed63e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/projects/:project_id/members/:member_id","urlObject":{"path":["v1","projects",":project_id","members",":member_id"],"host":["{{host}}"],"query":[],"variable":[{"id":"ad176507-22bf-4490-9ee9-3f7febcd4780","type":"any","value":"1","key":"project_id"},{"id":"42bb19db-76bf-4bca-8303-1296e539389e","type":"any","value":"2","key":"member_id"}]}},"response":[],"_postman_id":"64731cb8-6098-42dd-ae32-2ed6075ed63e"}],"id":"c2849849-57c0-40ca-a8bb-57e802852aae","_postman_id":"c2849849-57c0-40ca-a8bb-57e802852aae","description":""},{"name":"Environments","item":[{"name":"List project environments","id":"51bb8c31-c760-43a1-a6dd-49d974b2a4ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/v1/projects/:project_id/environments","urlObject":{"path":["v1","projects",":project_id","environments"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"1","key":"project_id"}]}},"response":[],"_postman_id":"51bb8c31-c760-43a1-a6dd-49d974b2a4ca"},{"name":"Create environment","id":"7f933422-c92a-41a8-acb7-45978abbbb60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"environment_encrypted_name\",\n    \"external_url\": \"environment_encrypted_external_url\",\n    \"description\": \"environment_encrypted_description\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/projects/:project_id/environments","urlObject":{"path":["v1","projects",":project_id","environments"],"host":["{{host}}"],"query":[],"variable":[{"id":"b17191cc-327e-4cb7-a364-7c80c183c295","type":"any","value":"1","key":"project_id"}]}},"response":[],"_postman_id":"7f933422-c92a-41a8-acb7-45978abbbb60"},{"name":"Retrieve an evironment","id":"79f593da-2d74-4d37-9c15-1327891bb8a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/projects/:project_id/environments/:env_id","urlObject":{"path":["v1","projects",":project_id","environments",":env_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"1","key":"project_id"},{"type":"any","value":"20050a64-6e0c-4393-91c2-5898b7946293","key":"env_id"}]}},"response":[],"_postman_id":"79f593da-2d74-4d37-9c15-1327891bb8a7"},{"name":"Update project environment","id":"a9de9604-8de4-4c70-b2e8-d268caf54f49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"environment_encrypted_name_updated\",\n    \"external_url\": \"environment_encrypted_external_url\",\n    \"description\": \"environment_encrypted_description\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/projects/:project_id/environments/:env_id","urlObject":{"path":["v1","projects",":project_id","environments",":env_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"1","key":"project_id"},{"type":"any","value":"20050a64-6e0c-4393-91c2-5898b7946293","key":"env_id"}]}},"response":[],"_postman_id":"a9de9604-8de4-4c70-b2e8-d268caf54f49"},{"name":"Delete project environment","id":"c8a31f5a-9b43-4605-9550-64cb0cf2a5d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/projects/:project_id/environments/:env_id","urlObject":{"path":["v1","projects",":project_id","environments",":env_id"],"host":["{{host}}"],"query":[],"variable":[{"id":"34f645d3-0db0-4912-96b2-6d8ff8251a0d","type":"any","value":"1","key":"project_id"},{"id":"b4df6bbb-d905-4033-b7cf-cb734439575d","type":"any","value":"45693f91-138b-46cd-8b60-6b24e4335290","key":"env_id"}]}},"response":[],"_postman_id":"c8a31f5a-9b43-4605-9550-64cb0cf2a5d2"}],"id":"cc14bed9-8dff-4c03-9930-cb36579402b8","_postman_id":"cc14bed9-8dff-4c03-9930-cb36579402b8","description":""},{"name":"Secrets","item":[{"name":"List secrets","id":"d89248f1-de63-44bf-a230-72de7ca9552c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{token}}","type":"text"}],"url":"{{host}}/v1/projects/:project_id/secrets","urlObject":{"path":["v1","projects",":project_id","secrets"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"1","key":"project_id"}]}},"response":[],"_postman_id":"d89248f1-de63-44bf-a230-72de7ca9552c"},{"name":"Create new secret","id":"47432780-0f69-443f-b7d4-0612c246c357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"secret_key_encrypted_5\",\n    \"value\": \"secret_value_encrypted_5\",\n    \"decription\": \"secret_description_encrypted_5\",\n    \"environment_id\": \"ad2d5c24-a01d-4322-972a-659e2c666a96\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/projects/:project_id/secrets","urlObject":{"path":["v1","projects",":project_id","secrets"],"host":["{{host}}"],"query":[],"variable":[{"id":"d80930bf-72bc-4d6c-9282-06c3b438f506","type":"any","value":"1","key":"project_id"}]}},"response":[],"_postman_id":"47432780-0f69-443f-b7d4-0612c246c357"},{"name":"Retrieve a secret","id":"27d0a024-5af0-4b3b-863f-ac673d34c3a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/v1/projects/:project_id/secrets/:secret_id","urlObject":{"path":["v1","projects",":project_id","secrets",":secret_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"1","key":"project_id"},{"type":"any","value":"822d4628-1a30-4df3-bc19-80cf8ab4b36d","key":"secret_id"}]}},"response":[],"_postman_id":"27d0a024-5af0-4b3b-863f-ac673d34c3a5"},{"name":"Update a secret","id":"6acfa29d-4348-4ec7-94ea-dbc143fcc178","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"secret_key_encrypted\",\n    \"value\": \"secret_value_encrypted\",\n    \"description\": \"secret_description_encrypted\",\n    \"environment_id\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/projects/:project_id/secrets/:secret_id","urlObject":{"path":["v1","projects",":project_id","secrets",":secret_id"],"host":["{{host}}"],"query":[],"variable":[{"id":"39fb900a-e9ed-4164-833e-b90a05f0f1f4","type":"any","value":"1","key":"project_id"},{"id":"c5fe0ceb-55b5-4aa5-a8ef-cc9d8edeb334","type":"any","value":"f2039139-11b6-4d7e-8c5e-bd5fc3ec2ff9","key":"secret_id"}]}},"response":[],"_postman_id":"6acfa29d-4348-4ec7-94ea-dbc143fcc178"},{"name":"Delete a secret","id":"44aa0da1-312d-4b8d-916a-be1e99c285c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/projects/:project_id/secrets/:secret_id","urlObject":{"path":["v1","projects",":project_id","secrets",":secret_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"1","key":"project_id"},{"type":"any","value":"822d4628-1a30-4df3-bc19-80cf8ab4b36d","key":"secret_id"}]}},"response":[],"_postman_id":"44aa0da1-312d-4b8d-916a-be1e99c285c0"}],"id":"b39d94be-9060-4473-aa0e-ce65efa316e5","_postman_id":"b39d94be-9060-4473-aa0e-ce65efa316e5","description":""},{"name":"Access Keys","item":[{"name":"List access keys","id":"993bdae6-d8f7-427c-a241-0f313dc7f45e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/v1/projects/:project_id/access_keys","urlObject":{"path":["v1","projects",":project_id","access_keys"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"1","key":"project_id"}]}},"response":[],"_postman_id":"993bdae6-d8f7-427c-a241-0f313dc7f45e"},{"name":"Create new access key","id":"bf4c96f1-7e23-4197-9644-44b7cce9988b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"expration_date\": null,\n    \"editable\": false,\n    \"expiration_date\": null,\n    \"restrict_ip\": [],\n    \"key\": \"encrypted_key_1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/projects/:project_id/access_keys","urlObject":{"path":["v1","projects",":project_id","access_keys"],"host":["{{host}}"],"query":[],"variable":[{"id":"224c49d9-d65b-4ad1-8802-20016cb61d1c","type":"any","value":"1","key":"project_id"}]}},"response":[],"_postman_id":"bf4c96f1-7e23-4197-9644-44b7cce9988b"},{"name":"Retreve access key","id":"c03caca5-ec85-40b9-9d22-f8661e7ffb49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/v1/projects/:project_id/access_keys/:id","urlObject":{"path":["v1","projects",":project_id","access_keys",":id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"1","key":"project_id"},{"type":"any","value":"C5NZW3LOY1AK","key":"id"}]}},"response":[],"_postman_id":"c03caca5-ec85-40b9-9d22-f8661e7ffb49"},{"name":"Update access key","id":"2c7d5f6d-b2aa-4a94-a38a-7b9da742cb75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"expiration_date\": null,\r\n    \"restrict_ip\": [\"127.0.0.1\"],\r\n    \"editable\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/projects/:project_id/access_keys/:id","urlObject":{"path":["v1","projects",":project_id","access_keys",":id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"1","key":"project_id"},{"type":"any","value":"C5NZW3LOY1AK","key":"id"}]}},"response":[],"_postman_id":"2c7d5f6d-b2aa-4a94-a38a-7b9da742cb75"},{"name":"Active/Deactivate access key","id":"52312dc6-e6ee-4010-a532-d67b19b8ebed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"activated\": true,\r\n    \"password\": \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/projects/:project_id/access_keys/:id/activated","urlObject":{"path":["v1","projects",":project_id","access_keys",":id","activated"],"host":["{{host}}"],"query":[],"variable":[{"id":"d0d9a246-9aa9-4334-8f31-06492fee317b","type":"any","value":"1","key":"project_id"},{"id":"1d43b23d-d245-492d-9824-f819df8d418c","type":"any","value":"C5NZW3LOY1AK","key":"id"}]}},"response":[],"_postman_id":"52312dc6-e6ee-4010-a532-d67b19b8ebed"},{"name":"Regenerate access key","id":"f8b0f450-6c59-46e5-a5ba-ee5f4e748e2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"key\": \"new_encrypted_key\",\r\n    \"password\": \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/projects/:project_id/access_keys/:id/rotate_key","urlObject":{"path":["v1","projects",":project_id","access_keys",":id","rotate_key"],"host":["{{host}}"],"query":[],"variable":[{"id":"d0d9a246-9aa9-4334-8f31-06492fee317b","type":"any","value":"1","key":"project_id"},{"id":"1d43b23d-d245-492d-9824-f819df8d418c","type":"any","value":"C5NZW3LOY1AK","key":"id"}]}},"response":[],"_postman_id":"f8b0f450-6c59-46e5-a5ba-ee5f4e748e2c"},{"name":"Revoke access key","id":"3f3808be-68bb-46f4-837c-57c8f271896b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/v1/projects/:project_id/access_keys/:id","urlObject":{"path":["v1","projects",":project_id","access_keys",":id"],"host":["{{host}}"],"query":[],"variable":[{"id":"9bdb9c96-cffe-4210-91de-d44e9b53d8f4","type":"any","value":"1","key":"project_id"},{"id":"915a632e-9cb0-4135-9955-7bb77e0a9e09","type":"any","value":"d7a448e6-575c-41b3-8835-ede01187e7e2","key":"id"}]}},"response":[],"_postman_id":"3f3808be-68bb-46f4-837c-57c8f271896b"}],"id":"004a5fd7-a25c-431c-8687-28591ed55745","_postman_id":"004a5fd7-a25c-431c-8687-28591ed55745","description":""},{"name":"Acess Log","item":[{"name":"List access logs","id":"c875d21c-362a-470a-944e-701153d951dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/v1/projects/:project_id/access_logs","urlObject":{"path":["v1","projects",":project_id","access_logs"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"1","key":"project_id"}]}},"response":[],"_postman_id":"c875d21c-362a-470a-944e-701153d951dd"}],"id":"e089e175-fd1c-4564-bcd0-44e3a4989eec","_postman_id":"e089e175-fd1c-4564-bcd0-44e3a4989eec","description":""},{"name":"Sync","item":[{"name":"Sync all data","id":"35173eaf-fd5a-4242-a132-b211fb0e3205","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"}],"url":"{{host}}/v1/sync?detail_ref=0","urlObject":{"path":["v1","sync"],"host":["{{host}}"],"query":[{"key":"detail_ref","value":"0"}],"variable":[]}},"response":[],"_postman_id":"35173eaf-fd5a-4242-a132-b211fb0e3205"},{"name":"Get sync revison date","id":"34cb49f7-6daa-4100-8285-8106e1e99840","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"}],"url":"{{host}}/v1/sync/revision_date","urlObject":{"path":["v1","sync","revision_date"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"34cb49f7-6daa-4100-8285-8106e1e99840"},{"name":"Sync project detail","id":"96301f7b-9f15-4ecb-a68c-71e914d3b13a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{host}}/v1/sync","urlObject":{"path":["v1","sync"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"96301f7b-9f15-4ecb-a68c-71e914d3b13a"}],"id":"f2914747-6462-4d5a-bfd5-2a79c29d2d32","_postman_id":"f2914747-6462-4d5a-bfd5-2a79c29d2d32","description":""},{"name":"Access Key internal call","item":[{"name":"Environments","item":[{"name":"List environments","id":"430f551c-6c79-4bf1-93bd-0e51ed61de5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/environments","urlObject":{"path":["v1","environments"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"430f551c-6c79-4bf1-93bd-0e51ed61de5c"},{"name":"Create environment","id":"5880cd70-0c21-442c-8382-994110b84332","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"environment_encrypted_name\",\n    \"external_url\": \"environment_encrypted_external_url\",\n    \"description\": \"environment_encrypted_description\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/environments","urlObject":{"path":["v1","environments"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5880cd70-0c21-442c-8382-994110b84332"},{"name":"Retrieve an evironment","id":"89b24d43-077f-426b-bb27-7d7f6957e8c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/environments/:env_id","urlObject":{"path":["v1","environments",":env_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"f010fb3c-62fb-418f-87d3-0770d3e3d887","key":"env_id"}]}},"response":[],"_postman_id":"89b24d43-077f-426b-bb27-7d7f6957e8c1"},{"name":"Update environment","id":"c8c07aff-1797-49c2-9563-9d73d5ae9cb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"environment_encrypted_name_updated\",\n    \"external_url\": \"environment_encrypted_external_url\",\n    \"description\": \"environment_encrypted_description\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/environments/:env_id","urlObject":{"path":["v1","environments",":env_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"f010fb3c-62fb-418f-87d3-0770d3e3d887","key":"env_id"}]}},"response":[],"_postman_id":"c8c07aff-1797-49c2-9563-9d73d5ae9cb5"},{"name":"Delete environment","id":"963738d6-fd57-43fc-a9ba-1a327d7aad13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/environments/:env_id","urlObject":{"path":["v1","environments",":env_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"f010fb3c-62fb-418f-87d3-0770d3e3d887","key":"env_id"}]}},"response":[],"_postman_id":"963738d6-fd57-43fc-a9ba-1a327d7aad13"}],"id":"aecee170-624a-40ec-9802-8c0cc3f84dc8","_postman_id":"aecee170-624a-40ec-9802-8c0cc3f84dc8","description":""},{"name":"Secrets","item":[{"name":"List secrets","id":"8e99c27d-9d24-4ab3-8088-95ee9284d593","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{host}}/v1/secrets","urlObject":{"path":["v1","secrets"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e99c27d-9d24-4ab3-8088-95ee9284d593"},{"name":"Create new secret","id":"2a8c4c54-5b59-4955-87e9-4bdff0726a95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"CF-Access-Client-Secret","value":"{{CF-Access-Client-Secret}}","type":"text"},{"key":"CF-Access-Client-Id","value":"{{CF-Access-Client-Id}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"secret_key_encrypted_5\",\n    \"value\": \"secret_value_encrypted_5\",\n    \"decription\": \"secret_description_encrypted_5\",\n    \"environment_id\": \"ad2d5c24-a01d-4322-972a-659e2c666a96\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/secrets","urlObject":{"path":["v1","secrets"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a8c4c54-5b59-4955-87e9-4bdff0726a95"},{"name":"Retrieve a secret","id":"6aae2c6c-d12f-4dee-b974-a380532ec41a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{host}}/v1/secrets/:secret_id","urlObject":{"path":["v1","secrets",":secret_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"833cde6b-1aa9-49ce-ba40-b98a718bec1c","key":"secret_id"}]}},"response":[],"_postman_id":"6aae2c6c-d12f-4dee-b974-a380532ec41a"},{"name":"Update a secret","id":"e01b27f5-837a-48d4-af43-97974b8aa7e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"secret_key_encrypted\",\n    \"value\": \"secret_value_encrypted\",\n    \"description\": \"secret_description_encrypted\",\n    \"environment_id\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/secrets/:secret_id","urlObject":{"path":["v1","secrets",":secret_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"13d63354-e57f-46b2-9f82-18e79cbdfcee","key":"secret_id"}]}},"response":[],"_postman_id":"e01b27f5-837a-48d4-af43-97974b8aa7e6"},{"name":"Delete a secret","id":"85958fd4-29f2-4e14-ae7d-5c4b36a836c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/secrets/:secret_id","urlObject":{"path":["v1","secrets",":secret_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"13d63354-e57f-46b2-9f82-18e79cbdfcee","key":"secret_id"}]}},"response":[],"_postman_id":"85958fd4-29f2-4e14-ae7d-5c4b36a836c2"}],"id":"9a502b1e-54a6-4fa5-b877-3af4accd34af","_postman_id":"9a502b1e-54a6-4fa5-b877-3af4accd34af","description":""}],"id":"8928732b-b7fb-444a-b401-d6cf24731883","_postman_id":"8928732b-b7fb-444a-b401-d6cf24731883","description":""}]}