API Resources
GET/v3/openapi
/v3/openapi
Return the OpenAPI specification for the API
Attributes
This resource has no attributes
Example Requests
curl --request GET \
--url https://api.vulncheck.com/v3/openapi \
--header 'Accept: application/json' \
--header 'Authorization: Bearer insert_token_here'
Response
{
"basePath": "/v3",
"definitions": "{...}",
"info": {
"contact": {
"email": "support@vulncheck.com",
"name": "VulnCheck API Support"
},
"description": "Version 3 of the VulnCheck API",
"termsOfService": "https://vulncheck.com/terms",
"title": "VulnCheck API",
"version": "3.0"
}
}