🔧 SABO Arena API
API cho developers tích hợp với SABO Arena.
Base URL
https://api.saboarena.com/v1
Authentication
Tất cả requests cần header:
Authorization: Bearer YOUR_API_KEY
Rate Limits
| Plan | Requests/phút |
|---|---|
| Free | 60 |
| Pro | 600 |
| Enterprise | Unlimited |
Response Format
{
"success": true,
"data": { ... },
"error": null
}