# Check social account health with the PostEverywhere API **Source:** https://posteverywhere.ai/docs/api/get-account-health --- [🤖Connect ChatGPT, Claude or any AI agent to manage your social media end to endConnect your AI agent to manage your social media](https://posteverywhere.ai/agents)GET/accounts/{id}/health # Check social account health with the PostEverywhere API Tells clients whether an account is currently usable (token alive, no reconnection required, recent publish activity). `status` verdicts: `healthy` (post away), `warning` (`recent_permanent_failures` or `token_expiring_soon` — posting still allowed), `broken` (`account_inactive`, `needs_reconnection` or `token_expired` — `can_post` is false). Guides: [Connecting accounts guide](https://posteverywhere.ai/docs/connecting-accounts) · [Account health guide](https://posteverywhere.ai/docs/account-health) Copy MarkdownCopy for LLM ## Parameters idintegerrequiredSocial account ID (integer, as returned by listAccounts) ## Responses - 200Health report - 400 - 401 - 402 - 403 - 404 - 429 - 500 ## More in Accounts - [List accounts](https://posteverywhere.ai/docs/api/list-accounts) - [Get an account](https://posteverywhere.ai/docs/api/get-account) - [Create a connect link](https://posteverywhere.ai/docs/api/create-connect-link) - [Connect with credentials](https://posteverywhere.ai/docs/api/connect-credential-account) - [Reconnect an account](https://posteverywhere.ai/docs/api/create-reconnect-link) [← Get an account](https://posteverywhere.ai/docs/api/get-account)[Create a connect link →](https://posteverywhere.ai/docs/api/create-connect-link)[← All endpoints](https://posteverywhere.ai/docs/api/reference)