IN http request status code

In http request how to get status code give error message resource not found plz give the suggestion

@dfd2e18560c138cb7425711f7 ,

Head over to Output properties
image

Response Content this will return the response body as a string
Response status - this will return API Response code like 200, 404, 502 etc.

If you are getting Response code 404 can mean two things: either the URL you have configured doesn’t exist at all, or the resource you are trying to access doesn’t exist .

Check the URL and passed parameters as well.

Thanks,
Ashok :slight_smile:

sir, I have to check the url and parameters solve it now but gives another error deserialize json unexpected character encounter.

Hi @dfd2e18560c138cb7425711f7

Can you show how you are trying to deserialize