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>" }
Fetch personal phone number
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The LinkedIn profile URL of the person
fetchPhoneNumber response
Phone number of the requested LinkedIn profile
The requested LinkedIn Profile URL