Subscription Usage

GET https://{{base_url}}/analytics/v2/subscription?orgUid={{orgUid}}&from=2024-01-31&to=2024-03-31

The Subscription Usage request returns the total number of projects, environments, and domains under Launch within your organization till date. To get the details for CMS and Automate, you can use the Usage Analytics request.

To use the API request, you will need to authenticate yourself either with an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Subscription Usage API Reference document

Request Params

KeyDatatypeRequiredDescription
orgUidstringEnter the UID of your Organization.
fromstringSpecify the start date for the required data. Use the following date format: YYYY-MM-DD.
tostringEnter the current date or any date after the from date. The date format should be: YYYY-MM-DD.

HEADERS

KeyDatatypeRequiredDescription
authtokenstringEnter your authtoken .
Content-Typestring