Docs
Request method

Request method

The HTTP request method determines how your request interacts with your API endpoint.

How to set request method

  1. Create a new request or open an existing one
  2. Click the Request options step
  3. Choose a method from the Method dropdown

Available request methods

Otera supports these methods:

  1. GET - Get data from the API
  2. POST - Send data to the API
  3. PUT - Update or replace existing data on the API
  4. PATCH - Partially update existing data on the API
  5. DELETE - Remove data from the API