Skip to main content
GET
/
v1
/
linkedin
/
get_user_contact
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/linkedin/get_user_contact?username=shubhangi-shrivastava-39161bb7' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "urn": "ACoAABjUlV0BZyoygykTrBKGdL4gUCR1i1pFnfQ",
    "public_identifier": "shubhangi-shrivastava-39161bb7",
    "first_name": "Shubhangi",
    "last_name": "Shrivastava",
    "websites": [],
    "email": "shrivastavashubhangi67@gmail.com",
    "address": null,
    "wechat": null,
    "phone_numbers": [],
    "twitter": []
  },
  "requestId": "ae4ddcac-8cc0-409c-b82b-e5ee29ee9646"
}
πŸͺ™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

username
string
required

LinkedIn username

Response

The response is of type object.