Welcome
Welcome to Village’s API documentation. Our API enables partners to access connection paths and relationship data through their integrated applications. You can use these endpoints to add relationship intelligence features to your applications, such as showing connection paths to LinkedIn profiles.Authentication
All API endpoints require an API key for authentication. To get your API key:- Log in to the Village Platform Admin
- Navigate to API Keys
- Create a new API key or copy your existing one
User Identification
Most endpoints require a user identifier to specify which end-user’s network we’re referencing. This identifier should match the one you used when integrating the user with Village. Include it in the request headers:Core Concepts
- 🛣️ Paths: Connection routes showing how you can reach someone through your network
- 📊 Score: Numerical values indicating relationship strength
- 🤝 Introducers: People who can make direct introductions to your target
- 🚀 Starters: Your direct connections who can kick off the introduction chain
Rate Limits
- 100 requests per second per API key
- Contact support to increase limits
Base URL
The API is available at:Error Responses
All endpoints may return these error responses:Status | Description |
---|---|
400 | Bad Request - Check the request parameters |
401 | Unauthorized - Invalid API key |
403 | Forbidden - Insufficient permissions |
404 | Not Found - Resource doesn’t exist |
429 | Too Many Requests - Rate limit exceeded |
500 | Internal Server Error - Please contact support |