{ "opencollection": "1.0.0", "info": { "name": "Security Awareness API Documentation Admin Compliance-Tenant API", "version": "1.0.4" }, "items": [ { "info": { "name": "Compliance-Tenant", "type": "folder" }, "items": [ { "info": { "name": "Authentication Information", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}/api/v1/compliance/provider/auth_info", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the fields required for Authentication" }, { "info": { "name": "Compliance Root", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}/api/compliance/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns public information about this compliance implementation." }, { "info": { "name": "Evidence Data", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}/api/v1/compliance/evidences2", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves Evidence." }, { "info": { "name": "Get Settings", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}/api/v1/compliance/downloads", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves Settings." }, { "info": { "name": "Evidences", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}/api/v1/compliance/evidences", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves a list of possible evidences." } ] } ], "bundled": true }