Errors
The Capital Check In API uses conventional HTTP response codes to indicate the success or failure of an API request.HTTP Status Codes
Error Response Format
All error responses follow a consistent format:Common Error Codes
Authentication Errors
Validation Errors
Resource Errors
Error Handling Best Practices
- Always check the HTTP status code first
- Parse the error response for detailed information
- Implement proper error logging
- Handle rate limiting with exponential backoff
- Provide user-friendly error messages
- Retry transient errors (5xx status codes)