Subscriptions
List all subscriptions
get/subscriptions
Query parameters
subscription_keystring
filter only subscriptions matching key
subscription_typestring
filter only subscriptions matching type
Headers
x-anchore-accountstring
An account name to change the resource scope of the request to that account, if permissions allow (admin only)
Response
Subscription listing
Example response
[
{
"subscription_id": "subscription_id",
"subscription_value": "subscription_value",
"active": true,
"subscription_key": "subscription_key",
"subscription_type": "subscription_type",
"userId": "userId"
}
]