Docs
Request method
Request method
The HTTP request method determines how your request interacts with your API endpoint.
How to set request method
- Create a new request or open an existing one
- Click the Request options step
- Choose a method from the Method dropdown
Available request methods
Otera supports these methods:
- GET - Get data from the API
- POST - Send data to the API
- PUT - Update or replace existing data on the API
- PATCH - Partially update existing data on the API
- DELETE - Remove data from the API