Download CIS SecureSuite Platform ========================================================= The “CIS SecureSuite Platform” endpoint allows SecureSuite members to obtain any released version of CIS SecureSuite Platform. Note: Use the "bundles" endpoint to view a list of available bundles for a particular CIS SecureSuite Platform version. .. list-table:: :header-rows: 1 * - Request Type - Visibility * - GET - SecureSuite Members Only Base URL -------- :: https://workbench.cisecurity.org/api/vendor/v1 Endpoint -------- :: /securesuite-platform/{version}/{operatingSystem} Request Payload/Parameters -------------------------- In order to provide download authorization, members must first authenticate their license key using the :code:`/license` endpoint. The response from that endpoint is an authorization token. Request Headers ^^^^^^^^^^^^^^^ .. list-table:: :header-rows: 1 * - Header Name - Description * - X-SecureSuite-Token - The token received from a successful license key verification, e.g., :code:`1234|7b68c544113bc4notvalid358ffd4ba7f254e39c4a842cefed748` URL Parameters ^^^^^^^^^^^^^^ .. list-table:: :header-rows: 1 * - URL Parameter - Description * - version - The version number identifier for the CIS SecureSuite Platform bundle to be downloaded, e.g. “1.4.0” * - operatingSystem - The operating system of the bundle to be downloaded. Options: "windows" and "linux" Note: Providing the version number without specifying the operating system will default to the Windows bundle. Response Payload ---------------- Media Type ^^^^^^^^^^ :: /application/zip Description/Fields ^^^^^^^^^^^^^^^^^^ The response payload will be the zip bundle representing the requested CIS SecureSuite Platform release version. Response Example ^^^^^^^^^^^^^^^^ None .. history .. authors .. license