{"info":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","description":"<html><head></head><body><p><a href=\"https://github.com/NginxProxyManager/nginx-proxy-manager/tree/develop/backend/schema\">https://github.com/NginxProxyManager/nginx-proxy-manager/tree/develop/backend/schema</a></p>\n<p>To be able to generate a new auth token it is mandatory to run \"Create Token\" POST endpoint first; all other endpoints will then automatically use the generated token</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4475423","collectionId":"dc67396e-11af-425c-aae4-8a2ecaf8052a","publishedId":"2s93mBvyLZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-01T07:32:39.000Z"},"item":[{"name":"Users","item":[{"name":"All Users","id":"b8c1c706-ddef-4ec9-a9a6-0656272cfedf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:81/api/users","description":"<p>Get all web gui users</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["users"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8c1c706-ddef-4ec9-a9a6-0656272cfedf"},{"name":"Create User","id":"460e9497-9204-423e-93f7-02a8ce236cc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\",\r\n    \"nickname\": \"test\",\r\n    \"email\": \"test@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:81/api/users","description":"<p>create a new web gui user</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["users"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"460e9497-9204-423e-93f7-02a8ce236cc4"},{"name":"Update User","id":"9a569b4a-3f7f-4ba2-82a5-eb3d8ef24a2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\",\r\n    \"nickname\": \"test\",\r\n    \"email\": \"test@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:81/api/users/{user_id}","description":"<p>Update existing web gui user</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["users","{user_id}"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a569b4a-3f7f-4ba2-82a5-eb3d8ef24a2f"},{"name":"Delete User","id":"e3400dcf-1766-49fd-bfe5-70e87c9d914c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:81/api/users/{user_id}","description":"<p>Delete an existing web gui user</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["users","{user_id}"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3400dcf-1766-49fd-bfe5-70e87c9d914c"},{"name":"Set Password","id":"e333c588-8401-47f1-9e42-f0615b48fca6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"password\",\r\n    \"secret\": \"test1test2@\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:81/api/users/{user_id}/auth","description":"<p>Change web gui user password</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["users","{user_id}","auth"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e333c588-8401-47f1-9e42-f0615b48fca6"},{"name":"Set Permissions","id":"df036c6d-aeef-4d6a-bb90-50aecc0a2780","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"visibility\": \"(all|user)\",\r\n    \"access_lists\": \"(hidden|view|manage)\",\r\n    \"dead_hosts\": \"(hidden|view|manage)\",\r\n    \"proxy_hosts\": \"(hidden|view|manage)\",\r\n    \"redirection_hosts\": \"(hidden|view|manage)\",\r\n    \"streams\": \"(hidden|view|manage)\",\r\n    \"certificates\": \"(hidden|view|manage)\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:81/api/users/{user_id}/permissions","description":"<p>Set specific permissions to a web gui user</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["users","{user_id}","permissions"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"df036c6d-aeef-4d6a-bb90-50aecc0a2780"}],"id":"4d56cbb6-8de4-48b6-87bc-6dd5ab122778","_postman_id":"4d56cbb6-8de4-48b6-87bc-6dd5ab122778","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}}},{"name":"Tokens","item":[{"name":"Create Token","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"93755a63-103f-4308-a84e-16bb39424e0b"}},{"listen":"test","script":{"exec":["var res = pm.response.json();","var token = res.token;","pm.collectionVariables.set(\"bearer_token\", token);"],"type":"text/javascript","id":"e2fde691-bb29-423d-b29c-5265e0c51071"}}],"id":"c2420a90-5ae4-4e28-9e49-25febcfac324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"identity\":\"\",\r\n   \"secret\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:81/api/tokens","description":"<p><strong>identity</strong>: web gui email</p>\n<p><strong>secret</strong>: web gui password</p>\n","urlObject":{"path":["tokens"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2420a90-5ae4-4e28-9e49-25febcfac324"},{"name":"Refresh Token","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"6effde99-f42b-4629-b875-9e2f0a615513"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"e735255f-3f1d-474a-a2ba-8cfef8bd6cfc"}}],"id":"e4f7ba3a-523a-4cfe-8234-0f7fb21166f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:81/api/tokens","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["tokens"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4f7ba3a-523a-4cfe-8234-0f7fb21166f3"}],"id":"5f8d6420-ee67-4088-b712-b704fe5815d7","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ca147984-3545-4cac-a47d-2bfcf6bf2993"}},{"listen":"test","script":{"type":"text/javascript","exec":["var res = pm.response.json();","var token = res.token;","pm.collectionVariables.set(\"bearer_token\", token);"],"id":"7e4a8bd9-d25f-4d6b-81e3-f7e13311db59"}}],"_postman_id":"5f8d6420-ee67-4088-b712-b704fe5815d7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}}},{"name":"Streams","item":[{"name":"All Streams","id":"63a7b224-b814-4d81-b07b-37b075eeb55a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:81/api/nginx/streams","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","streams"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"63a7b224-b814-4d81-b07b-37b075eeb55a"},{"name":"Create Stream","id":"fe68fd35-96b7-4083-87a2-ba9ad5f24b38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"incoming_port\": 0,\r\n    \"forwarding_host\": \"\",\r\n    \"forwarding_port\": \"\",\r\n    \"tcp_forwarding\": \"\",\r\n    \"udp_forwarding\": \"\",\r\n    \"meta\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:81/api/nginx/streams","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","streams"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe68fd35-96b7-4083-87a2-ba9ad5f24b38"},{"name":"Update Stream","id":"debd00c8-9d01-441c-978c-81831c0fcb6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"incoming_port\": 0,\r\n    \"forwarding_host\": \"\",\r\n    \"forwarding_port\": \"\",\r\n    \"tcp_forwarding\": \"\",\r\n    \"udp_forwarding\": \"\",\r\n    \"meta\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:81/api/nginx/streams/{stream_id}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","streams","{stream_id}"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"debd00c8-9d01-441c-978c-81831c0fcb6d"},{"name":"Delete Stream","id":"faca60a0-ef89-463c-89fa-3e3338b84454","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:81/api/nginx/streams/{stream_id}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","streams","{stream_id}"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"faca60a0-ef89-463c-89fa-3e3338b84454"},{"name":"Disable Stream","id":"394c72c0-c3c8-4932-ba67-5f57c2f5ac8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:81/api/nginx/streams/{stream_id}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","streams","{stream_id}"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"394c72c0-c3c8-4932-ba67-5f57c2f5ac8f"}],"id":"58ab9d24-fd36-4aec-8992-8553fc4f18f5","_postman_id":"58ab9d24-fd36-4aec-8992-8553fc4f18f5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}}},{"name":"Settings","item":[{"name":"All Settings","id":"defdb551-7d0d-4aec-a2c1-bfca3bd03826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:81/api/settings","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["settings"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"defdb551-7d0d-4aec-a2c1-bfca3bd03826"},{"name":"Update a setting","id":"4d8b3f48-0d27-4e66-9737-53187b590c7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"value\": \"\",\r\n    \"meta\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:81/api/settings","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["settings"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d8b3f48-0d27-4e66-9737-53187b590c7c"}],"id":"8519b3df-5314-43e5-ac5f-d0645ec896d7","_postman_id":"8519b3df-5314-43e5-ac5f-d0645ec896d7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}}},{"name":"Redirection Hosts","item":[{"name":"All Redirection Hosts","id":"06a12a9f-8af8-4f5c-95f2-a7d9809380bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:81/api/nginx/redirection-hosts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","redirection-hosts"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"06a12a9f-8af8-4f5c-95f2-a7d9809380bb"},{"name":"Create Redirection Host","id":"7e4febd3-3f13-4ec2-b073-ca6c904a71ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"domain_names\": [],\r\n    \"forward_http_code\": 0,\r\n    \"forward_scheme\": \"\",\r\n    \"forward_domain_name\": \"\",\r\n    \"preserve_path\": \"\",\r\n    \"certificate_id\": \"\",\r\n    \"ssl_forced\": true,\r\n    \"hsts_enabled\": true,\r\n    \"hsts_subdomains\": true,\r\n    \"http2_support\": true,\r\n    \"block_exploits\": true,\r\n    \"advanced_config\": \"\",\r\n    \"meta\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:81/api/nginx/redirection-hosts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","redirection-hosts"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e4febd3-3f13-4ec2-b073-ca6c904a71ed"},{"name":"Update Redirection Host","id":"e6be4b02-e187-4e75-8426-3e92d8d499ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"domain_names\": [],\r\n    \"forward_http_code\": 0,\r\n    \"forward_scheme\": \"\",\r\n    \"forward_domain_name\": \"\",\r\n    \"preserve_path\": \"\",\r\n    \"certificate_id\": \"\",\r\n    \"ssl_forced\": true,\r\n    \"hsts_enabled\": true,\r\n    \"hsts_subdomains\": true,\r\n    \"http2_support\": true,\r\n    \"block_exploits\": true,\r\n    \"advanced_config\": \"\",\r\n    \"meta\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:81/api/nginx/redirection-hosts/{redirection_host_id}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","redirection-hosts","{redirection_host_id}"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6be4b02-e187-4e75-8426-3e92d8d499ed"},{"name":"Delete Redirection Host","id":"ce2ce493-ac16-4742-8681-f9d6c011259b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:81/api/nginx/redirection-hosts/{redirection_host_id}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","redirection-hosts","{redirection_host_id}"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce2ce493-ac16-4742-8681-f9d6c011259b"},{"name":"Disable Redirection Host","id":"f8442d62-cd65-4b4c-972a-374e6ac2b768","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:81/api/nginx/redirection-hosts/{redirection_host_id}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","redirection-hosts","{redirection_host_id}"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8442d62-cd65-4b4c-972a-374e6ac2b768"}],"id":"2fb98660-ba4e-407c-8620-1e251a0d4427","_postman_id":"2fb98660-ba4e-407c-8620-1e251a0d4427","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}}},{"name":"Proxy Hosts","item":[{"name":"All Proxy Hosts","id":"d0e63f29-3617-4717-b27d-23a8da953ec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:81/api/nginx/proxy-hosts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","proxy-hosts"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0e63f29-3617-4717-b27d-23a8da953ec7"},{"name":"Create Proxy Hosts","id":"d4820e6c-97f7-4ff2-81da-f1cf999ec597","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"domain_names\": [\r\n        \"cicd.omafoligno.it\"\r\n    ],\r\n    \"forward_host\": \"192.168.100.192\",\r\n    \"forward_port\": 8000,\r\n    \"access_list_id\": 0,\r\n    \"certificate_id\": 2,\r\n    \"ssl_forced\": 1,\r\n    \"caching_enabled\": 0,\r\n    \"block_exploits\": 1,\r\n    \"advanced_config\": \"\",\r\n    \"meta\": {\r\n        \"letsencrypt_agree\": false,\r\n        \"dns_challenge\": false,\r\n        \"nginx_online\": true,\r\n        \"nginx_err\": null\r\n    },\r\n    \"allow_websocket_upgrade\": 1,\r\n    \"http2_support\": 1,\r\n    \"forward_scheme\": \"http\",\r\n    \"enabled\": 1,\r\n    \"locations\": [],\r\n    \"hsts_enabled\": 1,\r\n    \"hsts_subdomains\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:81/api/nginx/proxy-hosts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","proxy-hosts"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4820e6c-97f7-4ff2-81da-f1cf999ec597"},{"name":"Update Proxy Hosts","id":"e1ca7941-7187-4207-98d5-266c7332986e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"domain_names\": [],\r\n    \"forward_scheme\": \"\",\r\n    \"forward_host\": \"\",\r\n    \"forward_port\": \"\",\r\n    \"certificate_id\": \"\",\r\n    \"ssl_forced\": true,\r\n    \"hsts_enabled\": true,\r\n    \"hsts_subdomains\": true,\r\n    \"http2_support\": true,\r\n    \"block_exploits\": true,\r\n    \"caching_enabled\": true,\r\n    \"allow_websocket_upgrade\": true,\r\n    \"access_list_id\": 0,\r\n    \"advanced_config\": \"\",\r\n    \"enables\": true,\r\n    \"meta\": \"\",\r\n    \"locations\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:81/api/nginx/proxy-hosts/{proxy_host_id}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","proxy-hosts","{proxy_host_id}"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1ca7941-7187-4207-98d5-266c7332986e"},{"name":"Delete Proxy Hosts","id":"2aacefb2-2cfa-47e4-bf00-df8310664a5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:81/api/nginx/proxy-hosts/{proxy_host_id}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","proxy-hosts","{proxy_host_id}"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2aacefb2-2cfa-47e4-bf00-df8310664a5d"},{"name":"Disable Proxy Hosts","id":"443b095d-bb34-45a3-8835-f3f8e2ee353d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:81/api/nginx/proxy-hosts/{proxy_host_id}/disable","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","proxy-hosts","{proxy_host_id}","disable"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"443b095d-bb34-45a3-8835-f3f8e2ee353d"},{"name":"Enable Proxy Hosts","id":"93235a1b-2cc2-4761-ac95-08805cb55e24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:81/api/nginx/proxy-hosts/{proxy_host_id}/enable","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","proxy-hosts","{proxy_host_id}","enable"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"93235a1b-2cc2-4761-ac95-08805cb55e24"}],"id":"4c85c98d-dbaf-4cdb-ac2d-4a4935ab99e7","_postman_id":"4c85c98d-dbaf-4cdb-ac2d-4a4935ab99e7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}}},{"name":"Dead Hosts","item":[{"name":"All Dead Hosts","id":"8c664c84-0261-44d9-82ed-d4d04616da2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:81/api/nginx/dead-hosts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","dead-hosts"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c664c84-0261-44d9-82ed-d4d04616da2e"},{"name":"Create Dead Host","id":"d6d26aee-2aa1-42d6-bf2b-fea6ea592dca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"domain_names\": [],\r\n    \"certificate_id\": \"\",\r\n    \"ssl_forced\": true,\r\n    \"hsts_enabled\": true,\r\n    \"hsts_subdomains\": \"\",\r\n    \"http2_support\": true,\r\n    \"advanced_config\": \"\",\r\n    \"meta\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:81/api/nginx/dead-hosts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","dead-hosts"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6d26aee-2aa1-42d6-bf2b-fea6ea592dca"},{"name":"Update Dead Host","id":"1f3a6c8b-a308-4ff3-b70b-063617d63faf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"domain_names\": [],\r\n    \"certificate_id\": \"\",\r\n    \"ssl_forced\": true,\r\n    \"hsts_enabled\": true,\r\n    \"hsts_subdomains\": \"\",\r\n    \"http2_support\": true,\r\n    \"advanced_config\": \"\",\r\n    \"meta\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:81/api/nginx/dead-hosts/{dead_host_id}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","dead-hosts","{dead_host_id}"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f3a6c8b-a308-4ff3-b70b-063617d63faf"},{"name":"Delete Dead Host","id":"4a4ce821-08bc-437b-a7e1-d3eea1208e3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:81/api/nginx/dead-hosts/{dead_host_id}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","dead-hosts","{dead_host_id}"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a4ce821-08bc-437b-a7e1-d3eea1208e3e"},{"name":"Disable Dead Host","id":"90842014-2f39-4430-8dcf-3a28e2d41bc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:81/api/nginx/dead-hosts/{dead_host_id}/disable","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","dead-hosts","{dead_host_id}","disable"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"90842014-2f39-4430-8dcf-3a28e2d41bc6"},{"name":"Enable Dead Host","id":"14315a9a-b690-453b-a7cc-42aa2a2fa5d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:81/api/nginx/dead-hosts/{dead_host_id}/enable","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","dead-hosts","{dead_host_id}","enable"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"14315a9a-b690-453b-a7cc-42aa2a2fa5d9"}],"id":"ca46435b-b659-434f-83ec-1bcb3546e612","_postman_id":"ca46435b-b659-434f-83ec-1bcb3546e612","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}}},{"name":"Certificates","item":[{"name":"All Certificates","id":"70da3697-85e3-4a1d-b187-9b606de58a80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:81/api/nginx/certificates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","certificates"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"70da3697-85e3-4a1d-b187-9b606de58a80"},{"name":"Validate Certificate","id":"fa106b05-7445-4293-9c68-ebd041036bed","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"certificate","type":"file","src":"/C:/Users/dnvit/Downloads/commandware.com.cer"},{"key":"certificate_key","type":"file","src":"/C:/Users/dnvit/Downloads/commandware.com.key"}]},"url":"http://localhost:81/api/nginx/certificates/validate","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","certificates","validate"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa106b05-7445-4293-9c68-ebd041036bed"},{"name":"Create Certificate","id":"2ea0e6b7-5e38-4fde-8b4c-ac948e4857ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"provider\": \"other\",\r\n    \"nice_name\": \"Custom Certificate\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:81/api/nginx/certificates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","certificates"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ea0e6b7-5e38-4fde-8b4c-ac948e4857ca"},{"name":"Upload Certificate","id":"31755761-c816-4820-9f0a-80cda5b983c6","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Referer","value":"http://localhost:81/api/nginx/certificates","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"certificate","description":"<p>.cer or .pem file</p>\n","type":"file","value":null},{"key":"certificate_key","description":"<p>.key file</p>\n","type":"file","value":null}]},"url":"http://localhost:81/api/nginx/certificates/{certificate_id}/upload","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","certificates","{certificate_id}","upload"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"31755761-c816-4820-9f0a-80cda5b983c6"},{"name":"Delete Certificate","id":"95237be9-b946-453a-888f-dabc7b998d35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:81/api/nginx/certificates/{certificate_id}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","certificates","{certificate_id}"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"95237be9-b946-453a-888f-dabc7b998d35"},{"name":"Test SSL Certificate","id":"95f0c445-2d8b-4f3f-8f2b-34659eb4c7ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:81/api/nginx/certificates/{certificate_id}/test-http","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","certificates","{certificate_id}","test-http"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"95f0c445-2d8b-4f3f-8f2b-34659eb4c7ff"}],"id":"6fdc34ed-16d3-40c3-8bb5-a48e74d82b5c","_postman_id":"6fdc34ed-16d3-40c3-8bb5-a48e74d82b5c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}}},{"name":"Access Lists","item":[{"name":"All Access Lists","id":"be0769e8-9cd7-4a74-a075-d56c23fd3351","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:81/api/nginx/access-lists","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}},"urlObject":{"path":["nginx","access-lists"],"host":["http://localhost:81/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"be0769e8-9cd7-4a74-a075-d56c23fd3351"}],"id":"68e7fada-53db-4874-9f8c-6cfe486172d3","_postman_id":"68e7fada-53db-4874-9f8c-6cfe486172d3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","id":"dc67396e-11af-425c-aae4-8a2ecaf8052a","name":"Nginx Proxy Manager","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"0cf271bf-434b-423a-b689-7dbdf7159934"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"35e565ec-1469-4279-b6f1-36cbe22b8dd3"}}],"variable":[{"key":"bearer_token","value":"","type":"string"},{"key":"base_url","value":"http://localhost:81/api","type":"string"}]}