{ "openapi": "3.1.0", "info": { "version": "0.1.0", "title": "Hexa Policy Orchestrator API" }, "paths": { "/applications": { "get": { "responses": { "200": { "description": "Success", "content": { "application/json": { } } }, "401": { "description": "Unauthorized" } } } }, "/applications/": { "get": { "responses": { "200": { "description": "Success", "content": { "application/json": { } } }, "401": { "description": "Unauthorized" } } } }, "/applications//policies": { "post": { "responses": { "201": { "description": "Created" }, "401": { "description": "Unauthorized" } } }, "get": { "responses": { "200": { "description": "Success", "content": { "application/json": { } } }, "401": { "description": "Unauthorized" } } } }, "/integrations": { "post": { "responses": { "201": { "description": "Created" }, "401": { "description": "Unauthorized" } } }, "get": { "responses": { "200": { "description": "Success", "content": { "application/json": { } } }, "401": { "description": "Unauthorized" } } } }, "/integrations/": { "get": { "responses": { "200": { "description": "Success", "content": { "application/json": { } } }, "401": { "description": "Unauthorized" } } } } } }