Skip to main content
GET
/
api
/
v1
/
health
Health check
curl --request GET \
  --url https://carboncopy.news/api/v1/health
{
  "status": "ok",
  "version": "1.0.0",
  "timestamp": 1741600000000
}

Response

200 - application/json

API is healthy.

status
enum<string>
required
Available options:
ok
Example:

"ok"

version
string
required
Example:

"1.0.0"

timestamp
integer
required

Current server time as Unix timestamp (milliseconds).

Example:

1741600000000