Skip to main content
GET
/
api
/
external
/
v2
/
subscription-customers
/
valid
/
{customerId}
Get valid subscription contract IDs for customer
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://developers.appstle.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-API-Key
string

Path Parameters

customerId
integer<int64>
required

Shopify customer ID

Query Parameters

api_key
string

API Key (Deprecated - Use Header X-API-Key instead)

Response

Valid subscription contract IDs retrieved successfully (may be empty set if customer has no active subscriptions)

The response is of type string.