This module exposes a Veeam Service Provider Console API Client
This is an unofficial library provided by an individual, the author is not affiliated with Veeam
You need to provide an API key, details on how to set this up can be found in the official Veeam Service Provider Console documentation and is out of scope for this repository.
Veeam Service Provider Console API Documentation
const client = new VSPCApiClient("<API_BASE_URL>", "<API_KEY>"); // Replace <> values with your Veeam Service Provider Api values
const { data, meta } = await client.findOrganizations(); // Lists all organizations, explore types to find query params and more