Overview
TheRevstack class is the main entry point for the Node SDK. Initialize it with your secret API key to access all SDK modules.
Constructor
new Revstack(options)
Creates a new Revstack SDK instance.Configuration options for the SDK client.
Returns a configured Revstack client instance with access to all modules.
Client Modules
The Revstack client provides access to the following modules:Data Plane (Daily Operations)
Manage end-user (customer) records.View documentation →
Create, cancel, and manage subscriptions.View documentation →
Check feature access and query entitlements.View documentation →
Report and query metered feature usage.View documentation →
Manage customer wallet balances.View documentation →
Query billing plans (read-only).View documentation →
Query billing invoices (read-only).View documentation →
Verify inbound webhook signatures.View documentation →
Control Plane (Administration)
Administrative operations for plans, entitlements, integrations, and environments.View documentation →