Accounts
GET
/accounts/{id}/ssi

LinkedIn's Social Selling Index for this sender: a 0-100 score built from four 0-25 pillars (professional brand, finding the right people, engaging with insights, building relationships), plus where the profile ranks against its industry and its network.

The score is cached on the account and refetched once it goes stale (LinkedIn recomputes it daily at most). Pass refresh=true to force a live read. unavailable: true means LinkedIn does not expose a score for this account's session, which is a state rather than an error.

Authorization

bearerAuth
AuthorizationBearer <token>

An API key created under Settings → API & Webhooks.

In: header

Path Parameters

id*string

Query Parameters

refresh?boolean

Force a live read instead of using the cached score.

Defaultfalse

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/accounts/string/ssi"
{  "data": {    "score": 0,    "brand": 0,    "people": 0,    "insights": 0,    "relationships": 0,    "industryTop": 0,    "networkTop": 0,    "industryAverage": 0,    "networkAverage": 0,    "industryName": "string",    "unavailable": true,    "syncedAt": "2019-08-24T14:15:22Z"  }}