Object
UrlBasedApiDefinition
The URL hosting the API definition that Burp Scanner is allowed to audit during scans.
Fields
api_definition_fetch_authentications():
[ApiAuthentication!]
A list of authentication credentials used to fetch the API definition file from the URL (for example: Basic, Bearer Token, API Key). This is distinct from the authentication used during scanning.
authentications():
[ApiAuthentication!]!
A list of the API authentication credentials (for example: Basic, Bearer Token, API Key).
url():
String!
The URL where the API definition file is hosted.