fastmon Docs
Applications

List Unknown Hostnames

Report an issue

Hostnames observed hitting an application that matched no registered site — candidates to adopt as new sites, each tagged with the application that observed it. Backed by a best-effort Valkey counter (7-day TTL); empty if Valkey is unavailable.

Authorization

bearerAuth
AuthorizationBearer <token>

API token generated from the fastmon dashboard (Account → API Token) or at organization level (fmo_…, one that outlives its creator). Send as Authorization: Bearer fm_... or paste the full token (including its prefix) into the Authorize dialog.

In: header

Path Parameters

org_id*Org Id
Formatuuid

Query Parameters

limit?Limit
Range1 <= value <= 200
Default50

Response Body

application/json

application/json

application/json

application/json

application/json

GET
/organizations/{org_id}/applications/unknown-hostnames
curl -X GET "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/applications/unknown-hostnames"
{  "suggestions": [    {      "hostname": "string",      "hits": 0,      "application_id": "48ac72d0-a829-4896-a067-dcb1c2b0f30c",      "application_name": "string"    }  ]}