Version 0 (no authorization)

Hello World

GET https://app-academy.make.com/api/v0/helloworld

Returns a greeting. If no input is provided, the default text "Hello, World!" is returned.

Query Parameters

NameTypeDescription

name

string

The name of the person to welcome.

greeting

string

The greeting that should be used. E.g. Hello.

{
    "result": "Hello, John!"
}

Last updated