Return every LinkedIn account the caller has linked via Unipile, filtered to status in (‘connected’, ‘credentials_required’).
status in ('connected', 'credentials_required'). Rows missing display name or premium flags are lazily enriched from the Unipile API on this call (profile name, profile URL, premium / Sales Navigator detection, weekly limits) and the enrichment is persisted so subsequent reads are cheap. If Unipile returns 404 for an account we consider it permanently disconnected and flip the row to disconnected before returning it.
/api/unipile/accounts with other verbs. See the sibling page for related operations on the same resource.