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 LinkedIn URLs
Example:
[
"https://linkedin.com/in/gavin-belson",
"https://linkedin.com/in/peter-gregory",
"https://linkedin.com/in/big-head"
]
Response
200 - application/json
Sorted list of people with warmth 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