DOCS/Technical Docs/API Reference
API Reference
The Yoba Systems API provides programmatic access to all platform capabilities. The API follows RESTful conventions and uses JSON for request and response bodies.
Base URL
All API requests should be made to:
Rate Limits
| Plan | Requests/min | Burst |
|---|---|---|
| Free | 60 | 100 |
| Pro | 600 | 1000 |
| Enterprise | Unlimited | Unlimited |
Error Codes
| Code | Description |
|---|---|
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Invalid or missing token |
| 403 | Forbidden - Insufficient permissions |
| 404 | Not Found - Resource doesn't exist |
| 429 | Too Many Requests - Rate limit exceeded |
| 500 | Internal Server Error |
SDKs
Official SDKs are available for: