Errors & Rate Limits
Error Codes
| Status Code | Description |
|---|---|
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Invalid credentials |
| 403 | Forbidden - Insufficient permissions |
| 404 | Not Found - User not found |
| 429 | Too Many Requests - Rate limit exceeded |
| 500 | Internal Server Error |
Rate Limiting
Authentication endpoints have the following rate limits:
- Authentication attempts: 5 requests per minute per IP
- Password reset requests: 3 attempts per hour per email
- Failed login attempts may trigger temporary account lockouts