Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Tenable Downloads API

The Downloads API enables customers to access and download installation and update files for available Tenable products. You can use the API endpoints to list product pages, list downloads available for a specific product, and to download a file. The endpoints can also be used to determine and download the latest version of a file to facilitate the automation of an installation.**Note:** The Tenable Downloads API uses a different server URL than the Tenable Vulnerability Management API:`https://www.tenable.com/downloads/api/v2/pages`.### AuthenticationLike the Downloads website, certain files require authentication to download. When files have a `"requires_auth": true` attribute on the product list page, the Downloads API uses bearer token authentication and requires a valid token in the Authorization header to download the file:```Authorization: Bearer AbCdEf123456```To access or reset your authentication token, navigate to the [Authentication Token](https://www.tenable.com/downloads/api-docs) page.Examples of product downloads that **do not** require authentication include Nessus and Nessus Agents.

Tenable Downloads API is one of 107 APIs that Tenable publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Downloads. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 3 operations across 3 paths, and defines 8 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against a single base URL, https://www.tenable.com/downloads/api/v2.

3 operations 3 paths 8 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://cloud.tenable.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Tenable Downloads API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (Bearer). By default, every request must be authenticated.

  • Bearer — Example: Bearer {{token}}

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Downloads 3

The Downloads API enables customers to access and download installation and update files for available Tenable products. You can use the API endpoints to list product pages, list…

GET
/pages
List product pages
→ 200500
GET
/pages/{slug}
List downloadable files for a product
1 param → 200404500
GET
/pages/{slug}/files/{file}
Download a file
2 params → 200401404500

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are Download (9 properties), LatestDownload (9 properties), SigningKey (6 properties), NotFound (5 properties). Each schema is shown below with its type and property counts.

InternalServerError
object
5 properties
SigningKey
object
6 properties
Releases
object
2 properties
LatestDownload
object
9 properties
Page
object
4 properties
Download
object
9 properties
NotFound
object
5 properties
Unauthorized
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tenable-downloads-api-openapi.yml Raw ↑

Other APIs Tenable publishes across the network.

Tenable About API
Tenable Access Control (API) API
Tenable Access Control (Groups) API
Tenable Access Control (Permissions) API
Tenable Access Control (Roles) API
Tenable Access Control (Users) API
Tenable Access Groups v1 API
Tenable Access Groups v2 API
Tenable Account Groups API
Tenable Accounts API
Tenable Activity Log API
Tenable AD object API