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

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 ![]()
sir, I have to check the url and parameters solve it now but gives another error deserialize json unexpected character encounter.
Can you show how you are trying to deserialize