getAllSubscriptions
Get all available subscription markers. 🔐 This method requires authorization.
Description
This method returns the markers of all subscription plans available in the project. It returns a Promise that resolves to an array of strings (string[]).
Subscriptions.getAllSubscriptions(
);
Examples
Minimal example
const response = await Subscriptions.getAllSubscriptions();
Example response
{
"statusCode": 403,
"timestamp": "2026-06-07T14:43:04.038Z",
"message": "User doesn't have permissions to access the requested url or API method"
}