Skip to content

Raidboxes Public API

What is the Raidboxes Public API?

The Raidboxes Public API is a comprehensive RESTful API that allows you to programmatically manage your WordPress hosting infrastructure. With this API, you can automate common hosting tasks, integrate Raidboxes services into your workflow, and build custom applications that interact with your hosting environment.

Key Features

  • WordPress Box Management: Create and configure WordPress installations
  • Subscription Management: Handle billing and subscription lifecycle
  • SSL Certificate Management: Install and manage SSL certificates
  • SSH Key Management: Manage secure access credentials
  • Process Monitoring: Track long-running operations
  • Secure Authentication: JWT-based authentication system

Getting Started

  1. Authentication: Start by logging in to obtain your JWT token
  2. Explore Endpoints: Review the available API endpoints in this documentation
  3. Make Requests: Use your preferred HTTP client to interact with the API
  4. Monitor Progress: Track asynchronous operations using the process endpoints

For detailed getting started instructions, see the API Overview section.

Support

If you need assistance with the API, please contact our technical support team. We're here to help you integrate successfully with the Raidboxes platform.

API Characteristics

  • RESTful Design: Standard HTTP methods and status codes
  • JSON Format: All requests and responses use JSON
  • Consistent Errors: Standardized error response format
  • Rate Limited: Fair usage policies ensure system stability
  • Versioned: API versioning to maintain backward compatibility