Read-only

Get Account Status

Returns a unified account view aggregating daily limits, limit ranges per category, warm-up status, message format preference, and session health for every connected LinkedIn account. Pass verify_session=true to run a live LinkedIn session check (adds latency). The session block always exposes session.valid and session.name for quick triage.

get_accountGET/api/v1/accounts
crispy — bash

Example prompt: Show me the status of all my connected LinkedIn accounts including current limits and session health

{
  "accounts": [
    {
      "account_id": "acc_abc123",
      "name": "Jane Smith",
      "health": "healthy",
      "daily_limits": { "invitation": 15, "messaging": 150 },
      "limit_ranges": [ { "category": "invitation", "limit_min": 10, "limit_max": 20, "todays_pick": 16 } ],
      "message_format": "ask"
    }
  ],
  "session": { "valid": true, "name": "Jane Smith" }
}
Permission scope
core
Access
Read-only
Category
Account

What you can build

Check daily limits, warm-up day, and session health in one call before starting outreach
Verify session is still connected before bulk campaign sends
Inspect limit ranges and message format to understand current pacing configuration
Build account health dashboards that aggregate all account state in a single API call

Parameters

Inputs accepted by get_account.

NameTypeDescription
verify_sessionbooleanRe-probe the LinkedIn session live (network call). Default: false (uses cached health).

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.