Get One Plan
Returns the details of a single plan.
Code Sample
import { Salable } from '@salable/node-sdk';
const salable = new Salable('{{API_KEY}}');
const plan = await salable.plans.getOne('{{PLAN_UUID}}');
Parameters
planId (required)
Type: string
The uuid
of the Plan to be returned
Return Type
For more information about this request see our API documentation on plan object