Skip to main content
POST
/
api
/
v1
/
public
/
health
/
suggestions
/
{suggestion_id}
/
dismiss
Dismiss Suggestion
curl --request POST \
  --url https://api.tryhikoo.com/api/v1/public/health/suggestions/{suggestion_id}/dismiss \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<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

Path Parameters

suggestion_id
integer
required

Query Parameters

website_id
integer
required

Target website id

Response

Successful Response