Account
idstring
platformstring
Possible values: [x, instagram, facebook, linkedin, youtube, tiktok, threads, pinterest]
account_namestring
avatar_urlstringnullable
is_activeboolean
created_atstring<date-time>
health object
statusstring
Possible values: [healthy, expired, unhealthy]
can_postboolean
Account
{
"id": "string",
"platform": "x",
"account_name": "string",
"avatar_url": "string",
"is_active": true,
"created_at": "2024-07-29T15:51:28.071Z",
"health": {
"status": "healthy",
"can_post": true
}
}