Last updated 2 months ago
Returns a greeting. If no input is provided, the default text "Hello, World!" is returned.
The name of the person to welcome.
The greeting that should be used. E.g. Hello.
GET /api/v0/helloworld HTTP/1.1 Host: app-academy.make.com Accept: */*
OK
{ "result": "Hello, John!" }