Token
The Token resource allows you to check whether your token is validated.
Info
To get a token, you need to make a POST request with your license key to the /license endpoint.
Validate Token
Check if a token is valid without accessing any data on the server.
Request
Header Parameters
X-SecureSuite-Token
The token received from a successful license key verification, e.g.,
12347b68c544113bc4notvalid358ffd4ba7f254e39c4a842cefed748Response
Upon successful validation, returns an authorization token that can be used in subsequent Member-only requests.
Properties
Media type: application/json
status
Shows when validation succeeds.
error
Shows when validation fails.