cURL
curl --request POST \ --url https://prod4.weekday.technology/api/fetchPersonalEmail \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "linkedInUrl": "<string>" } '
{ "email": "<string>", "linkedInUrl": "<string>" }
Fetch personal email
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The LinkedIn profile URL of the person
fetchPersonalEmail response
Email of the requested LinkedIn profile
The requested LinkedIn Profile URL