Stream shared realtime changes
GET
/api/share/{token}/sites/{id}/realtime
const url = 'https://app.hitkeep.com/api/share/example/sites/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/realtime';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://app.hitkeep.com/api/share/example/sites/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/realtimeStreams privacy-safe site-scoped analytics invalidation events through a read-only share token using server-sent events.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” token
required
string
id
required
string format: uuid
Responses
Section titled “ Responses ”Server-sent event stream with analytics.changed and analytics.resync events