dAiLink API reference

Generated from the live Dailink contract registry. LinkedIn API + Dailink native.

GET/v2/accounts

List all Accounts

Read-onlyDailink LinkedIn API (v2)read validated
Operation id
accounts.list
Capability
linkedin.account.status.read

Required scopes

  • linkedin.accounts.readRead linked LinkedIn accounts, status and entitlements.

Parameters

NameInTypeRequired
limitquerynumberNo
cursorquerystringNo

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

Try it

Read-only

Sending to https://your-dailink-domain unknown

Sign in to send requests from this page. The reference itself is fully readable without signing in.

Code examples

curl -X GET "https://your-dailink-domain/v2/accounts" \
  -H "x-api-key: $DAILINK_API_KEY"
Authentication: x-api-key or Bearer