Skip to main content
GET
/
health
Get health status
curl --request GET \
  --url https://api.radion.app/health \
  --header 'X-API-Key: <api-key>'
{
  "at": "2026-05-20T12:00:00Z",
  "status": "ok"
}

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Service is healthy and ready to accept traffic.

at
string
required
Example:

"2026-05-20T12:00:00Z"

status
string
required
Example:

"ok"

Last modified on July 7, 2026