{"info":{"_postman_id":"25830216-b0a1-4d65-b22c-9a5e0ee04098","name":"Sample documentation","description":"<html><head></head><body><p>This collection contains sample requests from this <a href=\"https://reqres.in/\">API</a>. This documentation aims to provide an overall understanding of how to use API.</p>\n<p>It contains the following requests:</p>\n<ul>\n<li>Get a list of users on a particular page.</li>\n<li>Create a new user.</li>\n<li>Update the details of a user.</li>\n<li>Delete a user.</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24754858","collectionId":"25830216-b0a1-4d65-b22c-9a5e0ee04098","publishedId":"2s8YzZPJxF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-12-18T19:04:44.000Z"},"item":[{"name":"List users","id":"39eeaed9-8804-45a7-9633-06c87b8c2845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://reqres.in/api/users?page=2","description":"<p>The <strong>GET</strong> request retrieves a list of users on page number 2.</p>\n","urlObject":{"protocol":"https","path":["api","users"],"host":["reqres","in"],"query":[{"key":"page","value":"2"}],"variable":[]}},"response":[],"_postman_id":"39eeaed9-8804-45a7-9633-06c87b8c2845"},{"name":"Create user","id":"4396b5a3-e28a-4324-971c-9f45cd2d3711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"morpheus\",\n    \"job\": \"trainee\"\n}"},"url":"https://reqres.in/api/users","description":"<p>The <strong>POST</strong> request creates a new user with the name <em>Morpheus</em> and the Job role <em>Trainee</em>.</p>\n","urlObject":{"protocol":"https","path":["api","users"],"host":["reqres","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"4396b5a3-e28a-4324-971c-9f45cd2d3711"},{"name":"Update user","id":"624fad44-7da6-49dc-844f-ba8127a637f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"morpheus\",\n    \"job\": \"zion resident\"\n}"},"url":"https://reqres.in/api/users/2","description":"<p>The <strong>Update</strong> request updates the name and the job of the user with id=2.</p>\n","urlObject":{"protocol":"https","path":["api","users","2"],"host":["reqres","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"624fad44-7da6-49dc-844f-ba8127a637f9"},{"name":"Delete user","id":"99f8a927-7659-40b0-a875-c940655d8cb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://reqres.in/api/users/3","description":"<p>The <strong>Delete</strong> request deletes the user with id=3.</p>\n","urlObject":{"protocol":"https","path":["api","users","3"],"host":["reqres","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"99f8a927-7659-40b0-a875-c940655d8cb2"}]}