ByCloud Docs
GuidesCLIAPISDK

API Reference

The ByCloud API is a RESTful interface for managing cloud infrastructure resources programmatically.

Base URL

All API requests should be made to the following base URL:

https://api.spo1.mycloud.com

API Versioning

The API version is included in the URL path. The current version is v1. All endpoints follow the pattern: /v1/resource

Request Format

All requests should include the following headers:

Content-Type: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN

Response Format

All responses are returned in JSON format. Successful responses include the requested data, while error responses include an error object with details about what went wrong.

Getting Started

To get started with the ByCloud API, you'll need to authenticate your requests. Check out the Authentication section to learn how to obtain and use access tokens.