Skip to main content
The Cutshort API uses standard HTTP status codes. Errors always return a JSON body with a machine-readable error.code and a human-readable error.message. Use the error.code field in your error handling logic, not the HTTP status code alone.

Error Response Format

Every error response follows this structure:

HTTP Status Codes

Error Codes

Handling Errors in Code