GET
/
actions
/
linkedin
/
getProfile

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Anon-App-User-Id
string
required

The ID of the user to take the action for

X-Anon-App-User-Pool-Id
string | null

The ID of the user pool that contains the user ID set with X-Anon-App-User-Id

Query Parameters

profileId
string
required

The ID of the LinkedIn profile to retrieve

Response

200 - application/json
id
string
required
firstName
string | null
lastName
string | null
headline
string
required
profilePictureUrl
string | null
publicIdentifier
string | null
publicProfileUrl
string | null
location
string | null
summary
string | null
education
object[] | null
languages
object[] | null
skills
object[] | null
certifications
object[] | null
networkDistance
enum<string>
Available options:
DISTANCE_1,
DISTANCE_2,
DISTANCE_3,
OUT_OF_NETWORK
contactInfo
object
websites
string[]
required
birthdate
object
primaryLocale
object
backgroundPictureUrl
string | null
hashtags
string[] | null
workExperience
object[] | null
volunteeringExperience
object[] | null
followerCount
integer | null
connectionsCount
integer | null
sharedConnectionsCount
integer | null