Contact Data From LinkedIn URL
Retrieve contact details (emails, phone numbers) by posting a list of LinkedIn usernames. The request body is a JSON array of strings, each being a single LinkedIn handle or username.
Where each result corresponds to one LinkedIn username in the request, returning is_match
, first_name
, last_name
, personal_emails
, professional_emails
, and so on.
Authorizations
Header parameters
AuthorizationanyOptional
Bearer (OAuth) token containing the previously obtained minerva_api_oauth_token
.
x-api-keyanyOptional
API Key (x-api-key) Use your static API key in the x-api-key
header.
Content-TypestringRequiredExample:
application/json
Body
recordsstring[] ยท min: 1RequiredExample:
A list of LinkedIn usernames (strings).
["jane-doe-123"]
Responses
200
Contact enrichment results
application/json
400
Bad request (missing fields, invalid JSON, etc.)
401
Unauthorized (invalid or missing token)
post
Last updated