GET
/v2/accountsList all Accounts
Read-onlyDailink LinkedIn API (v2)read validated
- Operation id
- accounts.list
- Capability
- linkedin.account.status.read
Required scopes
linkedin.accounts.read— Read linked LinkedIn accounts, status and entitlements.
Parameters
| Name | In | Type | Required |
|---|---|---|---|
| limit | query | number | No |
| cursor | query | string | No |
Example response
{
"items": [
{
"account_id": "dlacc_0f3a9c1d2b4e5f60718293a4b5c6d7e8",
"display_name": "Example name",
"status": "running",
"products": [
"string"
],
"created_at": "2026-01-01T00:00:00.000Z"
}
],
"next_cursor": "eyJvIjoyNX0"
}Source contract
Mirrors listAccounts (GET /accounts/) from unipile-openapi-2.35.0.
spec verified