Indexing
Status
GET /io/indexing/status — operational readiness: which engine credentials are configured and per-domain verification state.
Operational readiness check. Reports which engine credentials are configured on the service and the per-domain verification map from the registry. Makes no engine network calls.
GET https://api.misar.io/io/indexing/status
Response
{
"ok": true,
"credentials": {
"indexnow": true,
"google": true,
"bing": true,
"yandex": false,
"baidu": false
},
"domains": [
{
"id": "blog",
"baseUrl": "https://misar.blog",
"noindex": false,
"verified": { "google": true, "bing": true }
}
]
}credentials[engine]—truewhen that engine's env credential is present.domains[].verified— operator-maintained map; an absent key means the property is not yet verified in that engine (run/onboard).