WebSkyVPS Developer API

Welcome to the official WebSkyVPS REST API documentation. Use this API to manage infrastructure resources programmatically.

Authentication

All requests must include the Bearer token in the header:

Authorization: Bearer YOUR_API_KEY

Endpoints

GET /status

Returns current operational status of API services.

POST /auth

Authenticate user and receive a session token.