Docs
Request authorization
Request authorization
Some APIs need authorization before you can access them.
Otera supports these authorization types:
- Bearer token
- Basic auth
- API key
- Header
- Parameter
How to set authorization
For bearer token, basic auth and API key authorization types:
- Create a new request or open an existing one
- Click the Request options step
- Select your authorization type from the dropdown
- Enter the required credentials
- Preview the API response to verify authentication works
For header and parameter types:
- Create a new request or open an existing one
- Click the Request options step
- Select either Headers or Params
- Enter header/value or param/value credentials