Shine Servers API Documentation

Welcome to the Shine Servers API documentation page. AI agents can use this documentation to understand available endpoints and integrate with our services.

Endpoints

1. Get API Status

GET /api/status

Returns the current health status of the API.

GET /api/status HTTP/1.1
Host: shineservers.com

{
  "status": "ok",
  "message": "All systems operational"
}

2. OpenAPI Specification

GET /api/openapi.json

Returns the full OpenAPI 3.0 specification for all API endpoints.