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}}');

const plan = await salable.plans.getFeatures('{{PLAN_UUID}}');

Parameters

planId (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