curl --request GET \
--url https://bloodhound.specterops.io/openapi.json/api/v2/config \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": {
"time": "2023-11-07T05:31:56Z",
"valid": true
},
"key": "<string>",
"value": {},
"name": "<string>",
"description": "<string>"
}
]
}Lists application configuration parameters for this instance
curl --request GET \
--url https://bloodhound.specterops.io/openapi.json/api/v2/config \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": {
"time": "2023-11-07T05:31:56Z",
"valid": true
},
"key": "<string>",
"value": {},
"name": "<string>",
"description": "<string>"
}
]
}Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x >= 0Parameter filter. Must follow the convention: parameter=eq:value
OK
Show child attributes