GET
/accounts/outreachList Outreach Accounts
Returns LinkedIn accounts connected for outreach — the accounts that can run outreach automations, lead magnets, and comment engagement campaigns. Distinct from GET /accounts, which returns the accounts used for posting. Use the returned
id as the outreachAccountId when creating or updating a lead magnet.Response
200{
"success": true,
"data": [
{
"id": "65f0000000000000000aaaaa",
"platform": "linkedin",
"name": "Jane Doe",
"profileUrl": "https://www.linkedin.com/in/janedoe",
"avatar": "https://media.linkedin.com/...",
"status": "connected"
}
]
}