Skip to main content
GET
/
api
/
v1
/
public
/
health
/
suggestions
/
regenerate-quota
Get Suggestion Regen Quota
curl --request GET \
  --url https://api.tryhikoo.com/api/v1/public/health/suggestions/regenerate-quota \
  --header 'Authorization: Bearer <token>'
{
  "used": 123,
  "limit": 123,
  "resets_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

used
integer
required
limit
integer
required
resets_at
string
required