Read privacy-minimized mobile integration health
GET
/v1/mobile/integrations/health
const url = 'https://api.vocapable.com/v1/mobile/integrations/health';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/health \ --header 'Authorization: Bearer <token>'Return the finite, repair-oriented registry for Admins and Managers.
Calendar connection/booking reflect only the deployed Google Calendar adapter. CRM is represented explicitly as not shipped rather than guessing from generic webhook rows. Webhook health observes a bounded recent aggregate and never exposes endpoint/delivery identities, URLs, secrets, recipients, raw provider errors, or response data.
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”Successful Response
Media typeapplication/json
MobileIntegrationHealthRegistry
The complete, safe Integration Health registry for one mobile workspace leader.
object
generated_at
required
Generated At
string format: date-time
items
required
Items
Array<object>
MobileIntegrationHealthItemOne no-PII integration-health outcome and its safe repair surface.
object
key
required
Key
string
status
required
Status
string
reason_code
required
Reason Code
string
action
required
Action
string
destination
required
Destination
string
Example
{ "items": [ { "key": "google_calendar_connection", "status": "healthy", "reason_code": "calendar_connection_healthy", "action": "none", "destination": "calendar" } ]}