Operations

Check API availability

Confirms that the API is available and able to process HTTP requests. This endpoint does not check the database or downstream dependencies.

GET /health

Check API availability

curl --request GET \
  --url 'https://api.ansehn.com/v1/health'
{
  "status": "ok",
  "timestamp": "2026-07-21T06:42:00.000Z"
}

The API is available.

Response

application/json
  • status string enum enum

    Allowed values: ok.

  • timestamp string (date-time)