# 60701: Invalid request

Log Type: APPLICATION

Log Level: ERROR

## Description

60701 means Twilio rejected the Messaging request as invalid and returned a generic 400 Bad Request response. Use the response body to find the specific error detail for the request that failed.

### Possible causes

* The request did not pass validation, so Twilio returned a generic 400 Bad Request response.

### Possible solutions

* Inspect the response body for the detailed error message, then correct the request and retry it.
* Review the debugging guide and error logs to isolate the parameter or field that caused the failure.

#### Additional resources

* [Debugging Your Twilio Application](/docs/usage/troubleshooting/debugging-your-application)
