Viewing the API Security Scanner Dashboard
The API Security Scanner screen provides an overview on the last completed API security scan, using API Security widgets.
![]() |
API Security Widgets
Detected APIs
The number of detected APIs in the code. This scan detected 10 APIs in the code.
![]() |
Sensitive Data APIs
The number of APIs with at least one sensitive data attribute. This scan detected sensitive data attributes in 9 out of the 10 detected APIs. Sensitive Data categories and parameters are listed in the table below.
![]() |
Category | Parameters |
---|---|
Name | firstname, surname, familyname, fullname, name |
Personal Data | birthday, dob, dateofbirth, phone, mobile, email, socialsecurity, ssn, driverslicense |
Address | address, zipcode |
Bank | credit, cardnumber, account |
Secrets | credentials, secret, auth, apikey, pass, pwd, password |
Results by Vulnerabilities
A list of sensitive data attributes with an indicator on how often each of these sensitive data attribute was detected.
In the illustrated example, API Security detected Parameter Tampering twice and three more once each.
![]() |
Results by Risk
The number of sensitive data attributes according to their risk.
In the illustrated example, API Security detected 5 vulnerabilities of which 2 were of high risk and 3 of medium risk.
![]() |
Viewing Results
To view results, click View Results. The Risks table appears. It lists the risks and provides additional information as outlined below.
For additional information on viewing scan results in depth, refer to Viewing API Results.
![]() |
Parameter | Description |
---|---|
Severity | Indicates the risk severity as follows:
|
Risk Name | The name of the risk. |
Status | Indicates the status of the risk a follows:
|
Endpoint Path | The path of the endpoint where the API is located in which the risk was detected. |
Method | The method of the API as follows: GET HEAD POST PUT DELETE CONNECT OPTIONS TRACE |
Data Origin | Indicates where the risk was detected, for example inside the code. |
Risk Discovered | The date when the risk was detected. |