Retrieve a list of API paths
Retrieve a list of API paths for a specific domain
Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
The domain ID
Query Parameters
Sort the response by given field.
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
1024
Filter by the API RESTful method The different methods an API path can have
GET
, POST
, PUT
, PATCH
, DELETE
, TRACE
, HEAD
, OPTIONS
Filter by the API version
32
Filter by the HTTP version of the API path The different HTTP schemes an API path can have
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
API_DESCRIPTION_FILE
, TRAFFIC_SCAN
, USER_DEFINED
Number of items to return
0 <= x <= 10
Number of items to skip
0 <= x <= 100000
Response
Successful Response
The response is of type object
.