Skip to main content
GET
Health check
curl --request GET \
  --url https://data-api.forka.st/
{
  "data": "OK"
}
The Forkast CLOB service exposes a lightweight health probe at the root of the API domain. Use it to verify connectivity.
The health check lives at https://clob.forka.st/ and returns the plain text body OK with HTTP status 200 when the cluster is healthy.

Response

200 - application/json

Service is reachable.

data
string
Example:

"OK"