Skip to main content

Get List Of Licenses by Subscription Id

Overview

Retrieves list of Licenses by its Subscription ID. This endpoint returns a list of licenses the specified subscription ID for the currently authenticated partner.

Endpoint Details

URL:

/api/integration/partner/licenses/bysubscription

Method :

GET

Request

{'Content-Type': 'application/json; charset=utf-8'}

Query Parameter:

NameInDescription
subscriptionIdqueryThe unique subscription ID used to retrieve the list of licenses.

Response:

HTTP Status Codes

  • Success Response
StatusDescription
200The list of licenses are retrieved successfully.
  • Error Responses
StatusDescription
400Bad Request – The subscription ID, partner ID or user ID is invalid.
401Unauthorized – Authentication is required to access this resource.
403Forbidden – The user lacks subscription access or is not authenticated as a partner.
404Not Found – No subscription or partner found for the given subscription ID.
500Internal Server Error – An unexpected error occurred during request processing.

Response Body

With subscriptionId=IBIS20250131000029

  https://accounts.onintellibuddies.com/api/integration/partner/licenses/bysubscription?subscriptionId=IBIS20250131000029
{
"edition": "INTELLIAPPZ",
"partnerId": 1,
"partnerFirstName": "Implementation Partner",
"partnerLastName": "ibqa",
"organizationName": "VIT",
"emailAddress": "ibqapartner@gmail.com",
"daysLeft": 0,
"customerId": 1,
"customerEmail": "testcustomer1b@gmail.com",
"customerBusiness": "V IB",
"keyGeneratedAt": "2025-01-31T12:46:02.14787",
"licenseType": "PRODUCTION",
"expiresOn": "2025-02-03T23:59:59",
"licenses": [
{
"licenseId": 427,
"parentLicenseId": null,
"appId": 7,
"isAssigned": true,
"isOnlineActivation": true,
"intelliAppZId": 6,
"activeFrom": "2025-01-31T12:47:56.555149",
"status": "Expired",
"appName": "IntelliAppZ",
"machineName": "IB-50",
"activatedBy": "INTELLIBUDDIES\\RB",
"ipAddress": "172.16.2.104",
"intelliAppZName": "Production_RenewalCheck",
"intelliAppZVersion": "1.0.0",
"created": "2025-01-31T12:46:02.131477",
"modified": "2025-02-04T03:26:12.963498",
"createdBy": "Finance ibqa",
"modifiedBy": "System Account"
}
]
}