Skip to main content
GET
/
linkedin
/
{username}
/
verification
Get LinkedIn Verification by username
curl --request GET \
  --url https://enrichment.qode.world/api/v1/linkedin/{username}/verification \
  --header 'apikey: <apikey>'
{
  "username": "<string>",
  "joinedDate": "2023-11-07T05:31:56Z",
  "verifiedInfo": {
    "Identity": [
      {
        "Date": "<string>",
        "Value": "<string>"
      }
    ],
    "Educational institution": [
      {
        "Date": "<string>",
        "Value": "<string>"
      }
    ],
    "Workplace": [
      {
        "Date": "<string>",
        "Value": "<string>"
      }
    ]
  }
}

Headers

apikey
string
required

API key for authentication

Path Parameters

username
string
required

The username of the LinkedIn profile

Response

Successful response

username
string
required

The LinkedIn username

joinedDate
string<date-time>
required

ISO date-time string of when the user joined LinkedIn

verifiedInfo
object
required