Skip to main content
GET
/
subscriptionPackages
List subscription packagess
curl --request GET \
  --url https://api.quivo.co/subscriptionPackages
[
  {
    "subscriptionPackage": "RISING_STAR",
    "allowedArticles": 123,
    "allowedShops": 123
  }
]

Response

Returns an array of SubscriptionPackageConfigSummary matching the request criteria.

subscriptionPackage
enum<string>

Package identifier or subscription package

Available options:
RISING_STAR,
STELLAR_EXPLORER,
FULFILLED_LEGEND,
WITHOUT_PACKAGE,
SEND_IT_YOURSELF,
CUSTOMIZED
allowedArticles
integer<int32>

The allowed articles numeric value

allowedShops
integer<int32>

The allowed shops numeric value