API Reference
Error Codes
API error responses
Error Codes
Response Format
{
"error": "Error message"
}Status Codes
| Code | Description |
|---|---|
| 400 | Bad request - invalid parameters |
| 401 | Unauthorized - missing or invalid token |
| 403 | Forbidden - token lacks required scope |
| 404 | Not found - resource doesn't exist |
| 500 | Server error |