REST API request
Bruno enables you to send API requests using both HTTP and GraphQL protocols. You can include various details in the request, such as parameters, body, headers, and more, based on the API specifications.
You can select multiple HTTP methods such as GET
and POST
while working with HTTP protocol.
Create new request
- Create new request inside collection.
- Select HTTP as request type.
- Provide URL and Name in the input box.
- Click on Create button.
Once you create the new request, you can execute it by clicking the arrow button or pressing Cmd + Enter. After executing the request, the response from the server will be displayed in the Response tab.
Select multiple request methods
In Bruno, the GET method is set as the default HTTP method for new requests. However, you can select other HTTP methods (such as POST, PUT, DELETE, etc.) based on your API requirements to send data.