https://api.virtualscale.com
Need help? Contact our support team or check out our development guides in the documentation.
1
2
3
4
5
6
# Required header for all requests
Authorization: api-key YOUR_API_KEY
# Example request
curl -X GET https://api.virtualscale.com/v1/leads \
-H "Authorization: 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.