"success": true and a "data" property containing the endpoint-specific payload.
For most error status codes, the body is { "success": false, "error": { "message": "..." } }. HTTP 401 is an exception: missing or invalid credentials return { "message": "Unauthorized" } from the API gateway.
Base URL
All API requests are made to:Authentication
The API uses API key authentication. Include your key in theAuthorization header as a Bearer token with every request.
Creating an API key
1
Open settings
Navigate to Settings > API keys in your Cloud Capital dashboard.
2
Generate a key
Click Create API key, give it a descriptive name, and select the appropriate permissions.
3
Copy the key
Copy the generated key immediately. For security, the full key is only shown once.
Rate limits
API requests are rate-limited to protect service availability. When you exceed the limit, the API returns a429 status code.

