{ "opencollection": "1.0.0", "info": { "name": "Security Awareness API Documentation Admin API", "version": "1.0.4" }, "items": [ { "info": { "name": "Admin", "type": "folder" }, "items": [ { "info": { "name": "API Auth", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}/api/v1/auth/", "body": { "type": "json", "data": "{}" } }, "docs": "Validates the secret key with the application id in order to generate the refresh and access tokens." }, { "info": { "name": "API Status", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}/api/dev/tier/status/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Provides a health status of the API." }, { "info": { "name": "Tiered API Auth", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}/api/dev/tier/auth/", "body": { "type": "json", "data": "{}" } }, "docs": "Validates the secret key to sign into API and generate the access tokens." } ] } ], "bundled": true }