Preflight Web Vitals ingest REST API
/ingest/web-vitals
const url = 'https://app.hitkeep.com/ingest/web-vitals';const options = {method: 'OPTIONS'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request OPTIONS \ --url https://app.hitkeep.com/ingest/web-vitalsCORS preflight for opt-in Web Vitals ingest.
Responses
Section titled “Responses”Preflight response