APILinkedIn SSI
Get Social Selling Index (SSI)
Get the Sales Navigator Social Selling Index (SSI) for a LinkedIn account. Returns the overall SSI score (0-100), per-pillar breakdown with industry and network averages, and rank percentile within the account's industry and network. Requires a LinkedIn account with Sales Navigator access to the SSI dashboard.
GET
/ssiAuthentication requiredSSI
Code Examples
curl -X GET 'https://api.connectsafely.ai/linkedin/ssi' \ -H 'Authorization: Bearer <your_api_key>'Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
accountId | query | No | string | LinkedIn account ID. If omitted, uses the default account. |
debug | query | No | string | Set to "true" to include the raw LinkedIn JSON response under rawJson. |
Request Body
No request body.
Responses
| Status | Description |
|---|---|
| 200 | Social Selling Index score, pillar breakdown, and group rankings |
| 401 | Unauthorized |
| 500 | Server error - session may have expired |
200 Response Parameters
| Name | Type | Description |
|---|---|---|
success | boolean | |
accountId | string | LinkedIn account ID used |
memberScore | object | Authenticated member's SSI |
industry | object | Industry group comparison (same shape as groupScore entries) |
network | object | Network group comparison (same shape as industry) |
groupScore | array | All group comparisons (industry and network) returned by LinkedIn |
profileUrn | string | LinkedIn Sales profile URN |
activeSeat | boolean | Whether the account has an active Sales Navigator seat |
rawJson | object | Raw LinkedIn response (only when debug=true) |
200 Example
{
"success": true,
"accountId": "acc_12345",
"memberScore": {},
"industry": {},
"network": {},
"groupScore": [
{
"group": "example_value",
"industryName": "Technology",
"rank": 0,
"averageScore": 0,
"groupSize": 0,
"change": 0,
"pillars": []
}
],
"profileUrn": "urn:li:fsd_profile:ACoAABcdefgh",
"activeSeat": true,
"rawJson": {}
}401 Response Parameters
| Name | Type | Description |
|---|---|---|
error | string |
401 Example
{
"error": "example_value"
}500 Response Parameters
| Name | Type | Description |
|---|---|---|
error | string |
500 Example
{
"error": "example_value"
}Get InMail credits
Get the InMail credits balance for a LinkedIn account. Automatically detects account type (Sales Navigator, Business Premium, Recruiter) and uses the appropriate API.
Integrations
Connect ConnectSafely with Zapier, Make.com, n8n, HubSpot and MCP servers for LinkedIn automation. Build powerful integrations with no code.
