---
title: "Check accounts health"
method: GET
path: "/v1/accounts/health"
tags: ["Accounts"]
---

# Check accounts health

`GET /v1/accounts/health`

Returns health status of all connected accounts including token validity, permissions, and issues needing attention.

## Query parameters

- `profileId` string
- `platform` 'facebook' | 'instagram' | 'linkedin' | 'twitter' | 'tiktok' | 'youtube' | 'threads' | 'pinterest' | 'reddit' | 'bluesky' | 'googlebusiness' | 'telegram' | 'snapchat' | 'discord' | 'slack' | 'whatsapp'
- `status` 'healthy' | 'warning' | 'error'

## Response `200`

Account health summary

- object
  - `summary` object
    - `total` integer — Total number of accounts
    - `healthy` integer — Number of healthy accounts
    - `warning` integer — Number of accounts with warnings
    - `error` integer — Number of accounts with errors
    - `needsReconnect` integer — Number of accounts needing reconnection
  - `accounts` object[]
    - `accountId` string
    - `platform` string
    - `username` string
    - `displayName` string
    - `profileId` string
    - `status` 'healthy' | 'warning' | 'error'
    - `canPost` boolean
    - `canFetchAnalytics` boolean
    - `tokenValid` boolean
    - `tokenExpiresAt` string, date-time
    - `needsReconnect` boolean
    - `issues` string[]

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/15e893e69e8c/schema)
