Skip to main content
GET
/
health
Health Check
import requests

url = "https://app.ubik-agent.com/api/v1/health"

headers = {"X-API-KEY": "<api-key>"}

response = requests.get(url, headers=headers)

print(response.text)
{
  "status": "ok",
  "user": "testuser"
}

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json

Successful Response