Sort a list of companies by connection strength (warmth score). Accepts an array of company URLs (LinkedIn URLs or domains) and returns them sorted by warmth score (highest first). Maximum 100 companies per request.
JWT token obtained from authentication endpoint
Request to sort companies by warmth/connection strength
Array of company URLs (LinkedIn URLs or domains)
1 - 100 elements1[
"https://linkedin.com/company/acme-corp",
"example.com",
"https://linkedin.com/company/tech-startup"
]