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}}', 'v2');
const plan = await salable.plans.getCapabilities('2141fada-4b65-477d-b369-afb24dea94e6');
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 Capability Object