API Discovery
Retrieve a list of API paths
Retrieve a list of API paths for a specific domain
GET
Authorizations
API key for authentication.
Path Parameters
The domain ID
Query Parameters
Sort the response by given field.
Available options:
id
, path
, method
, api_version
, http_scheme
, first_detected
, last_detected
, status
, source
, -id
, -path
, -method
, -api_version
, -http_scheme
, -first_detected
, -last_detected
, -status
, -source
Filter by the path ID
Filter by the path. Supports '*' as a wildcard character
Maximum length:
1024
Filter by the API RESTful method The different methods an API path can have
Available options:
GET
, POST
, PUT
, PATCH
, DELETE
, TRACE
, HEAD
, OPTIONS
Filter by the API version
Maximum length:
32
Filter by the HTTP version of the API path The different HTTP schemes an API path can have
Available options:
HTTP
, HTTPS
Filter by the API group associated with the API path
Filter by the status of the discovered API path
Filter by the source of the discovered API The different sources an API path can have
Available options:
API_DESCRIPTION_FILE
, TRAFFIC_SCAN
, USER_DEFINED
Number of items to return
Required range:
0 <= x <= 10
Number of items to skip
Required range:
0 <= x <= 100000
Response
200
application/json
Successful Response
The response is of type object
.