Skip to main content
GET
/
api
/
external
/
v2
/
subscription-contract-details
/
current-cycle
/
{contractId}
Get current billing cycle number for a subscription contract
curl --request GET \
  --url https://subscription-admin.appstle.com/api/external/v2/subscription-contract-details/current-cycle/{contractId} \
  --header 'X-API-Key: <x-api-key>'
1

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
required

API Key for authentication

Path Parameters

contractId
integer<int64>
required

Response

Successfully retrieved current billing cycle number

The response is of type integer<int32>.