Skip to main content
GET
/
api
/
health
Health check
curl --request GET \
  --url https://app.solya.app/api/health \
  --header 'Authorization: Bearer <token>'
{
  "environment": "production",
  "status": "healthy",
  "timestamp": "2026-05-23T10:00:00.000Z",
  "uptime": 86400.5,
  "version": "1.0.0"
}

Authorizations

Authorization
string
header
required

User session token issued by NextAuth. For human users accessing Solya via the web application.

Response

Successful response

data
object
required
success
enum<boolean>
required
Available options:
true