*** title: Fixing a 400 bad request error description: >- You are experiencing one of the following issues After sending a request, the response results in the error 400 Bad Request. What to expect A 400 Internal Se... ----- ## You are experiencing one of the following issues After sending a request, the response results in the error *400 Bad Request.* ## What to expect A [400 Internal Server Error](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400) is an HTTP status code response that indicates that the server won't process the request because the syntax it received is perceived to be invalid or exceeds certain limitations set by the service provider. ## Unblock yourself * Make sure there is no error in the [configuration of your request](/docs/sending-requests/create-requests/request-basics/) . Look for typos, whitespaces, or invalid JSON formatting. * To identify the error, use the [Postman’s console](/docs/sending-requests/response-data/troubleshooting-api-requests/#debugging-in-the-console) to verify that all the data sent with the request is correct. * Compare the API documentation of the service you’re making a call to and verify that the below elements if required, are configured correctly in the request: * The [request headers](/docs/sending-requests/create-requests/headers/#configure-request-headers) * The parameters in the [request body](/docs/sending-requests/create-requests/parameters/#send-body-data-with-requests) * The [query parameters](/docs/sending-requests/create-requests/parameters/#send-request-parameters) * The [HTTP method](/docs/sending-requests/create-requests/request-basics/#select-request-methods) * If your request contains special characters, try to turn off the [encoding inside Postman](/docs/sending-requests/create-requests/request-settings/#encode-your-request-urls) . If you are still facing this issue after following the steps in the Unblock yourself section, [submit a support request](https://support.postman.com/hc/en-us/requests/new/) and attach a screenshot of the output of your [Postman console](/docs/sending-requests/response-data/troubleshooting-api-requests/#debugging-in-the-console) *** Have more questions? [Submit a request](/help/submit-request) ***