Skip to main content
The LinkedIn Verification API provides a single endpoint to retrieve LinkedIn verification data. Use this endpoint to:
  1. Get Verification Info: Retrieve verification information about a LinkedIn profile by their username, including identity verification, educational institution verification, and workplace verification.
All endpoints are documented below, generated directly from our OpenAPI specification.

Endpoint

GET /api/v1/linkedin/{username}/verification Headers: Path Parameters: Response Headers Response: Returns a LinkedInVerification object with the following structure:
  • username (string): The LinkedIn username
  • joinedDate (string): ISO date-time string of when the user joined LinkedIn
  • verifiedInfo (object): Dynamic object with verification types as keys, each containing an array of verification items:
    • Identity: Array of identity verification items
    • Educational institution: Array of educational institution verification items (supports multiple values)
    • Workplace: Array of workplace verification items (supports multiple values)
    • Each verification item contains:
      • Date (string): Date information (e.g., “Less than 1 year ago”, “Over 15 years ago”)
      • Value (string): Verification value (e.g., “Verified by CLEAR using government ID”)
Response Codes: