Retrieve a list of API paths
Retrieve a list of API paths for a specific domain
Path parameters
The domain ID
The domain ID
Query parameters
Sort the response by given field.
Sort the response by given field.
Filter by the path ID
Filter by the path ID
Filter by the path. Supports '*' as a wildcard character
Filter by the path. Supports '*' as a wildcard character
The different methods an API path can have
Filter by the API RESTful method
Filter by the API version
Filter by the API version
The different HTTP schemes an API path can have
Filter by the HTTP version of the API path
Filter by the API group associated with the API path
Filter by the API group associated with the API path
Filter by the status of the discovered API path
Filter by the status of the discovered API path
The different sources an API path can have
Filter by the source of the discovered API
Number of items to return
Number of items to return
Number of items to skip
Number of items to skip
Response
Successful Response
Example response
{
"results": [
{
"path": "/api/v1/paths/{path_id}",
"api_version": "v1",
"tags": [
"sensitivedataurl",
"highriskurl"
],
"api_groups": [
"accounts",
"internal"
]
}
]
}