Skip to main content
POST
/
api
/
v1
/
public
/
health
/
refresh
Refresh Health
curl --request POST \
  --url https://api.tryhikoo.com/api/v1/public/health/refresh \
  --header 'Authorization: Bearer <token>'
{
  "robots_allows_ai": true,
  "llms_txt_exists": true,
  "sitemap_exists": true,
  "last_health_check_at": "<string>"
}

Authorizations

Authorization
string
header
required

Personal API key created in the dashboard (Settings > API keys).

Headers

authorization
string | null

Bearer <api_key>

X-MCP-Secret
string | null

Query Parameters

website_id
integer
required

Target website id

Response

Successful Response

robots_allows_ai
boolean
required
llms_txt_exists
boolean
required
sitemap_exists
boolean
required
last_health_check_at
string | null
required