reqres.in API Documentation
Base URL: https: // reqres. in Get List of Users Method: GET Endpoint: /api/users Status Code: 200 OK Request: Request URL: https: // reqres. in /api/u sers?page= 2 Response: { "page": 2 , "per_page": 6 , "total": 12 , "total_pages": 2 , "data": [ { "id": 7 , "email": "michael.lawson@reqres.in" , "first_name": "Michael" , "last_name": "Lawson" , "avatar": "https://reqres.in/img/faces/7-image.jpg" }, { "id": 8 , "email": "lindsay.ferguson@reqres.in" , "first_name": "Lindsay" , "last_name": "Ferguson" , "avatar": "https://reqres.in/img/faces/8-image.jpg" } ] } Test Cases: Status Code Validation: Ensure that the response status code is 200 OK . pm.test( "Status Code ...