When using a REST API, multiple HTTP request methods can be utilized. The GET method is used to request data, the POST method is used to add new data, the PUT method is used to update data, and the DELETE method is used to remove data from the database.