Appearance
Check account health
Returns detailed health info for a specific account including token status, permissions, and recommendations.
GET /v1/accounts/{accountId}/health
Returns detailed health info for a specific account including token status, permissions, and recommendations.
Parameters
accountId(path, string) required — The account ID to check
Responses
200 — Account health details
accountId(string)platform(string)username(string)displayName(string)status(string) (enum: healthy, warning, error) — Overall health statustokenStatus(object)permissions(object)issues(array) — List of issues foundrecommendations(array) — Actionable recommendations to fix issues
401
404