API Documentation

Welcome to Virtual Scale's API
Automate communications, manage leads, and scale your operations programmatically.

Getting Started

  • Active Virtual Scale account
  • API key from the dashboard
  • Basic understanding of REST APIs

Base URL

https://api.virtualscale.com
Authentication
Secure access to the Virtual Scale API
1 2 3 4 5 6 # Required header for all requests api-key: YOUR_API_KEY # Example request curl -X GET https://api.virtualscale.com/v1/leads \ -H "api-key: YOUR_API_KEY"

The API uses API key authentication for all requests. Your API key must be included in the Authorization header. Never share your API key or expose it in client-side code. If your key is compromised, contact support immediately for a replacement. All API requests must be made over HTTPS.