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