{ "opencollection": "1.0.0", "info": { "name": "FastDOL Auth Sitemap API", "version": "1.0" }, "items": [ { "info": { "name": "Sitemap", "type": "folder" }, "items": [ { "info": { "name": "FastDOL Sitemap Employers", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastdol.com/v1/sitemap/employers", "headers": [ { "name": "X-Api-Key", "value": "string" } ], "params": [ { "name": "limit", "value": "20", "type": "query" }, { "name": "offset", "value": "0", "type": "query" }, { "name": "indexable_only", "value": "false", "type": "query", "description": "When true, return only employers with at least one enforcement signal across any aggregated source. Used by the Next.js sitemap generator so Google isn't asked to crawl thin templated profiles that the page itself noindex's anyway." } ] }, "docs": "Return employer IDs for sitemap generation with pagination. Not metered.\n\nRequires the dedicated ``sitemap:read`` scope — intentionally NOT in the\nfree-tier default scopes. The only legitimate caller is the Next.js\nserver generating sitemap shards for SEO; that route uses DEMO_API_KEY\nwhose scopes must include 'sitemap:read'. Free customer keys cannot\nenumerate the entire dataset via this endpoint.\n\nPagination: use offset/limit to page through all employers.\nReturns total_count so the caller kno" } ] } ], "bundled": true }