Authorizations
JWT token obtained from /users/authorization endpoint
Headers
Specify the user making the request. This identifier should match the one you used when integrating the user with Village. Not needed when using user token authentication.
Body
application/json
Array of company LinkedIn URLs or domain URLs
Example:
[
"https://linkedin.com/company/hooli",
"https://linkedin.com/company/aviato"
]
Response
200 - application/json
Successfully retrieved sorted list of companies with relationship scores
LinkedIn URL or domain URL that was provided in the request
Relationship strength score
Example:
8.5
Human-readable label for the relationship strength
Available options:
Excellent
, Very Good
, Good
, Okay
, Maybe
Example:
"Excellent"
Error message if the URL couldn't be processed