cURL
curl --request POST \ --url https://api.linkupapi.com/v1/profile/me \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "country": "<string>", "login_token": "<string>" }'
{ "status": "success", "data": { "public_id": "ales-prw-aa0262324", "first_name": "Ales", "last_name": "Prw", "headline": "I am building the API that allows automating any action on LinkedIn", "location": "France", "summary": "", "industry": "Technologie, information et Internet", "experience": [ { "company": "Linkup API", "title": "Chef des operations de vente", "description": "", "start_date": "2/2024", "end_date": "" } ], "education": [ { "school": "Audencia", "degree": "", "field_of_study": "", "start_date": "2023", "end_date": "2028" } ], "skills": [], "profile_picture_url": "https://media.licdn.com/dms/image/v2/D4E35AQHM55HVRsX2EQ/profile-framedphoto-shrink_800_800/B4EZVxtoULHUAk-/0/1741369542263?e=1744149600&v=beta&t=p-clL5GlL8k1XUFNIx0NgBnegAJv8eckGUG_c2cZrFg", "email": "[email protected]", "phone": "", "website": "", "connection_count": 330 } }
Retrieve your own LinkedIn profile information
Show Properties
Show Experience Object
Show Education Object
/v1/profile/info
Was this page helpful?