API Token Validation
This endpoint allows checking the validation of a token without accessing any data on the server
Request Type |
Visibility |
---|---|
GET |
SecureSuite Members Only |
Base URL
https://workbench.cisecurity.org/api/vendor/v1
Endpoint
/token/check
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
None
Response Payload
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.
Media Type
application/json
Description/Fields
Field |
Description |
Status |
Token Validation Check Successful |
Field |
Description |
Error |
Invalid or expired security token. |
Response Example
{
"status": "Token Validation Check Successful."
}
- ::
- {
“error”: “Invalid or expired security token.”
}