Skip to main content
POST
/
api
/
fetchPhoneNumber
cURL
curl --request POST \
  --url https://prod4.weekday.technology/api/fetchPhoneNumber \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "linkedInUrl": "<string>"
}
'
{
  "phoneNumber": "<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

fetchPhoneNumber response

phoneNumber
string

Phone number of the requested LinkedIn profile

linkedInUrl
string

The requested LinkedIn Profile URL