ποΈ Set Request Method
When making an API request, you need to select the HTTP method that defines how the request interacts with the API.
ποΈ Set Request Parameters
APIs often use query parameters to modify the data returned in a request.
ποΈ Set Request Headers
HTTP headers allow you to pass additional information along with an API request.
ποΈ Add Request Body
The request body is used to send data to an API when making POST, PUT, or PATCH requests.
ποΈ Request Authorization
Some APIs require authorization to ensure secure access. This usually means sending specific headers or parameters along with your request.
ποΈ Connect to a preset OAuth
What is OAuth?
ποΈ Create a Custom OAuth Connection
Some APIs donβt let you connect with just an API key. Instead, they require something called OAuth a secure way to give apps access to your account. This is common with services like Meta, Salesforce, or Zoho.