List discovered APIs

All products List APIs discovered in your traffic that are new or not yet protected under API protections. An API is considered new if it isn't registered, and appears in the discovered APIs list if it's had at least 1000 requests over the last 30 days and at least one 2xx response.

Query Params
boolean
Defaults to false

If true, includes all discovered APIs including ones you have hidden. By default, false returns only the visible APIs.

string

Filter results by hostname or basepath. You can also match on substrings.

string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Responses

Response body
object
apis
array of objects
required

A list of APIs that have been discovered but are not yet protected by API Protections.

apis*
object
string
required

The base path where the API serves content.

string
required

The base64 encoded value of the basepath.

string
required

The base64 encoded value of the hostname.

string
required

The hostname where the API resides.

date
required

Indicates the date when API Discovery last detected traffic on this API.

string
required

This identifies whether it's a new API or a new RESOURCE on an existing endpoint definition.

API RESOURCE

string
required

The visibility status, either VISIBLE or HIDDEN.

VISIBLE HIDDEN

Language
Authentication
URL