🤖
Alphi
  • Welcome to Alphi
  • Projects
    • 📗Creating a project
    • 🔗Allowed Hosts
    • 👥Collaborators
  • Flow Builder
    • Overview
    • ⚡Methods
    • 🎛️Parameters
    • 🧱Nodes
    • 👟Running
    • 🚀Environments
  • Connections
    • Overview
    • 🔑Add an API Key
    • 🔓OAuth Connections
  • Authentication
    • Overview
    • 🟡Outseta
    • 🔵Memberstack
    • 🟠Firebase
  • Nodes
    • 🌐HTTP Request
    • 🛣️Logic
    • 🗜️Flatten
    • 🪣Filter Keys
    • 🔤Format Keys
    • 🏷️Rename Keys
    • 🔩Drill Down
    • ⬅️Get Values
    • 🪄Set Dataset
    • ✨Set Property
    • 🍪Set Cookie
    • 🔑Set Connection
    • #️⃣Encode JWT
    • 🔢Decode JWT
    • 🖼️Render
    • 📜Ethereum - Verify Message
  • Response Nodes
    • 👾JSON Response
    • 🎨HTML Response
    • 🔗HTTP Redirect
    • 🚫Error
Powered by GitBook
On this page
  • Query Parameters
  • Body Parameters
  1. Flow Builder

Parameters

Create dynamic APIs with parameters

Query Parameters

In a URL, a query parameter is a part of the query string and defined after the question mark (?). Query parameters are used to pass additional information.

For example, in the URL https://www.example.com/search?query=example&page=2 the query parameters are 'query' and 'page', with values 'example' and '2', respectively.

Body Parameters

Body parameters can be used to send JSON data. Unlike query parameters, it's possible to define the data type of body parameters.

Body parameters are not available for GET requests.

For example, in a POST request which creates a new job listing, the body parameters might include the job's title, location, and salary.

PreviousMethodsNextNodes

Last updated 2 years ago

🎛️