GET
/
v2
/
health
Get service health
curl --request GET \
  --url https://api.dfb.network/v2/health
{
  "environment": "development",
  "service": "dfb-api-v2",
  "status": "ok",
  "timestamp": "2026-06-19T12:00:00.000Z",
  "version": "0.1.0"
}

Response

200 - application/json

OK

environment
string
Example:

"development"

service
string
Example:

"dfb-api-v2"

status
string
Example:

"ok"

timestamp
string
Example:

"2026-06-19T12:00:00.000Z"

version
string
Example:

"0.1.0"