v1
latestSwagger 2.02026-07-17112.1 KBhello
Retrieve a Hello world greeting
A "Hello, World!" program is a computer program that outputs or displays "Hello, World!" to a user. Being a very simple program in most programming languages, it is often used to illustrate the basic syntax of a programming language for a working program, and as such is often the very first program people write
get/hello
Response
successful operation
Example response
{
"greeting": "Hello world!"
}