Skip to main content
POST
/
api
/
fetchPersonalEmail
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
linkedInUrl
string
required

The LinkedIn profile URL of the person

Response

fetchPersonalEmail response

email
string

Email of the requested LinkedIn profile

linkedInUrl
string

The requested LinkedIn Profile URL