curl --request GET \
--url https://bloodhound.specterops.io/openapi.json/api/v2/attack-path-types \
--header 'Authorization: Bearer <token>'{
"data": [
"<string>"
]
}Lists all possible attack path types
curl --request GET \
--url https://bloodhound.specterops.io/openapi.json/api/v2/attack-path-types \
--header 'Authorization: Bearer <token>'{
"data": [
"<string>"
]
}Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x >= 0Sort by column. The only sortable column is finding.
Sort by column. Can be used multiple times; prepend a hyphen for descending order.
See parameter description for details about which columns are sortable.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
OK