Get Capabilities
Returns a list of all the Capabilities associated with a Plan
Code Sample
import { Salable } from '@salable/node-sdk';
const salable = new Salable('{{API_KEY}}');
const plan = await salable.plans.getCapabilities('{{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 Capability Object