/api/v1/subscription/active-list

API endpoint documentation

get
Tags:subscription
Operation ID: getApiV1SubscriptionActive-list
Query Parameters
apiKeystring
required

Your BizKitHub API key (passed as GET parameter)

identityIdstring
required

Logged user identity (from your frontend cookies).

Responses
200

No description

Base URL:
https://bizkithub.com

Example Request

fetch('https://bizkithub.com/api/v1/subscription/active-list?apiKey=YOUR_API_KEY', {
  method: 'GET',
  headers: {
    'Content-Type': 'application/json'
  }
})

Example Response

HTTP 200Success Response
{
  "runningSubscriptionList": []
}

🔑 API Key Required

All BizKitHub API endpoints require authentication using an API key. The API key must be passed as a GET parameter in the URL for all requests.

Back to API Documentation
Last updated: January 2, 2026