Download Build Kits¶
This API endpoint allows SecureSuite members to obtain any released remediation content, also known as CIS Build Kits. For more information on Build Kits, go here: CIS Build Kits FAQ.
Request Type  | 
Visibility  | 
|---|---|
GET  | 
SecureSuite Members Only  | 
Base URL¶
https://workbench.cisecurity.org/api/vendor/v1
Endpoint¶
/buildkit/{workbenchId}
Request Payload/Parameters¶
In order to provide download authorization, members must first authenticate their license key using the /license endpoint.  The response from that endpoint is an authorization token.
Request Headers¶
Header Name  | 
Description  | 
|---|---|
X-SecureSuite-Token  | 
The token received from a successful license key verification, e.g.,   | 
URL Parameters¶
URL Parameter  | 
Description  | 
|---|---|
workbenchId  | 
The unique identifier for a specific Build Kit as stored in CIS WorkBench.  | 
Response Payload¶
Media Type¶
/application/zip
Description/Fields¶
The response payload will contain a zip bundle encapsulating the Build Kit content.
Response Example¶
None