---
"@context": https://schema.org
"@type": TechArticle
"@id": https://www.twilio.com/docs/api/errors/60701#article
headline: "60701: Invalid request"
url: https://www.twilio.com/docs/api/errors/60701
inLanguage: en
dateModified: 2026-03-25T13:34:46.000Z
author:
  "@type": Organization
  name: Twilio Developer Education Team
publisher:
  "@type": Organization
  name: Twilio
---

# 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)
