Authorizations

Authorization

String

Required

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

Body params

linkedin_profile_url

String

Required

Provide the LinkedIn profile of the contact to enrich.

Example:

https://linkedin.com/in/vdetraz

Provide the LinkedIn profile of the contact to enrich.

Example:

https://linkedin.com/in/vdetraz

Provide the LinkedIn profile of the contact to enrich.

Example:

https://linkedin.com/in/vdetraz

cURL

Python

Javascript

PHP

GO

curl -X POST "https://api.airscale.io/v1/phone" \
     -H "Authorization: Bearer YOUR_API_KEY" \
     -H "Content-Type: application/json" \
     -d '{
           "linkedin_profile_url": "https://www.linkedin.com/in/vdetraz"
         }'

cURL

Python

Javascript

PHP

GO

curl -X POST "https://api.airscale.io/v1/phone" \
     -H "Authorization: Bearer YOUR_API_KEY" \
     -H "Content-Type: application/json" \
     -d '{
           "linkedin_profile_url": "https://www.linkedin.com/in/vdetraz"
         }'

200

200

{
  "status": "success",
  "linkedin_profile_url": "https://www.linkedin.com/in/vdetraz",
  "phone_number": "+33610607076",
  "provider": "RocketReach"
}