GET
/
api
/
health
curl --request GET \
  --url https://hub.oxen.ai/api/health \
  --header 'Authorization: Bearer <token>'
{
  "namespaces": [
    {
      "name": "my_namespace"
    },
    {
      "name": "oxen"
    }
  ],
  "status": "success",
  "status_message": "resource_found"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
List Namespaces

The response is of type object.