AccountHealth
account_idinteger
platformstring
account_namestring
platform_account_idstring
statusstring
Possible values: [healthy, warning, broken]
can_postboolean
reasonsstring[]
is_activeboolean
needs_reconnectionboolean
needs_reconnection_sincestring<date-time>nullable
token object
expires_atstring<date-time>nullable
last_refreshstring<date-time>nullable
expiredboolean
expiring_soonboolean
activity object
last_published_atstring<date-time>nullable
failures_last_7dinteger
permanent_failures_last_7dinteger
queued_countinteger
connected_atstring<date-time>
AccountHealth
{
"account_id": 0,
"platform": "string",
"account_name": "string",
"platform_account_id": "string",
"status": "healthy",
"can_post": true,
"reasons": [
"string"
],
"is_active": true,
"needs_reconnection": true,
"needs_reconnection_since": "2024-07-29T15:51:28.071Z",
"token": {
"expires_at": "2024-07-29T15:51:28.071Z",
"last_refresh": "2024-07-29T15:51:28.071Z",
"expired": true,
"expiring_soon": true
},
"activity": {
"last_published_at": "2024-07-29T15:51:28.071Z",
"failures_last_7d": 0,
"permanent_failures_last_7d": 0,
"queued_count": 0
},
"connected_at": "2024-07-29T15:51:28.071Z"
}