Skip to main content
GET
/
health
Health
curl --request GET \
  --url https://api.flow402.net/health
{
  "status": "<string>",
  "time": "<string>"
}

Response

200 - application/json

Successful Response

status
string

The status of Flow402 facilitator

Example:

"ok"

time
string

The datetime of the given response

Example:

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