API Resources
GET/v3/index
/v3/index
Return a list of indexes with backup and endpoint links.
Attributes
This resource has no attributes
Example Requests
curl --request GET \
--url https://api.vulncheck.com/v3/index \
-d token=insert_token_here \
--header 'Accept: application/json' \
Response
{
"_benchmark": 1.146941,
"data": {
"count": 102,
"indexes": [
{
"name": "abb",
"description": "ABB Vulnerabilities",
"endpoint": "https://api.vulncheck.com/v3/index/abb"
},
{
"name": "adobe",
"description": "Adobe Vulnerabilities",
"endpoint": "https://api.vulncheck.com/v3/index/adobe"
}
]
}
}