network-mapper
Relationships
Find connected profiles with their connection details. Renamed from Network Mapper in v3.
post/v3/relationships
Headers
x-authenticate-teamstring
Partner accounts only. When present, the request is executed in the context of the specified child team (use the team_id returned by Create Team). When omitted, the request runs as the team that owns the API key.
Request body
Example request
{
"query": {
"match": {
"profile_info.job_title": {
"query": "Data Scientist"
}
}
}
}Response
list of found profiles that are connected to your team, and match your query
Changes
Changed in 1 of the 3 revisions of this API.1
- ○
added the new optional
headerrequest parameterx-authenticate-teamnew-optional-request-parameter
- ○