Skip to main content
Version: Node SDK

Get Licenses for a Grantee ID

Returns licenses for a grantee ID

Code Sample

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

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

const licenses = await salable.licenses.getForGranteeId('userId_1');

Parameters

granteeId (required)

Type: string

The grantee ID of the licenses

Return Type

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