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 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. Look for typos, whitespaces, or invalid JSON formatting.
- Compare the API documentation of the service you’re making a call to and verify that the below elements are configured correctly in the request:
- The required request headers
- The required parameters in the request body
- The required query parameters
- If the server requires the request to be unencoded, turn off the encoding inside Postman
- To identify the error, use the Postman’s console to verify that all the data sent with the request is correct.