curl --request GET \
--url https://app.leonar.app/api/v1/sourcing/linkedin/company \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"name": "<string>",
"public_identifier": "<string>",
"profile_url": "<string>",
"description": "<string>",
"website": "<string>",
"logo": "<string>",
"logo_large": "<string>",
"industry": [
"<string>"
],
"employee_count_range": {
"from": 123,
"to": 123
},
"locations": [
{
"city": "<string>",
"country": "<string>",
"area": "<string>",
"postalCode": "<string>",
"is_headquarter": true
}
],
"follower_count": 123,
"specialties": [
"<string>"
],
"founded_year": 123,
"company_type": "<string>"
}
}Fetch full details of a LinkedIn company profile via a connected account.
curl --request GET \
--url https://app.leonar.app/api/v1/sourcing/linkedin/company \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"name": "<string>",
"public_identifier": "<string>",
"profile_url": "<string>",
"description": "<string>",
"website": "<string>",
"logo": "<string>",
"logo_large": "<string>",
"industry": [
"<string>"
],
"employee_count_range": {
"from": 123,
"to": 123
},
"locations": [
{
"city": "<string>",
"country": "<string>",
"area": "<string>",
"postalCode": "<string>",
"is_headquarter": true
}
],
"follower_count": 123,
"specialties": [
"<string>"
],
"founded_year": 123,
"company_type": "<string>"
}
}API key starting with leo_
Connected LinkedIn account ID
Company slug (e.g. "google") or numeric company ID
LinkedIn company details
Full LinkedIn company profile returned by the company endpoint
Show child attributes