cURL
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>" } ] } }
API key for authentication
The username of the LinkedIn profile
Successful response
The LinkedIn username
ISO date-time string of when the user joined LinkedIn
Show child attributes