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
/greeting
200

A greeting was successfully returned.

Jump right in

Last updated