Skip to main content
GET
/
api
/
v1
/
public
/
source-intelligence
/
stats
Get Stats
curl --request GET \
  --url https://api.tryhikoo.com/api/v1/public/source-intelligence/stats \
  --header 'Authorization: Bearer <token>'
{
  "total": 123,
  "by_type": {},
  "by_platform": {}
}

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

Statistics for suggested sources.

total
integer
required
by_type
By Type · object
required
by_platform
By Platform · object
required