Skip to main content
Version: Node SDK

Get Features

Returns a list of all the Features associated with a Plan

Code Sample

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

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

const plan = await salable.plans.getFeatures('003c917a-4c3a-4e67-8d36-adeb22281681');

Parameters

planUuid (required)

Type: string

The uuid of the Plan to return the Features from

Return Type

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