GET requests response is returned in HTML not JSON

Trying to get my first response for GET request and it is always in HTML format , tried changing the options in BODY , nothing helped :frowning:

Get request ----> https://reqre.in/api/users/2

Postman ver 10.21.9

Hey @moresachi2003 :wave:

Welcome to the Postman Community! :postman:

Youโ€™re not using the correct URL here (You were missing an s), this is the what you need:

https://reqres.in/api/users

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.