Vulnerability Service API Token Provisioning
Provisioning
If you do not already have an API key, request one to be provisioned for you by contacting [email protected] with a subject line "Vulnerability Snapshot API Keys".
You will receive a key id and key secret.
API Token Usage
On every request that requires API tokens, there must be an Authorization
header like so: Authorization: token <tokenId>:<tokenSecret>
Requests that require usage of these tokens will be explicitly defined in documentation, and this authorization header information will be repeated in line.
Updated over 1 year ago