Skip to main content
GET
/
health
/
environment
{
  "environment": "<string>",
  "timestamp": {},
  "message": "<string>"
}

Overview

Returns information about the current environment configuration. Useful for verifying deployment environment and debugging configuration issues.

Response

environment
string
required
Current environment name
  • development - Development environment
  • staging - Staging environment
  • production - Production environment
timestamp
datetime
required
Current server timestamp in ISO format
message
string
required
Human-readable environment description

Examples

curl -X GET https://api.judge.example.com/health/environment \
  -H "Authorization: Bearer YOUR_API_KEY"
curl -X GET https://api.judge.example.com/health/environment \
  -H "Authorization: Bearer YOUR_API_KEY"