v2
latestOpenAPI 3.1.02026-07-262653151.5 KBnetwork-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