Applications
List Unknown Hostnames
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). Send as Authorization: Bearer fm_... or paste the full token (including the fm_ prefix) into the Authorize dialog.
In: header
Path Parameters
org_id*Org Id
Format
uuidQuery Parameters
limit?Limit
Range
1 <= value <= 200Default
50Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/applications/unknown-hostnames"{ "suggestions": [ { "hostname": "string", "hits": 0, "application_id": "48ac72d0-a829-4896-a067-dcb1c2b0f30c", "application_name": "string" } ]}{ "error": { "code": "string", "message": "string", "request_id": "string", "doc_url": "string", "details": {} }}{ "error": { "code": "string", "message": "string", "request_id": "string", "doc_url": "string", "details": {} }}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}{ "error": { "code": "string", "message": "string", "request_id": "string", "doc_url": "string", "details": {} }}