License
The License resource allows you to obtain an authorization token, which in turn gives you access to Member-only endpoints of SecureSuite Member API.
Info
A SecureSuite Membership is required to get a license.
Verify License
Verify your SecureSuite license.Request
The request body must include the SecureSuite Member's license information.
Request Body Parameters
Tip
Instead of writing out your license information, copy all of the contents of your license.xml and paste them to the request body. Refer to Get License Key and Authorization Token to learn how to get the license.xml.
Response
The response from the license verification endpoint will, upon successful verification, provide the receiver with an authorization token that can be used in subsequent Member-only requests.
Note
The expiration time on the token is 20 minutes. Members can reacquire a new token at any time.
Properties
Media type: application/json
Example
curl -X POST ^
-H "Content-Type: application/xml" ^
--data-binary @license.xml ^
"https://workbench.cisecurity.org/api/vendor/v1/license"
Tip
To verify the token, use the /token endpoint.