For the complete documentation index, see llms.txt. This page is also available as Markdown.

Test

Test endpoints

Says hello

get
/hello
Responses
200

A hello message

application/json
messagestringOptional

A string "hello"

Example: hello
get/hello
GET /api/v2/hello HTTP/1.1
Host: statuspal.io
Accept: */*
{
  "message": "hello"
}

Last updated