Skip to main content
GET
/
health
Health
curl --request GET \
  --url https://api.flow402.net/health
{
  "status": "ok",
  "time": "2025-12-31T12:00:00.000+00:00"
}

Response

200 - application/json

Successful Response

status
string

The status of Flow402 facilitator

Examples:

"ok"

time
string

The datetime of the given response

Examples:

"2025-12-31T12:00:00.000+00:00"