Web App Scanning API Reference
Objective
This document outlines the APIs exposed by F5® Distributed Cloud Web App Scanning and how to access them.
You can find a detailed overview of the APIs on our Swagger UI page. You can also download a copy of our OpenAPI Specification (version 3.0.1) to automatically generate a client in your preferred development framework.
API Access
To make use of the APIs offered by F5® Distributed Cloud Web App Scanning, you must first create an API key.
Step 1: Log into the Distributed Cloud Web App Scanning Console and navigate to the Settings page.
-
Log into the Distributed Cloud Web App Scanning Console.
-
Click on Settings in the header menu.
-
Click on API Keys.
Step 2: Create an API key.
-
To create a new API key, click on Create.
-
Provide a name for your API key. This lets you easily identify your API key in the future.
-
Click on Create.
Step 3: Read your API key.
-
Reveal your newly created API key by clicking on its corresponding row in the table.
-
Your API key will be revealed for you to copy and use in your program.
-
The API key will automatically expire a year after creation. Make sure to create a new key and renew it before expiry.
Figure: API Keys
Note: Add an
Authorization
header to all your API requests to F5® Distributed Cloud Web App Scanning with the valueHeyhack API_KEY
. ReplaceAPI_KEY
with the value of your key.