# List followed accounts

### List followed accounts

`GET /api/v1/linkedin/following`

Operation ID: `listLinkedinFollowing`

Accounts the connected account follows. Not supported yet — requests return an error.

**Query parameters**

- `connectedAccountId` (string · uuid, required): Connected account to act as
- `cursor` (string, optional)
- `limit` (integer, optional)

**200**: Followed accounts and an optional cursor.

- `users` (object[], required)
- `cursor` (string | null, required)

**Errors**

- `400`: Bad request
- `401`: Unauthorized: missing or invalid API key
- `403`: Forbidden
- `404`: Not found
- `422`: Invalid request payload
