Performing actions Routes also have different REST endpoints based on the method used to access them (e.g. GET, POST, or DELETE) E.g., if you go to the route for an individual post with the correct credentials, using GET will get the contents, POST will update the contents, and DELETE will delete the post