Retrieves a list of all valid (active, paused, or pending) subscription contract IDs associated with a specific customer. This endpoint is useful for quickly checking which subscriptions a customer has without retrieving full contract details.
Key Features:
Included Subscription Statuses:
Excluded Subscription Statuses:
Common Use Cases:
Example Response:
[12345, 12346, 12389]
Parameters:
Response: Returns a Set of Long values representing valid subscription contract IDs
Authentication: Requires API key authentication via X-API-Key header or api_key parameter
curl --request GET \
--url https://membership-admin.appstle.com/api/external/v2/subscription-customers/valid/{customerId}"<string>"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.
Shopify customer ID
API Key (Deprecated - Use Header X-API-Key instead)
Valid subscription contract IDs retrieved successfully (may be empty set if customer has no active subscriptions)
The response is of type string.
curl --request GET \
--url https://membership-admin.appstle.com/api/external/v2/subscription-customers/valid/{customerId}"<string>"