Skip to main content
Version: Node SDK

Get Switchable Plans for a Subscribed User

Returns the details of a single subscription.

Code Sample

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

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

const subscription = await salable.subscriptions.getSwitchablePlans('e0517f96-1ac0-4631-a52b-56ace9d1168c');

Parameters

subscriptionUuid (required)

Type: string

The UUID of the subscription

Return Type

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