API Documentation

Comprehensive API documentation for integrating with the Recoil Network platform.

RESTful API

Standard HTTP methods with JSON responses

OAuth2 Auth

Secure authentication with OAuth2

99.99% Uptime

Reliable API with guaranteed availability

Endpoints

Endpoint Details

API reference and examples

GET/api/v1/servers

List all servers for authenticated user

Authentication

Required

Response

Array of server objects

Example Request

curl -X GET \
  https://api.recoilhosting.com/api/v1/servers \
  -H "Authorization: Bearer YOUR_API_KEY"