Download PDF¶
This API endpoint allows for the retrieval and download of benchmark content in the PDF format.
Request Type |
Visibility |
---|---|
GET |
SecureSuite Members Only |
Base URL¶
https://workbench.cisecurity.org/api/vendor/v1
Endpoint¶
/pdf/{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 PDF as stored in CIS WorkBench. |
Response Payload¶
Media Type¶
.pdf
Description/Fields¶
The response payload will contain a PDF (.pdf) download.
Response Example¶
None