Teapot

A fun Easter egg endpoint.


GET/api/teapot

Get teapot

Ever wanted to see a teapot response? Now you can.

Request

GET
/api/teapot
curl -G "https://ploi.io/api/teapot" \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"

Response (418)

{
  "message": "Say hi to the teapot!",
  "images": "https://giphy.com/explore/teapot",
  "links": [
    "https://developers.ploi.io",
    "https://ploi.io"
  ]
}