API Reference
Account Health
Account Health gives you an operational signal for one connected account: whether it is healthy, whether it recently published successfully, and whether reconnect attention is needed.
What it returns
| Field | Meaning |
|---|---|
| status | High-level state such as active or reconnect_required |
| token_refreshed_at | Last successful token refresh |
| last_publish_at | Most recent publish attempt |
| last_publish_status | Outcome of the most recent publish |
| last_publish_error | Most recent platform-side error if one exists |
Example
curl https://api.unipost.dev/v1/social-accounts/sa_twitter_1/health \
-H "Authorization: Bearer up_live_xxxx"