You are experiencing the following issue
After sending a request, the response results in the error 404 Not Found.
What to expect
A 404 Not Found is an HTTP status code response that indicates that the server won’t process the request because it is unable to locate the resource specified in the request.
Unblock yourself
- Make sure there is no error in the configuration of your request. Look for typos, whitespaces, or invalid JSON formatting.
- If the server requires an unencoded request, turn off the encoding inside Postman
- Compare the API documentation of the service you’re making a call to with the configuration of your request. Check that the elements below are configured correctly in the request:
- The request headers
- The parameters in the request body
- The query parameters
- The HTTP method
- If your endpoint is private, make sure the proxy settings are configured correctly.
If the issue persists after checking the configuration of your request, reach out to the service provider of the endpoint you are trying to make a call to.