Authorization header of each HTTP request. There are no bearer token prefixes or OAuth flows to configure; simply pass the raw key and you are ready to make calls.
Get your API key
You can generate and manage your API keys from the Security page in your Virtus Cloud account dashboard. Navigate to Account → Security and create a new key. Treat your API key like a password — do not commit it to source control or share it publicly.Pass the key in the Authorization header
Include your API key as the value of theAuthorization header on every request. No prefix (such as Bearer) is required.
Example request
The following example retrieves information about an application. Replace<your_api_key> with your actual key and <app_id> with the target application’s ID.
Terms of use
Use of the Virtus Cloud API is subject to the Terms of Service and the Acceptable Use Policy. Illegal or abusive use may result in your account being permanently blocked.Rate Limits & Restrictions
Learn about per-plan rate limits, daily request caps, blocked countries, and captcha-required regions that apply to all API usage.