Skip to main content
GET
/
api
/
external
/
v2
/
subscription-contract-details
/
analytics
/
{contractId}
Get subscription contract analytics and revenue metrics
curl --request GET \
  --url https://subscription-admin.appstle.com/api/external/v2/subscription-contract-details/analytics/{contractId}
{
  "totalOrders": 12,
  "totalOrderAmount": 599.88,
  "totalOrderRevenue": "$599.88"
}

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

contractId
string
required

Contract ID

Query Parameters

api_key
string

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

Response

Successfully retrieved contract analytics

totalOrderCount
integer<int64>
totalOrderAmount
number<double>
totalOrderRevenue
string