Skip to main content
GET
/
api
/
external
/
v2
/
subscription-customers
/
valid
/
{customerId}
Get valid subscription contract IDs for a customer
curl --request GET \
  --url https://subscription-admin.appstle.com/api/external/v2/subscription-customers/valid/{customerId}
[
  5234567890,
  5234567891,
  5234567892,
  5234567893
]

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.

Headers

X-API-Key
string

Path Parameters

customerId
integer<int64>
required

Id

Query Parameters

api_key
string

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

Response

Successfully retrieved valid subscription contract IDs. Returns a set of contract IDs (may be empty if customer has no subscriptions).