{ "opencollection": "1.0.0", "info": { "name": "Security Awareness API Documentation Admin Customer API", "version": "1.0.4" }, "items": [ { "info": { "name": "Customer", "type": "folder" }, "items": [ { "info": { "name": "Get Company DNS", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}/api/v1/admin/get_company_dns", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the company DNS information." }, { "info": { "name": "Brand Upload", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}/api/v1/admin/brandupload/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Uploads company logo link and changes application name." }, { "info": { "name": "Brand Upload for Reporter", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}/api/v1/admin/brand_upload_reporter/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Uploads company logo link for the reporter." }, { "info": { "name": "Upload custom domain.", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}/api/v1/admin/custom_domain", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Changes the customer default domain to a custom domain. For example, default is company.hacware.com to the new domain for that custom." }, { "info": { "name": "Update Company Information", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}/api/v1/org/update-company-info/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Change the Company Information" }, { "info": { "name": "Reset custom domain.", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}/api/v1/admin/reset_custom_domain", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Uploads a custom domain." } ] } ], "bundled": true }