← Back to all blogs
API & Automation4 min readAugust 10, 2026

Getting Started with the Netbay Developer V1 API

NB

Netbay Engineering

Official Netbay Contributor

The Netbay Developer V1 API provides full programatic access to your cloud infrastructure. Whether you are building an automated proxy reseller bot or scaling internal server fleets, the V1 API allows instant provisioning, power management, and task status polling.

Authentication & Keys All API requests require developer credentials passed via HTTP headers: - `X-API-Key`: Your developer API Key. - `X-API-Secret`: Your secret key generated in your Netbay Account settings.

Key Endpoints 1. **Account Info**: `GET /api/v1/account` 2. **List Plans**: `GET /api/v1/plans` 3. **Purchase VPS**: `POST /api/v1/services/purchase` 4. **Proxy Applications**: `POST /api/v1/proxies/purchase`

Explore live endpoint testing using our interactive **API Tester Suite** at `http://localhost:3005` or via `https://api.netbayhosts.in`.