Skip to main content
Version: Node SDK

Get One License

Returns a single license

Code Sample

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

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

const license = await salable.licenses.getOne('{{LICENSE_UUID}}');

Return Type

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