Get a list of your LinkedIn invitations (received) with detailed information about each invitation.
Credit cost varies based on usage mode:
- Pagination mode: 1 credit per page
- Total results mode: 1 credit per 10 invitations (rounded up)
Body Parameters
LinkedIn authentication cookie obtained from the login/verify process
Country code for proxy selection. Available: (US,UK,FR)
Starting page number for pagination mode
Ending page number for pagination mode
Number of invitations to retrieve (used when not in pagination mode)
Type of invitations to retrieve (optional)
Response
Request status (success/error)
Number of invitations returned in this response
Total number of invitations available
Professional headline or description
Time elapsed since the invitation was sent
Number of days since the invitation was sent (precise to within 7 days for invitations older than a week)
Invitation message (if any)
Unique identifier for the invitation
Shared secret for the invitation
Number of mutual connections
Current state of the invitation (e.g., “PENDING”)
LinkedIn entity URN for the invitation
URL of the person’s profile picture
Starting page number of the request
Ending page number of the request
Number of results per page
Number of pages successfully fetched
{
"status": "success",
"data": {
"total_results": 20,
"total_available_results": 36,
"invitations": [
{
"name": "Sandrine BRUNET",
"profile_url": "https://www.linkedin.com/in/sandrine-brunet-6a910b94",
"subtitle": "Cost and Time killer, J'accompagne les entreprises à faire des économies et gagner en temps et sérénité",
"sent_time": "1 week ago",
"sent_time_days": 7,
"message": null,
"invitation_id": 7331558767219683329,
"shared_secret": "9gAd0GPh",
"shared_connections": "13 mutual connections",
"invitation_state": "PENDING",
"entity_urn": "urn:li:fsd_invitation:7331558767219683329",
"profile_picture": "https://media.licdn.com/dms/image/v2/100_100/profile-displayphoto-shrink_100_100/0/1673297968581?e=1753920000&v=beta&t=vlKK6RCRuU4H3Yp8OUgov5OigmYLxlaeqPUiOVuK0yo"
}
],
"pagination": {
"start_page": 1,
"end_page": 2,
"results_per_page": 10,
"pages_fetched": 2
}
}
}
Notes
- The endpoint supports two modes of operation:
- Pagination mode: Specify both
start_page
and end_page
to fetch specific pages
- Total results mode: Use
total_results
to specify the number of invitations to fetch
- When using pagination,
end_page
must be greater than or equal to start_page
- The
message
field may be null if no message was included with the invitation
- The
sent_time
is returned in a human-readable format (e.g., “1 week ago”, “2 months ago”)
- Profile pictures URLs are temporary and will expire