Vulnerabilities & ImagesGet Accounts Account_id Inventory_packages Facets

GET /accounts/{account_id}/inventory_packages/facets

List Inventory Packages Facet Groups

curl -X GET "https://api.rad.security/accounts/example_string/inventory_packages/facets" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
[
  {
    "category": "example_string",
    "default_value": "example_string",
    "id": "example_string",
    "name": "John Doe",
    "type": "example_string"
  }
]
GET
/accounts/{account_id}/inventory_packages/facets
GET
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token
Bearer Tokenstring
Required

Bearer token - just enter the token, "Bearer" prefix will be added automatically

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Authentication token required.

Path Parameters

Responses

categorystring
default_valuestring
idstring
namestring
typestring