Phone Number Endpoint

This requests a phone number based on a LinkedIn User ID.

This requests a phone number based on a LinkedIn User ID.

GET /contactlookup/phone

The cost is 9 credits, you are only charged on a successful phone number.

Request Body

Expected Response

json
{
    "workemail": "example@example.com",
    "phone": "*421123456789"
}

Last updated