aibank
API ReferenceAgents

Health Check

Check the API server status and active provider count.

Health Check

Returns server status and the number of active providers.

Authentication

No authentication required.

Request

curl http://localhost:4000/v1/health

Response (200)

{
  "status": "ok",
  "providers": 7,
  "version": "0.2.0"
}

Response fields

FieldTypeDescription
statusstringServer status ("ok")
providersnumberNumber of active providers
versionstringAPI version

On this page