v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1461972964.4 KB

Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.

get/productSubscriptions

Query parameters

NextTokenstring
<p>The token that is required for pagination. On your first call to the <code>ListEnabledProductsForImport</code> operation, set the value of this parameter to <code>NULL</code>.</p> <p>For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.</p>
MaxResultsinteger

The maximum number of items to return in the response.

Response

Success

ProductSubscriptionsNonEmptyString[]

The list of ARNs for the resources that represent your subscriptions to products.

NextTokenstring

The pagination token to use to request the next page of results.

Example response

{
  "ProductSubscriptions": [
    "arn:aws:securityhub:us-east-1:517716713836:product-subscription/crowdstrike/crowdstrike-falcon",
    "arn:aws:securityhub:us-east-1::product/3coresec/3coresec"
  ]
}