Read current privacy-minimized integration incidents
const url = 'https://api.vocapable.com/v1/mobile/integrations/timeline';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
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://api.vocapable.com/v1/mobile/integrations/timeline \ --header 'Authorization: Bearer <token>'Return current evidence-backed repair work for Admins and Managers.
This is intentionally not an audit timeline or integration browser. It offers only a finite affected capability, a durable last-known health timestamp, and a named fixed repair surface. No row/resource identifiers, endpoint URLs, credentials, provider diagnostics, delivery payloads, recipient data, or customer content crosses this API.
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”Successful Response
Current evidence-backed integration incidents, newest known health state first.
object
One current, privacy-minimized integration repair item.
last_known_health_at comes from the tenant’s durable integration or delivery state;
it is never an invented client-side timestamp. The fixed action/destination pairs are
named product repair surfaces, not reflected provider, endpoint, or support URLs.
object
Example
{ "incidents": [ { "capability": "google_calendar_connection", "health_status": "attention", "recheck_action": "browser", "destination": "calendar" } ]}