Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Returns a single LinkedIn account by ID.
Documentation Index
Fetch the complete documentation index at: https://docs.reply.io/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>Get your API key from the Reply dashboard: Settings → API Key.
LinkedIn account ID
LinkedIn account details
Full representation of a LinkedIn account.
Unique identifier for the LinkedIn account
Display name of the LinkedIn account
Current status of the account
disabled, enabled, dailyLimitReached, cookieInvalid URL to the LinkedIn profile
URL to the profile photo
ID of the user who owns this account
Type of LinkedIn account
public, salesNavigator, premium Authentication method used
cookie, credentials Status of the LinkedIn authentication cookie
notValid, valid, neverValidated Daily usage statistics for a LinkedIn account.
{
"connectionRequests": 10,
"messages": 25,
"salesNavigatorConnectionRequests": 5,
"inMails": 3,
"viewProfiles": 50,
"likeRecentPosts": 15,
"detects": 30,
"revokeConnections": 2,
"endorseSkills": 5,
"followProfile": 8
}Daily limits configuration for a LinkedIn account.
{
"limitsMode": "Fixed",
"fixedMax": {
"dailyDetectCount": 100,
"dailySendConnectionRequestCount": 20,
"dailySendMessageCount": 50,
"dailySendSalesNavigatorConnectionRequestCount": 10,
"dailyInMailCount": 10,
"dailyViewProfileCount": 80,
"dailyLikeRecentPostsCount": 30,
"dailyRevokeConnectionCount": 10,
"dailyEndorsedSkillsCount": 10,
"dailyFollowedProfilesCount": 20
}
}Individual daily limit values for LinkedIn automation actions.
{
"dailyDetectCount": 100,
"dailySendConnectionRequestCount": 20,
"dailySendMessageCount": 50,
"dailySendSalesNavigatorConnectionRequestCount": 10,
"dailyInMailCount": 10,
"dailyViewProfileCount": 80,
"dailyLikeRecentPostsCount": 30,
"dailyRevokeConnectionCount": 10,
"dailyEndorsedSkillsCount": 10,
"dailyFollowedProfilesCount": 20
}Connection revocation settings for a LinkedIn account.
{ "enabled": true, "periodDays": 30 }Voice profile associated with a LinkedIn account.
{
"voiceProfileId": 5,
"voiceProfileName": "Professional tone",
"isDefault": true
}