Skip to main content
GET
/
v1
/
linkedin
/
get_user_about
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/linkedin/get_user_about?urn=ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "joined": "May 2013",
    "contact_information": "Updated over 1 year ago",
    "profile_photo": "Updated less than 6 months ago"
  },
  "requestId": "e71a8409-bf58-4e03-85f7-72b10d4ffb1f"
}
πŸͺ™1 creditper request

Copy for AI

πŸ€– Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

urn
string
required

User URN, obtainable from the get_user_profile API

Response

The response is of type object.