Logo
Tenable API API Documentation

Web Application Scanning v2

Number of APIs: 40


The Tenable.io Web Application Scanning v2 API serves as a gateway for you to interact with the Tenable.io Web Application Scanning application and enables you to automate the security management for your web applications. You can safely and accurately scan web applications to provide deep visibility into vulnerabilities and context for prioritizing remediations. Use the Tenable.io Web Application Scanning v2 API endpoints to perform CRUD operations on web application scans, launch web application scans, and obtain scan and asset details.

Note: While Tenable that you use Tenable.io Web Application Scanning API v2 for any new development. You can continue to use existing integrations that are based on Tenable.io Web Application Scanning API v1. Tenable will provide advance notice and migration guidance prior to deprecating Web Application Scanning API v1. For most up-to-date announcements, subscribe to our RSS feed or check the API Changelog.


1. was/v2-configs - List scan configuration filters

GET {{baseUrl}}/was/v2/configs/filters



2. was/v2-user-templates-{user template id} - Get user-defined template details

GET {{baseUrl}}/was/v2/user-templates/:user_template_id



3. was/v2-user-templates-{user template id} - Delete user-defined template

DELETE {{baseUrl}}/was/v2/user-templates/:user_template_id



4. was/v2-user-templates - List user-defined templates

GET {{baseUrl}}/was/v2/user-templates?limit=-54086346&offset=-54086346&sort=last_seen:desc,ipv4:asc



5. was/v2-user-templates - List user-defined template filters

GET {{baseUrl}}/was/v2/user-templates/filters



6. was/v2-user-templates - Search user-defined templates

POST {{baseUrl}}/was/v2/user-templates/search?limit=-54086346&offset=-54086346&sort=last_seen:desc,ipv4:asc



7. was/v2-vulnerabilities - List vulnerabilities

GET {{baseUrl}}/was/v2/vulnerabilities?plugin_id=-54086346&application_uri=https://www.tenable.com&asset_id=b018aed8-554f-4965-9b05-994eaa66d459&limit=-54086346&offset=-54086346&sort=last_seen:desc,ipv4:asc



8. was/v2-vulnerabilities - List vulnerability filters

GET {{baseUrl}}/was/v2/vulnerabilities/filters



9. was/v2-configs-{config id} - Delete scan configuration

DELETE {{baseUrl}}/was/v2/configs/:config_id



10.
API Documentation

ENDPOINTS