Get Subscription Seat Count
This method returns the aggregate number of seats. The response is broken down by assigned, unassigned and the total. Seats with the status CANCELED are ignored.
Code Sample
import { initSalable } from '@salable/node-sdk';
const salable = initSalable('{{API_KEY}}', 'v3');
const seatCount = await salable.subscriptions.getSeatCount('ef946d3d-f2fa-46f2-96d3-d67162540493');
Parameters
subscriptionUuid (required)
Type: string
uuid of the subscription.
Return Type
For more information about this request, see our API documentation on subscription seat count.