Coming soon. This endpoint will be available once Reply API 3.0 enters beta. We will notify all users when beta access opens. Request early access.
Returns a single LinkedIn account by ID.
API key passed in the X-API-Key header
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 Authentication method used
Cookie, Credentials Status of the LinkedIn authentication cookie
NotValid, Valid, NeverValidated 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 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
}