Skip to main content
Version: Node SDK

Get Licenses Count

This method returns aggregate count number of Licenses.

Code Sample

import { Salable } from '@salable/node-sdk';

const salable = new Salable('{{API_KEY}}');

const licenseCount = await salable.licenses.getCount('{{SUBSCRIPTION_UUID}}');

Parameters

subscriptionUuid (required)

Type: string

The uuid of the subscription to filter the license count

status

Type: string

The status of the license to filter by

Return Type

For more information about this request see our API documentation on License count