Skip to main content
Version: Node SDK

Get All Licenses

Returns a list of all the licenses created by your Salable organization

Code Sample

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

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

const licenses = await salable.licenses.getAll();

Return Type

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