OpenAPI 3.0.3AGPL-3.0 license2026-08-2011401.7 MB

9217eedacbb8

actions

Accept a LinkedIn connection invitation

Accepts a pending connection invitation. Requires the invitationId and sharedSecret obtained from the list invitations endpoint. No daily/weekly cap — only a 5-second minimum interval between calls.

post/accept/linkedin/invitation

Request body

invitationIdstring required

Invitation ID (from the list invitations endpoint)

sharedSecretstring required

Shared secret / validation token (from the list invitations endpoint)

senderProfileIdstring

Sender's profile ID (from the list invitations endpoint, e.g. 'ACoAAB6pI5sB...'). Recommended for reliability.

firstNamestring

Sender's first name (from the list invitations endpoint). Recommended for reliability.

lastNamestring

Sender's last name (from the list invitations endpoint). Recommended for reliability.

Response

Invitation accepted successfully

successtrue required
messagestring required
creditsUsedinteger required

Credits consumed by this call. 0 for free endpoints, cached results, duplicates, and for every query that does not touch LinkedIn.

retryAfterinteger required

Seconds to wait before another call of the same type. 0 means no wait is needed.