Page cover

Greetings!

Welcome to the developer guide for the Greetings API.

This guide explains how to interact with the API, including its endpoints, expected responses, and error handling.

The Greetings Product offers a simple comprising of a landing page and a page where one can view the latest greeting, as well as 2 API endpoints:

  • POST /api/greetings for creating a new greeting.

  • GET /api/greetings for viewing a paginated list of all greetings that have been sent.

API Calls

get

Returns a warm Hello World! welcome.

Responses
200

A greeting was successfully returned.

application/json
get
GET /greeting HTTP/1.1
Host: helloworld-ot90.onrender.com
Accept: */*
200

A greeting was successfully returned.

{
  "message": "Hello World!"
}

Jump right in

Last updated