Retrieves a list of all subscription groups (selling plan groups) configured in the store. This endpoint provides a complete overview of all subscription offerings available.
Response includes:
Use Cases:
Performance Notes:
Authentication: Requires valid X-API-Key header
curl --request GET \
--url https://subscription-admin.appstle.com/api/external/v2/subscription-groups \
--header 'X-API-Key: <x-api-key>'[
{
"id": 123,
"productCount": 123,
"productVariantCount": 123,
"frequencyCount": 123,
"frequencyName": "<string>",
"groupName": "<string>",
"productIds": "<string>",
"discountOffer": 123,
"discountEnabled": true
}
]Documentation Index
Fetch the complete documentation index at: https://appstleinc-aeca3e0a.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API Key for authentication
API Key (Deprecated - Use X-API-Key header instead)
Successfully retrieved subscription groups
DAY, WEEK, MONTH, YEAR PERCENTAGE, FIXED, PRICE curl --request GET \
--url https://subscription-admin.appstle.com/api/external/v2/subscription-groups \
--header 'X-API-Key: <x-api-key>'[
{
"id": 123,
"productCount": 123,
"productVariantCount": 123,
"frequencyCount": 123,
"frequencyName": "<string>",
"groupName": "<string>",
"productIds": "<string>",
"discountOffer": 123,
"discountEnabled": true
}
]