API Possibilites
List of API Features
№ |
Scope |
Name |
Link |
Description |
---|---|---|---|---|
1 |
Accounts |
|||
2 |
Get all LinkedIn accounts available to the current API key. |
https://salesflow.apidocumentation.com/api-reference#tag/accounts/get/api/v1/accounts |
Returns a list of LinkedIn accounts that the authenticated API key has access to. These accounts can be used in downstream API calls that require an |
|
3 |
Connection |
|||
4 |
Retrieve LinkedIn connections |
https://salesflow.apidocumentation.com/api-reference#tag/connections/get/api/v1/connections |
Returns a list of LinkedIn profiles that are already connected with the authenticated account. |
|
5 |
Conversations |
|||
6 |
Create a new LinkedIn conversation. |
https://salesflow.apidocumentation.com/api-reference#tag/conversations/post/api/v1/conversations |
This endpoint initiates a new conversation with a LinkedIn profile. If the |
|
7 |
Send a message to an existing LinkedIn conversation. |
This endpoint allows sending a new message to an existing conversation thread identified by its ID. |
||
8 |
Synchronize LinkedIn conversations and messages. |
This endpoint triggers synchronization of conversations and associated messages from LinkedIn, starting from the provided dates and cursor position. |
||
9 |
Synchronize messages for a specific LinkedIn conversation. |
This endpoint triggers message synchronization for a specific LinkedIn conversation thread. |
||
10 |
Invitations |
|||
11 |
Send a LinkedIn connection request to a specified profile |
https://salesflow.apidocumentation.com/api-reference#tag/invitations/post/api/v1/invitations |
This endpoint initiates a LinkedIn connection request using the |
|
12 |
List all sent invitations to LinkedIn profiles. |
https://salesflow.apidocumentation.com/api-reference#tag/invitations/get/api/v1/invitations/sent |
Returns a list of profiles that were previously invited via LinkedIn. |
|
13 |
Withdraw a pending invitation. |
https://salesflow.apidocumentation.com/api-reference#tag/invitations/delete/api/v1/invitations/{id} |
This endpoint cancels a pending LinkedIn invitation. |
|
14 |
Profiles |
|||
15 |
Retrieve a LinkedIn profile by internal profile ID or public identifier |
https://salesflow.apidocumentation.com/api-reference#tag/profiles/get/api/v1/profiles/{id} |
This endpoint accepts a LinkedIn internal ID (URN format) or a public identifier (e.g., username). Returned sections such as |
|
16 |
Retrieves a LinkedIn profile by public profile URL. |
https://salesflow.apidocumentation.com/api-reference#tag/profiles/get/api/v1/profiles/by-url |
This endpoint accepts a LinkedIn public profile URL (e.g., |
|
17 |
Retrieves the profile of the authenticated LinkedIn account. |
https://salesflow.apidocumentation.com/api-reference#tag/profiles/get/api/v1/profiles/me |
This endpoint returns basic profile information for the authenticated LinkedIn account. |
|
18 |
Tokens |
|||
19 |
Issues a one-time onboarding token |
https://salesflow.apidocumentation.com/api-reference#tag/tokens/post/api/v1/tokens/onboarding |
This endpoint issues a short-lived token used to initialize the onboarding flow for a new LinkedIn account. The token is embedded into the iframe URL to authorize the onboarding UI. |
|
20 |
Retrieves a JWT token for an onboarded LinkedIn account. |
https://salesflow.apidocumentation.com/api-reference#tag/tokens/post/api/v1/tokens/jwt |
This endpoint returns a JWT token used in iframe URLs for updating or interacting with an already onboarded LinkedIn account. The request requires a valid API key and account ID. |