Public status indicator for the marketing site
GET
/health/public
const url = 'https://example.com/api/health/public';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/health/publicNo auth, no PII. Returns a minimal up/degraded signal polled every 30s by the marketing site (apphandoff.com) status indicator. Short cache-control absorbs spikes.
Responses
Section titled “ Responses ”OK
Media type application/json
object
status
required
string
timestamp
required
string format: date-time