πŸ€–
Alphi
CtrlK
  • 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
  • Options
  • Status code
  • Response
  • Output
  1. Response Nodes

πŸ‘ΎJSON Response

The JSON Response node is used to construct a JSON response which is returned to the client (web browser)

Options

Status code

This is the HTTP status code that will be sent with the response. It should be a valid HTTP status code.

Response

This is the response payload. It can be a JSON object or a string.

When returning a string the string will be given the key detail.

Output

Returns the response payload.

PreviousEthereum - Verify MessageNextHTML Response

Last updated 2 years ago